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(20602, 'Text to cell phone', 'Pauls74462', '09-02-2010', '01:18 PM'); threads[1] = new thread(20601, 'visible div goes back to hidden ...but it shouldn\'t', 'zeilstar', '09-02-2010', '11:01 AM'); threads[2] = new thread(20600, 'Displaying php date in full format', 'Kojo Sam', '09-02-2010', '08:40 AM'); threads[3] = new thread(20598, 'IE 7 limits scrollbar height', 'John H', '09-02-2010', '05:17 AM'); threads[4] = new thread(20596, 'Posting on Wall - Don\'t refresh Page - Display new Entry', 'ifloegel', '09-02-2010', '02:52 AM'); threads[5] = new thread(20595, 'Inconsistent MySQL Inserts', 'mprez', '09-01-2010', '06:35 PM'); threads[6] = new thread(20594, 'HTML <sup> inside of <pre>?', 'coder', '09-01-2010', '11:33 AM'); threads[7] = new thread(20593, 'who called a function', 'zeilstar', '09-01-2010', '10:22 AM'); threads[8] = new thread(20592, 'php mysql & javascript', 'gasper', '09-01-2010', '07:34 AM'); threads[9] = new thread(20590, 'Downloading (excel)file with js and xmlhttprequest', 'Qarion', '09-01-2010', '04:02 AM'); threads[10] = new thread(20587, 'Time sensitive PHP script', 'achilles1971', '08-31-2010', '01:51 PM'); threads[11] = new thread(20586, 'Spaces or tabs between values', 'fuzzybear', '08-31-2010', '12:12 PM'); threads[12] = new thread(20584, 'Check Cookie question', 'Razor1337', '08-31-2010', '11:06 AM'); threads[13] = new thread(20583, 'Switching html pages over to PHP, SEF?', 'badseed1', '08-31-2010', '10:25 AM'); threads[14] = new thread(20582, 'Why might this be occuring?', 'caro', '08-31-2010', '06:06 AM');