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(4); threads[0] = new thread(2381, 'Spread', 'Mode', '23rd-July-2010', '13:57'); threads[1] = new thread(2380, 'Total Beginner', 'Mode', '23rd-July-2010', '09:35'); threads[2] = new thread(2372, 'JPY - whats expected?', 'dfoxy', '20th-July-2010', '05:06'); threads[3] = new thread(2342, '32 RULES EVERY TRADER SHOULD FOLLOW', 'mikehall5226', '25th-June-2010', '19:12');