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(10148, 'Couple of new bits', 'Marine Iguana', '09-10-2010', '01:16 AM'); threads[1] = new thread(10147, 'fg monster truck build', 'bulletpoof', '09-09-2010', '11:07 PM'); threads[2] = new thread(10146, 'v1 dom mod', 'michaellfc95', '09-09-2010', '07:39 PM'); threads[3] = new thread(10145, 'ebat ad!!', 'frumpy', '09-09-2010', '01:23 PM'); threads[4] = new thread(10144, 'Updating this for my son.....', 'BiggaJ', '09-09-2010', '09:52 AM'); threads[5] = new thread(10143, 'When does RR v4 ultimate arrive?', 'Motschill', '09-09-2010', '05:03 AM');