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(42454, 'K-Box Down', 'lpinoy', '11-20-2009', '01:37 PM'); threads[1] = new thread(42453, 'NFL Sunday Ticket for 11/22/09 (91w Only)', 'buddyjh', '11-20-2009', '11:59 AM'); threads[2] = new thread(42452, 'NFL Sunday Ticket for 11/22/09 (91w Only)', 'buddyjh', '11-20-2009', '11:58 AM'); threads[3] = new thread(42451, 'NFL Sunday Ticket for 11/22/09 (91w Only)', 'buddyjh', '11-20-2009', '11:58 AM'); threads[4] = new thread(42450, 'NFL Sunday Ticket for 11/22/09 (91w Only)', 'buddyjh', '11-20-2009', '11:57 AM'); threads[5] = new thread(42449, 'NFL Sunday Ticket for 11/22/09 (91w Only)', 'buddyjh', '11-20-2009', '11:57 AM'); threads[6] = new thread(42448, 'Question for Mods and Multi site members', 'RedWingHockey', '11-20-2009', '11:02 AM'); threads[7] = new thread(42447, 'hey all', 'bobbyrickey', '11-20-2009', '10:35 AM'); threads[8] = new thread(42446, 'Card Sharing Server', 'jcat12', '11-20-2009', '09:58 AM'); threads[9] = new thread(42445, 'Need help on BEV in Canada', 'bigbli', '11-20-2009', '07:22 AM'); threads[10] = new thread(42444, 'SV 360 Elite v0223 Nov-19-09', 'NightStalker62', '11-20-2009', '07:19 AM'); threads[11] = new thread(42443, 'Premiere 0255 Nov-19-09', 'NightStalker62', '11-20-2009', '07:18 AM'); threads[12] = new thread(42442, 'HD8000 P 19NOV2009 v479 b207', 'NightStalker62', '11-20-2009', '07:16 AM'); threads[13] = new thread(42441, 'Good Morning FTAConcept 11/20/09', 'buddyjh', '11-20-2009', '05:11 AM'); threads[14] = new thread(42440, 'Welfare Check', 'chief801', '11-20-2009', '05:05 AM');