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(6); threads[0] = new thread(295, 'Test Post', 'administrator', '08-27-2010', '05:14 PM'); threads[1] = new thread(294, 'Correct Deck CX, Fiberon, TT XLM, Azek, Trex Transcend', 'ssk1974', '08-20-2010', '03:14 PM'); threads[2] = new thread(293, 'Estimating Spreadsheets', 'Rightangle', '08-20-2010', '01:02 PM'); threads[3] = new thread(292, 'Best Azek and XLM color choices for cedar railing', 'BJB', '08-15-2010', '02:33 PM'); threads[4] = new thread(291, 'pergola with KDAT PT vs cedar', '7474', '08-11-2010', '10:35 PM'); threads[5] = new thread(290, 'composite decking for a handicap ramp', 'dapper', '08-10-2010', '11:22 PM');