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(86, 'Paypal - Make Payment Without Credit Cards', 'brandon', '26th August 2010', '11:28 PM'); threads[1] = new thread(85, 'Beaded 3D Dolphin Whale free tutorial to share!', 'beadangel', '8th August 2010', '11:53 PM'); threads[2] = new thread(80, 'Swarovski crystal bead collection', 'haoming', '27th July 2010', '08:50 AM'); threads[3] = new thread(79, '3D Beaded Seahorse tutorial to share!', 'beadangel', '19th July 2010', '10:26 PM'); threads[4] = new thread(78, 'Beaded 3D Crystal Fish with tutorial to share!', 'beadangel', '8th June 2010', '06:30 PM');