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(367, 'Migrating GW\'s "Mailbox" folder to Outlook\'s "Inbox" folder', 'mhayhurst', '1st September 2010', '05:31'); threads[1] = new thread(366, 'Sent Items Missing', 'FSD9958', '31st August 2010', '10:00'); threads[2] = new thread(365, 'Windows Data Recovery Software (FAT & NTFS)', 'franci', '28th August 2010', '02:13'); threads[3] = new thread(364, 'Recovery of large mailbox problem', 'scotty', '26th August 2010', '02:47'); threads[4] = new thread(363, 'Convert OST to PST contacts failed', 'C_a_p_o', '25th August 2010', '03:25');