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(12); 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?', 'DrForex', '20th-July-2010', '05:59'); threads[3] = new thread(2284, 'Is it possible to double your money in a day by forex trading?', 'JMTrader', '15th-July-2010', '22:19'); threads[4] = new thread(699, 'Forex data stream, What is it?', 'aprilsun91', '3rd-July-2010', '04:35'); threads[5] = new thread(1499, 'Swing trading vs scalping', 'Mariana Usagi', '30th-June-2010', '04:42'); threads[6] = new thread(1985, 'How to learn forex fundamental analysis?', 'dianamonte03', '29th-June-2010', '07:05'); threads[7] = new thread(120, 'Can you make money trading FOREX ?', '9xce', '28th-June-2010', '22:19'); threads[8] = new thread(1425, 'Micro trading', '9xce', '28th-June-2010', '01:04'); threads[9] = new thread(2342, '32 RULES EVERY TRADER SHOULD FOLLOW', 'mikehall5226', '25th-June-2010', '19:12'); threads[10] = new thread(1757, 'Chart periods and indicators', 'scottshubert', '15th-June-2010', '08:58'); threads[11] = new thread(1199, 'How to obtain resistance and support effectively', 'scottshubert', '15th-June-2010', '07:57');