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(952, 'Certified Loupe Repair - parts & reconditioning. Call for details', 'Eagle Optical', '05-11-2010', '12:54 PM'); threads[1] = new thread(950, 'April Savings Days! Take an additional $200.00 off any pair of Loupes until April 30', 'Eagle Optical', '04-17-2010', '10:59 AM'); threads[2] = new thread(949, 'April Savings Days! Take $200.00 off any pair of Loupes. Sale ends 4-30-2010', 'Eagle Optical', '04-17-2010', '10:55 AM'); threads[3] = new thread(948, 'April Savings Days! Take $200.00 any pair of Loupes. Sale ends April 30 2010', 'Eagle Optical', '04-17-2010', '10:49 AM'); threads[4] = new thread(947, 'April Sale Take $200.00 off any pair of Loupes Sale ends April 30, 2010', 'Eagle Optical', '04-17-2010', '10:44 AM');