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(1462, 'no spark on s13 blacktop sr, im stumped', 'norton240', '09-06-2010', '10:14 AM'); threads[1] = new thread(1461, 'Where to buy heater core?', 'alicefred', '09-03-2010', '04:15 AM'); threads[2] = new thread(1460, 'r33 tailights', 'spmikec', '08-31-2010', '04:27 PM'); threads[3] = new thread(1459, 'im new', '240sx-mata', '08-31-2010', '03:36 PM'); threads[4] = new thread(1458, 'Sept 17th track day at Streets of Willow in California', 'momo', '08-31-2010', '12:12 AM'); threads[5] = new thread(1457, 'Hi new guy here', 'momo', '08-31-2010', '12:11 AM'); threads[6] = new thread(1456, 'Sept 17th track day at Streets of Willow in California', 'momo', '08-31-2010', '12:10 AM');