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(15); threads[0] = new thread(2134, 'EA Problem: Demo vs Live Account. Please help me?', 'jackyhung12345', '1st-February-2010', '05:01'); threads[1] = new thread(2135, 'Trading using multiple EAs can help make money', 'rafnet', '30th-January-2010', '18:34'); threads[2] = new thread(2126, 'Broker or Not to Broker??', 'DrForex', '30th-January-2010', '18:29'); threads[3] = new thread(2129, 'any good ways of making money', 'DrForex', '30th-January-2010', '18:28'); threads[4] = new thread(2133, 'Forex Automoney- Any good ?', 'lcortez', '30th-January-2010', '14:12'); threads[5] = new thread(120, 'Can you make money trading FOREX ?', 'jollibee56', '30th-January-2010', '14:05'); threads[6] = new thread(2046, 'FapTurbo', 'lynx', '30th-January-2010', '13:54'); threads[7] = new thread(1425, 'Micro trading', 'lynx', '30th-January-2010', '13:50'); threads[8] = new thread(1263, 'Forex Guru', 'lynx', '30th-January-2010', '06:39'); threads[9] = new thread(1472, 'Best FX Trading Platform', 'lynx', '30th-January-2010', '06:08'); threads[10] = new thread(2108, 'Andrew Forex Trading System', 'Andrew Forex', '28th-January-2010', '03:54'); threads[11] = new thread(1199, 'How to obtain resistance and support effectively', 'jossyfx', '25th-January-2010', '10:52'); threads[12] = new thread(1884, 'Basic question', 'DrForex', '18th-January-2010', '03:23'); threads[13] = new thread(1997, 'Stock FA V.S. Forex FA', 'stock-market', '3rd-January-2010', '08:15'); threads[14] = new thread(2092, 'Aud/Cad', 'pipminer', '2nd-January-2010', '00:24');