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(10); threads[0] = new thread(879124, 'Your not forgot', 'bygum', '21-Nov-2009', '02:27 AM'); threads[1] = new thread(877507, 'My photos!', 'skyhigh007', '15-Nov-2009', '11:22 AM'); threads[2] = new thread(877372, '1954 Fiat Supersonic', 'IMP49', '14-Nov-2009', '07:19 PM'); threads[3] = new thread(873639, 'vacation photos', 'lexmarks567', '01-Nov-2009', '06:51 PM'); threads[4] = new thread(873577, 'Hope you had a Happy Halloween - muahhhahaha!', 'lotuseclat79', '01-Nov-2009', '03:09 PM'); threads[5] = new thread(873526, 'What is the purpose of this forum?', 'Cookiegal', '01-Nov-2009', '11:36 AM'); threads[6] = new thread(873222, 'RARE PHOTOS: Giant Squid Eaten by Sperm Whale', 'lotuseclat79', '31-Oct-2009', '10:42 AM'); threads[7] = new thread(872992, '40 Beautiful HDR Pictures You Would be Amazed', 'lotuseclat79', '30-Oct-2009', '11:58 AM'); threads[8] = new thread(872819, 'Breakfasts Around the World', 'lotuseclat79', '29-Oct-2009', '05:48 PM'); threads[9] = new thread(872812, '29 Rare & Unusual Phobias (illustrated in photo)', 'lotuseclat79', '29-Oct-2009', '05:25 PM');