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(10); threads[0] = new thread(2863, 'Braindead Radio Episode 27: Deal With It', 'Abraham Smashington', '07-23-2010', '09:59 PM'); threads[1] = new thread(2854, 'The Ed Hocken Show Episode 14: New Wave', 'Ed Hocken', '07-20-2010', '05:25 PM'); threads[2] = new thread(2844, 'Braindead Radio Episode 26: Paradise City', 'Abraham Smashington', '07-18-2010', '03:49 PM'); threads[3] = new thread(2832, '???', 'V', '07-13-2010', '05:03 PM'); threads[4] = new thread(2827, 'Episode 10: It Smells Like Unicorns in Here', 'Abraham Smashington', '07-12-2010', '06:20 PM'); threads[5] = new thread(2815, 'The Ed Hocken Show 13: IT\'S SHOWTIME!', 'Ed Hocken', '07-05-2010', '08:43 PM'); threads[6] = new thread(2814, 'Braindead Radio Episode 25: ...Look Closer (is it infected?)', 'Abraham Smashington', '07-05-2010', '01:37 PM'); threads[7] = new thread(2772, 'The Ed Hocken Show Episode 12: GOOOOOAAAALLLLLLLLL', 'Ed Hocken', '06-22-2010', '05:51 PM'); threads[8] = new thread(2768, 'Braindead Radio Episode 24: Ewok Exalibur Extravaganza II: Ewok Harder', 'Abraham Smashington', '06-20-2010', '12:10 PM'); threads[9] = new thread(2755, 'Braindead Radio Episode 23: No Mr. Hughes. I Expect You To Die.', 'Abraham Smashington', '06-13-2010', '10:15 AM');