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(48548, 'Devin SS, Pourtout Delahaye, Ensign F1 racers, early Cunningham and new Zenos E10 R', 'Wouter Melissen', '01-04-2016', '05:34 AM'); threads[1] = new thread(48547, 'Porsche 911 Carrera RS 2.7 and RS 3.0', 'Thegallerycars', '12-30-2015', '03:54 PM'); threads[2] = new thread(48546, 'Two German racers that dominated in America ...', 'Wouter Melissen', '12-30-2015', '12:34 PM'); threads[3] = new thread(48545, 'Honda NSX / Acura NSX 2015-', 'Revo', '12-28-2015', '12:48 PM'); threads[4] = new thread(48544, 'Two great Group C racers ...', 'Wouter Melissen', '12-28-2015', '09:04 AM'); threads[5] = new thread(48543, 'Zagato Aster 132 - Prototipo 1972', 'pat.bisch', '12-28-2015', '03:57 AM');