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(879072, 'HAPPY BIRTHDAY cybertech', 'telecom69', '20-Nov-2009', '08:59 PM'); threads[1] = new thread(878570, 'WhitPhil has Passed Away', 'LauraMJ', '18-Nov-2009', '10:05 PM'); threads[2] = new thread(878277, 'Christmas Time', 'ozziebeanie', '17-Nov-2009', '11:28 PM'); threads[3] = new thread(877286, 'Happy Birthday Rollin_Again', 'Blackmirror', '14-Nov-2009', '01:52 PM'); threads[4] = new thread(876751, 'Happy Birthday Poochee', 'Blackmirror', '12-Nov-2009', '01:57 PM'); threads[5] = new thread(876402, 'Remembrance Day', 'bp936', '11-Nov-2009', '09:49 AM'); threads[6] = new thread(875761, 'Happy birthday WhitPhil', 'ekim68', '09-Nov-2009', '10:28 AM'); threads[7] = new thread(875028, 'Happy Birthday Jack Hackett', 'Blackmirror', '06-Nov-2009', '04:13 PM'); threads[8] = new thread(874850, 'HAPPY BIRTHDAY clsxmas', 'telecom69', '05-Nov-2009', '10:35 PM'); threads[9] = new thread(874260, 'HAPPY BIRTHDAY Steppinstone', 'telecom69', '03-Nov-2009', '09:21 PM'); threads[10] = new thread(873970, 'TSG close to half million members?', 'bp936', '02-Nov-2009', '09:11 PM'); threads[11] = new thread(872699, 'Bought my first home yesterday!', 'smooth', '29-Oct-2009', '09:28 AM'); threads[12] = new thread(872579, 'HAPPYBIRTHDAY DaveBurnett', 'telecom69', '28-Oct-2009', '09:33 PM'); threads[13] = new thread(871286, 'Solved: If You Never Hear From Me Again...', 'Frank4d', '24-Oct-2009', '12:10 PM'); threads[14] = new thread(870738, 'Happy Birthday, Lighthouse', 'LANMaster', '22-Oct-2009', '01:20 PM');