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(); threads[0] = new thread(37,'Bluehost Review', 'bluehost', '01-15-2010', '01:22 AM'); threads[1] = new thread(36,'Hostgator Coupon', 'freehostgator', '12-02-2009', '11:49 PM'); threads[2] = new thread(35,'Hostgator Coupon', 'hostgatorcoupons', '11-05-2009', '12:00 AM'); threads[3] = new thread(34,'Webhosting', 'webhost', '10-23-2009', '01:12 AM'); threads[4] = new thread(5,'FX Dark Pools', 'bella', '05-21-2009', '03:57 PM'); threads[5] = new thread(33,'Testing New Setup', 'NYSE', '08-12-2009', '01:04 PM'); threads[6] = new thread(32,'Introduction', 'NYSE', '08-01-2009', '08:12 PM'); threads[7] = new thread(31,'Proper Position Sizing', 'admin', '06-25-2009', '09:04 AM'); threads[8] = new thread(30,'6.18.09 High Frequency Trading: Red Flags', 'DPT66', '06-20-2009', '10:40 PM'); threads[9] = new thread(4,'Tips to finding the right proprietary trading firm', 'DPT66', '05-21-2009', '11:56 AM');