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(15); threads[0] = new thread(5972, 'Survivor 11/19: Idolizing Russell?', '2muchBravo', '11-20-2009', '06:49 PM'); threads[1] = new thread(5323, 'Project Runway Season 6', 'angiemarie', '11-20-2009', '03:05 PM'); threads[2] = new thread(152, 'TVgasm Live Chat', 'angiemarie', '11-20-2009', '03:03 PM'); threads[3] = new thread(5900, 'Survivor 11/12: Let\'s play Don\'t Hide & Seek', 'brunettechic', '11-20-2009', '02:59 PM'); threads[4] = new thread(5985, 'Watch What Happens', 'here4beer', '11-20-2009', '12:51 PM'); threads[5] = new thread(3159, 'Louisville, KY bound!', 'Sofbrimb73', '11-20-2009', '10:36 AM'); threads[6] = new thread(5329, 'ANTM - Cycle 13', 'angiemarie', '11-20-2009', '08:47 AM'); threads[7] = new thread(5340, 'Top Chef: Las Vegas', 'angiemarie', '11-20-2009', '08:41 AM'); threads[8] = new thread(5514, 'The Biggest Loser 8', 'shantigal', '11-19-2009', '04:22 PM'); threads[9] = new thread(1437, 'What\'s for Dinner ???', 'shantigal', '11-19-2009', '04:17 PM'); threads[10] = new thread(5396, 'Fantasy ANTM Cycle 13', 'Sara_Shark', '11-19-2009', '02:54 PM'); threads[11] = new thread(5920, 'The Prisoner', 'TV Cart', '11-19-2009', '02:36 PM'); threads[12] = new thread(3028, 'So tell me....', 'marijai', '11-19-2009', '08:51 AM'); threads[13] = new thread(5076, 'The Hills - Season 5', 'Let\'sGetSomeShoes', '11-19-2009', '07:02 AM'); threads[14] = new thread(5382, 'SYTYCD - Season 6', 'JulieM', '11-19-2009', '05:49 AM');