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(20210, 'Wish Corrupter', 'delly1', '11-22-2009', '03:18 AM'); threads[1] = new thread(21822, 'Congrats to our new mods!', 'SillyRainbowKid', '11-22-2009', '03:05 AM'); threads[2] = new thread(17031, 'What is the time in your country?', 'SillyRainbowKid', '11-22-2009', '02:45 AM'); threads[3] = new thread(21329, 'Karas dollie shop ;D', 'KaraKupkakex', '11-22-2009', '02:20 AM'); threads[4] = new thread(21852, 'Nissa\'s dollies =)', 'tinker_bell_96', '11-22-2009', '02:03 AM'); threads[5] = new thread(6729, 'The place name game', 'tinker_bell_96', '11-22-2009', '01:52 AM'); threads[6] = new thread(21827, 'Mafia', 'tinker_bell_96', '11-22-2009', '12:19 AM'); threads[7] = new thread(21691, '~*!(Muffin & Grim\'s Doll Shop)!*~', 'tinker_bell_96', '11-21-2009', '11:46 PM'); threads[8] = new thread(19591, 'Would you wear it?', 'CherryCherryBoomBoom__', '11-21-2009', '11:26 PM'); threads[9] = new thread(21543, 'What are you listening to? #6', 'Catlover642', '11-21-2009', '11:19 PM'); threads[10] = new thread(17027, 'Favourite Music Lyrics 2', 'kallieeSTACK', '11-21-2009', '09:55 PM'); threads[11] = new thread(19688, 'The Enchantress {Private RP}', 'Sarah_K_O_M', '11-21-2009', '09:30 PM'); threads[12] = new thread(21851, 'The Pyramid Of Dolls {Remake RP}', 'Sarah_K_O_M', '11-21-2009', '09:27 PM'); threads[13] = new thread(21829, 'Site Down-READ IMMEDIATELY!', 'Moon_Crescent', '11-21-2009', '09:25 PM'); threads[14] = new thread(20744, 'Fashion Trends You Can\'t Stand', 'Moon_Crescent', '11-21-2009', '09:07 PM');