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(10447, '\'Legend of Korra\' (Avatar: The last airbender - Season 2)', 'Godgrave', 'July 31st, 2010', '02:42 PM'); threads[1] = new thread(10223, 'Oil spill in the Gulf', 'Ladywriter', 'July 31st, 2010', '01:26 PM'); threads[2] = new thread(10448, 'Where the #%$* are the smart people up here?', 'Godgrave', 'July 31st, 2010', '01:49 AM'); threads[3] = new thread(10415, 'the song stuck in yer head', 'HKofsesshoumaru', 'July 30th, 2010', '09:28 PM'); threads[4] = new thread(10444, 'The DoD Loses Track of 8.7 Billion Dollars', 'Ladywriter', 'July 30th, 2010', '11:42 AM'); threads[5] = new thread(10427, 'The AC Book-club', 'Ladywriter', 'July 29th, 2010', '11:38 PM'); threads[6] = new thread(10445, 'Holy Crap. this is over 9000 (DC Universe trailer)', 'Sledgstone', 'July 29th, 2010', '09:26 PM'); threads[7] = new thread(10451, 'SGU s2 Trailer', 'Kite', 'July 29th, 2010', '04:14 PM'); threads[8] = new thread(10450, 'Thor Trailer', 'Kite', 'July 29th, 2010', '03:20 PM'); threads[9] = new thread(10446, 'Awesome SW Old Rep trailer', 'Kite', 'July 29th, 2010', '02:15 PM'); threads[10] = new thread(10215, 'New Twilight Eclipse Trailer', 'HKofsesshoumaru', 'July 28th, 2010', '08:20 PM'); threads[11] = new thread(10434, 'Ousted USDA official: I\'m not sure I\'d take job back', 'Khellendross', 'July 28th, 2010', '12:15 PM'); threads[12] = new thread(10443, 'Senate GOP blocks campaign disclosure bill', 'Khellendross', 'July 28th, 2010', '12:13 PM'); threads[13] = new thread(10418, 'No Norton in Avengers', 'Kite', 'July 27th, 2010', '02:42 PM'); threads[14] = new thread(10442, 'Amazing Tron Legacy Trailer.', 'Godgrave', 'July 27th, 2010', '12:35 AM');