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(74007, 'UK Forces Discount link', 'Damfino', 'February 8th, 2010', '16:53'); threads[1] = new thread(74006, 'Birthday Button', 'coldensa', 'February 8th, 2010', '14:32'); threads[2] = new thread(74005, 'Refillable beer mug on Wonder', 'Cruisefriends', 'February 8th, 2010', '13:39'); threads[3] = new thread(74004, 'Pirate night', 'Cruisefriends', 'February 8th, 2010', '13:38'); threads[4] = new thread(73997, 'Car Hire', 'Tinker', 'February 7th, 2010', '20:40'); threads[5] = new thread(73994, 'Cash or Credit card?', 'Mickey10', 'February 7th, 2010', '18:18'); threads[6] = new thread(73993, 'Cruising on the Wonder..', 'Cruisefriends', 'February 7th, 2010', '18:17'); threads[7] = new thread(73992, 'Staying at Saratoga Springs at Easter..', 'Cruisefriends', 'February 7th, 2010', '18:16'); threads[8] = new thread(73990, 'Using VH/VA for Car hire only', 'Bec', 'February 7th, 2010', '13:41'); threads[9] = new thread(73988, 'That Time of Year Again!!', 'hayleyneeyore', 'February 7th, 2010', '13:15'); threads[10] = new thread(73985, 'redeeming Visa rewards points', 'Delux', 'February 7th, 2010', '04:57'); threads[11] = new thread(73982, 'JanUk\'s Food Trippie - October 09', 'januk', 'February 6th, 2010', '22:46'); threads[12] = new thread(73981, 'End August Travel?', 'januk', 'February 6th, 2010', '19:48'); threads[13] = new thread(73976, 'Samantha Brown Celebrates Travel at Walt Disney World', 'SorcererMickey', 'February 6th, 2010', '13:05'); threads[14] = new thread(73975, 'Disney to give Enchanted a sequel', 'SorcererMickey', 'February 6th, 2010', '13:01');