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(6); threads[0] = new thread(76500, 'XRay XB808 Or Losi 8ight', 'wil21lee', '11-20-2009', '3:36 PM'); threads[1] = new thread(76499, 'revo help plz', 'r/c mad', '11-20-2009', '1:43 PM'); threads[2] = new thread(76498, 'Difference between axial .32 spec 1s and .32RR-1?', 'Mk2abaTurbo', '11-20-2009', '1:22 PM'); threads[3] = new thread(76497, 'What chassis to us on a MOA?', 'nate691023', '11-20-2009', '12:00 PM'); threads[4] = new thread(76496, 'Mini LST Bullet Proof Center Diff', 'makakoa808', '11-20-2009', '11:10 AM'); threads[5] = new thread(76495, 'trans not shifting in to 2nd gear', 'alienman86', '11-20-2009', '6:36 AM');