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(40826, 'Wow. The forum\'s actually telling me I haven\'t posted in a while...', 'Arroryn', '29-Jul-2010', '10:18 PM'); threads[1] = new thread(40825, 'Vampires of Bosonville - I Suspected That...', 'BosonMichael', '29-Jul-2010', '10:12 PM'); threads[2] = new thread(40824, 'Vampires of Bosonville - Most Memorable Moment', 'BosonMichael', '29-Jul-2010', '10:01 PM'); threads[3] = new thread(40823, 'Desperate help needed with Cisco 877W', 'cyberdog', '29-Jul-2010', '07:41 PM'); threads[4] = new thread(40822, 'Outlook sync with Webmail', 'ClassicD', '29-Jul-2010', '07:20 PM'); threads[5] = new thread(40821, 'Hi new to this site', 'shaun', '29-Jul-2010', '06:10 PM'); threads[6] = new thread(40820, 'Bank account transfer times', 'Enigma101', '29-Jul-2010', '05:54 PM'); threads[7] = new thread(40819, 'Hi anyone doing HP Certification', 'Marss', '29-Jul-2010', '05:14 PM'); threads[8] = new thread(40818, 'Having to delay N+ recertification', 'greenbrucelee', '29-Jul-2010', '04:26 PM'); threads[9] = new thread(40817, 'Degree+Certifications', 'karan1337', '29-Jul-2010', '02:07 PM'); threads[10] = new thread(40816, 'Mcsa 70-293?', 'Chris-Cooper', '29-Jul-2010', '02:06 PM'); threads[11] = new thread(40815, 'Laptop Suggestion for Study Sessions', 'Killian', '29-Jul-2010', '01:06 PM'); threads[12] = new thread(40814, 'Wanted Server (Newcastle)', 'paulwatson5', '29-Jul-2010', '12:38 PM'); threads[13] = new thread(40813, 'Starting CCENT', 'AgentDRL', '29-Jul-2010', '10:56 AM'); threads[14] = new thread(40812, 'Vampires of Bosonville - Most Influential', 'BosonMichael', '28-Jul-2010', '10:42 PM');