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(9759, 'What does your wife think?','vipr29','02-28-2010','18'); threads[1] = new thread(9730, 'What Happened To This Site?','Bronn','02-23-2010','16'); threads[2] = new thread(9785, 'Girth or Length','crazyguy','03-04-2010','14'); threads[3] = new thread(9807, 'Terrfied right now. HELP!','Fudgebar86','03-08-2010','14'); threads[4] = new thread(9804, 'Bleeding from my pee hole...','EXXX','03-08-2010','12');