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(7499, 'The #1 secret and I can\'t believe you guys didn\'t know it!!!','abhchelms','01-02-2009','16'); threads[1] = new thread(7487, 'Jelqing & The Plaque','sniper','12-30-2008','13'); threads[2] = new thread(7457, 'Kegals DO work....','Maltoric','12-23-2008','13'); threads[3] = new thread(7453, 'Fastsize on TV today!','jayker','12-22-2008','12'); threads[4] = new thread(7451, 'Stretch Marks on my Tallywacker.','SOB','12-22-2008','12');