function thread(threadid, title, poster, threaddate, threadcount) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadcount = threadcount; } var threads = new Array(5); threads[0] = new thread(8421, 'Bathmate Guinea Pig','Geoffb123','06-18-2009','62'); threads[1] = new thread(8452, 'Has anyone gone from 5" to 7"?','macdog66','06-24-2009','29'); threads[2] = new thread(8433, 'Jelqing','xer0h0ur','06-19-2009','23'); threads[3] = new thread(8490, 'Official BATHMATE Thread, users PLEASE POST INFO!!!','Geoffb123','06-30-2009','22'); threads[4] = new thread(8457, 'Biggest increase reported?','Evil Dick','06-25-2009','19');