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(28084, 'Hoyt C2\'s, spiral and Mathews Minimax', 'Huntelk', '11-20-2009', '11:06 AM'); threads[1] = new thread(28083, '2 Doinker Carbon Elite 11.5" stabilizers', 'Huntelk', '11-20-2009', '10:58 AM'); threads[2] = new thread(28082, 'Swarovski Spotting Scope', 'Huntelk', '11-20-2009', '10:51 AM'); threads[3] = new thread(28081, 'Swarovski Spotting Scope', 'Huntelk', '11-20-2009', '10:46 AM'); threads[4] = new thread(28080, 'Elite Z-28 08.5', 'Scud', '11-20-2009', '08:55 AM'); threads[5] = new thread(28079, 'Last day before gun season', 'Daniel Boone', '11-20-2009', '02:59 AM'); threads[6] = new thread(28078, 'Tagged Out in Eastern LINY..', 'Centerdot', '11-19-2009', '10:04 PM'); threads[7] = new thread(28077, 'Target Points for X-ringers HV1', 'Hawkins305', '11-19-2009', '09:52 PM'); threads[8] = new thread(28075, 'black tail deer', 'roosevelt', '11-19-2009', '09:17 PM'); threads[9] = new thread(28074, 'Bowtech Tomkat, case, realeases, site entension....', 'slaven66', '11-19-2009', '07:16 PM'); threads[10] = new thread(28072, 'what do you think about elite archery?', 'spencerhoyt', '11-19-2009', '03:48 PM'); threads[11] = new thread(28071, '30 in Legacy cam', 'Legacy09', '11-19-2009', '03:18 PM'); threads[12] = new thread(28070, 'Athens to extend its Military Discount to Emergency services', 'rodney482', '11-19-2009', '02:54 PM'); threads[13] = new thread(28069, 'Are you Okies gonna take your gun with you "just in case"', '48down', '11-19-2009', '02:19 PM'); threads[14] = new thread(28068, 'archery tournament', 'spencerhoyt', '11-19-2009', '01:35 PM');