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(7); threads[0] = new thread(15880, 'Christmas for Kids', '357Magnum', '09-04-2010', '11:12 AM'); threads[1] = new thread(15877, 'Hi- Perf Riding Class $40 - Body Position & Vision', 'Aztrackday', '09-03-2010', '01:57 PM'); threads[2] = new thread(15875, 'Trackday - FREE Leathers, Instruction & Admission', 'Aztrackday', '09-03-2010', '12:55 PM'); threads[3] = new thread(15870, 'Bonneville Vintage Grand Prix', 'Basher', '09-01-2010', '09:53 PM'); threads[4] = new thread(15858, 'Ti2TT @ Inde Motorsports September 18th & 19th', 'DevilChild', '08-29-2010', '09:40 PM'); threads[5] = new thread(15848, 'Breast Cancer Charity Ride 10/02/2010', 'Mr.Jones', '08-25-2010', '09:03 AM'); threads[6] = new thread(15847, 'Whose in?', '357Magnum', '08-24-2010', '10:17 PM');