function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(5); threads[0] = new thread(524, 'This guide is a MUST buy!!!', 'professorhentai', '05-10-2009', '07:15 PM'); threads[1] = new thread(510, 'Top Quality Guide!!', 'mikomis', '05-06-2009', '01:04 PM'); threads[2] = new thread(509, 'best guides ever.', 'neclya', '05-06-2009', '12:29 PM'); threads[3] = new thread(462, 'I was lucky to find you', 'jacqueslaurent01', '04-23-2009', '12:14 PM'); threads[4] = new thread(458, 'Thank you Dugi 9.99/10 guide :)', 'dude1432', '04-22-2009', '09:05 AM');