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(147, '400 MPH on an Electric Motorcycle', 'kevingalls', '06-16-2010', '04:10 PM'); threads[1] = new thread(146, 'The T.27, a Gordon Murray project for a new demographic.', 'kevingalls', '06-01-2010', '10:12 AM'); threads[2] = new thread(145, 'Feeling green, feeling good', 'KEO', '05-31-2010', '12:09 AM'); threads[3] = new thread(144, 'Replacement gas powered cars, when will it happen?', 'KEO', '05-31-2010', '12:07 AM'); threads[4] = new thread(143, 'High performing green fuel?', 'KEO', '05-31-2010', '12:05 AM'); threads[5] = new thread(142, 'The Ford Fiesta is here!', 'kevingalls', '05-19-2010', '12:13 PM'); threads[6] = new thread(141, 'It\\\'s Offical: Green Earth Team Gunnar (GETG) ALMS Team', 'spt', '05-13-2010', '10:05 AM'); threads[7] = new thread(139, 'Fox News refuses to air anti-foreign oil dependence ad', 'kevingalls', '05-10-2010', '01:12 PM'); threads[8] = new thread(138, 'Could Ridesharing work?', 'kevingalls', '05-06-2010', '11:27 AM'); threads[9] = new thread(137, 'Porsche 911 GT3 R Hybrid', 'spt', '05-05-2010', '09:18 PM'); threads[10] = new thread(136, 'BMW X5 Diesel Review Coming Soon', 'spt', '05-05-2010', '08:35 AM'); threads[11] = new thread(135, 'G-Oil: Green Guilt Free Motor Oil', 'spt', '05-03-2010', '01:36 PM'); threads[12] = new thread(134, 'Green Mobile Aps', 'kevingalls', '05-03-2010', '08:38 AM'); threads[13] = new thread(133, 'New Member Welcome', 'spt', '05-02-2010', '05:31 PM'); threads[14] = new thread(132, 'Green-Racer.com\'s $50 Gas Card Giveaway!', 'spt', '04-26-2010', '10:57 AM');