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(12); threads[0] = new thread(6387, 'Mercedes 320 amp trigger?', 'meldressler', '02-03-2010', '12:26 PM'); threads[1] = new thread(6385, 'Looking for AUX INPUT adapter for 2006 Chevy Malibu Maxx LT', 'mlpeters5403', '02-02-2010', '12:09 AM'); threads[2] = new thread(6383, 'gsm/gps car alarm problem', 'karasarinis', '01-31-2010', '05:15 PM'); threads[3] = new thread(6382, '2005 Honda Civic si silver dash kit', 'Eudemon', '01-31-2010', '02:04 PM'); threads[4] = new thread(6366, 'volkswagen aerial booster wire color', 'milehighrr', '01-22-2010', '03:32 PM'); threads[5] = new thread(6363, 'Which adapter for \'04 Mazda MPV ES', 'Chi Town Mac', '01-21-2010', '10:06 PM'); threads[6] = new thread(6359, 'IHF-1000 install 2008 Chevy 2500HD', 'vzwfieldtech', '01-17-2010', '07:31 PM'); threads[7] = new thread(6345, 'Ml King Day 2010', 'autotoys', '01-15-2010', '07:19 PM'); threads[8] = new thread(6344, 'Best Ipod/Aux Interface For Cadillac Ext 2008', 'junkie74', '01-13-2010', '06:19 PM'); threads[9] = new thread(6342, '2004 Accord EX 4-Cyl 6-CD and iPhone 3GS', 'JoeDubya', '01-12-2010', '12:38 PM'); threads[10] = new thread(6341, 'Delays on orders from 01-05-2010 to 01-20-2010', 'autotoys', '01-11-2010', '06:37 PM'); threads[11] = new thread(6340, 'Nightmare Lexus LS400 harness hunt', 'ultimatequinoxe', '01-11-2010', '10:09 AM');