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(51320, 'Music Hoarder?', 'Sheep-Sqweak', '09-02-2010', '12:32 PM'); threads[1] = new thread(51297, 'The official Beatles thread', 'Flyingpig437', '09-01-2010', '10:29 AM'); threads[2] = new thread(51285, 'available now thread', 'eric generic', '08-31-2010', '04:22 PM'); threads[3] = new thread(51270, 'Which type of album do you prefer?', 'botchla', '08-30-2010', '03:28 PM'); threads[4] = new thread(51258, 'F*cked Up', 'Alfred', '08-29-2010', '10:55 PM'); threads[5] = new thread(51243, 'The Official Ramones Thread', 'HeyHoLet\'sGo', '08-29-2010', '03:07 AM'); threads[6] = new thread(51234, 'Hey, whats your opinion about Dream Theatre??', 'siegethetower', '08-28-2010', '07:23 AM'); threads[7] = new thread(51228, 'Voivod', 'jackhammer', '08-27-2010', '06:39 PM'); threads[8] = new thread(51222, 'Pop Punk', 'Sgt Pilcher', '08-27-2010', '03:23 PM'); threads[9] = new thread(51198, 'Green Day or the clash', 'bend the fend', '08-26-2010', '11:15 AM'); threads[10] = new thread(51194, 'Hip Hop Producer Forum, Music Community Dynamic Producer - Prospective Members', 'dynamicproducer', '08-26-2010', '06:04 AM'); threads[11] = new thread(51186, 'Music Fans for the Betterment of Rap/Rock', 'Dylanist', '08-25-2010', '07:39 PM'); threads[12] = new thread(51177, 'Music in a world of goods and services...', 'zevokes', '08-25-2010', '03:06 AM'); threads[13] = new thread(51175, 'Just like Vinyl', 'Laces Out Dan!', '08-24-2010', '09:56 PM'); threads[14] = new thread(51164, 'Preserving music memorabillia?', 'mrguy', '08-24-2010', '12:45 AM');