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(4); threads[0] = new thread(78571, 'Song of the year now has a video', 'MidWest', '11-22-2009', '05:06 PM'); threads[1] = new thread(78570, 'Wordspit X dollar Van Demos', 'wordzspitz', '11-22-2009', '07:06 AM'); threads[2] = new thread(78569, 'Beanie Sigel - How I Could Kill Jigga Man', 'Lady D Strike', '11-22-2009', '01:43 AM'); threads[3] = new thread(78567, 'Busta Rhymes - The Chemo (Official thread)', 'flipmode123', '11-21-2009', '03:54 PM');