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(15882, 'WTS - Sprockets/icon/dianese/dbl bubble/Pitbull', 'R6Syndicate', '09-07-2010', '06:50 PM'); threads[1] = new thread(15879, 'WTB a bike like this', 'heatman74', '09-04-2010', '02:57 AM'); threads[2] = new thread(15873, 'I need a foot peg and clipon!', '00Silv4.8', '09-02-2010', '04:41 PM'); threads[3] = new thread(15867, 'want to sell or trade', '1LDucatiBeater', '09-01-2010', '10:55 AM'); threads[4] = new thread(15863, 'WTB - 03-05 R6/06+ R6S Rear Axle Assembly', 'R SIC', '08-31-2010', '01:34 PM'); threads[5] = new thread(15852, 'WTS - the best xbox for sale youve ever seen!', 'Greens14', '08-26-2010', '03:45 PM');