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(5); threads[0] = new thread(37, 'Basic Terms', 'Stan', '08-16-2010', '07:38 PM'); threads[1] = new thread(36, 'MQL5 London Breakout Systems', 'Jim', '08-16-2010', '03:27 PM'); threads[2] = new thread(35, '(Mis)Information in the Mainstream and FX Media', 'Jim', '08-12-2010', '11:43 AM'); threads[3] = new thread(34, 'Counterparty Disclosures & Terms & Conditions', 'Alan', '08-11-2010', '03:16 PM'); threads[4] = new thread(33, 'So you have an account (demo or live)! What next?', 'Alan', '08-10-2010', '03:51 PM');