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(3796, 'F/S or Trade Borla Catback', 'rphinney', '08-21-2010', '09:41 PM'); threads[1] = new thread(3795, 'feeler stock long block for sale', '02SILVERBULLET', '08-10-2010', '09:52 PM'); threads[2] = new thread(3794, 'Silver Snug Lid.....Free', 'NoSurprise', '08-04-2010', '10:08 PM'); threads[3] = new thread(3793, 'Parts for sale', 'luv2drum1', '08-04-2010', '09:53 PM'); threads[4] = new thread(3792, 'T&T Irwindall 7-22-10', 'NoSurprise', '07-21-2010', '09:45 PM'); threads[5] = new thread(3791, 'Electric Fan Stopped Working', 'BlackBeast 99', '07-20-2010', '04:45 PM'); threads[6] = new thread(3790, 'SoCal Company Does Good', 'NoSurprise', '07-19-2010', '10:54 PM'); threads[7] = new thread(3789, 'Turn signals quit working', 'mustangks', '07-19-2010', '01:44 AM'); threads[8] = new thread(3788, '20" 99-00 chrome replicas!', 'BlkBoost', '07-06-2010', '11:11 PM'); threads[9] = new thread(3787, '00" Lightning door panels', 'DavidSVT', '06-28-2010', '04:47 AM'); threads[10] = new thread(3786, '(Console Mod) where to seat cut in SD?', 'BlkBoost', '06-27-2010', '07:46 PM'); threads[11] = new thread(3785, 'Need stock Plenum', 'vhill', '06-23-2010', '03:30 PM'); threads[12] = new thread(3784, 'Anyone up for T&T at Fontana 6-25-10', 'NoSurprise', '06-22-2010', '12:16 AM'); threads[13] = new thread(3783, 'WTB: Power Window Switch', 'mustangks', '05-25-2010', '07:09 AM'); threads[14] = new thread(3782, 'Slicks and smaller front wheels', 'BLUE02LIGHTNING', '05-22-2010', '04:24 PM');