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(15402, 'Natural Enemies', 'Chemical 30', '09-08-2010', '11:49 PM'); threads[1] = new thread(15401, 'Back from the dead!', 'Stooksss', '09-08-2010', '08:13 PM'); threads[2] = new thread(15400, 'Possible Release Date For The 4th Album?', 'Lyndsey', '09-08-2010', '01:57 PM'); threads[3] = new thread(15399, 'My Sweet Chemical Romance?!?!?', 'Kerstyn', '09-08-2010', '11:00 AM'); threads[4] = new thread(15398, 'Daria', 'Roxie', '09-07-2010', '02:42 PM'); threads[5] = new thread(15397, 'Hi, I\'m Ed', 'Da-Nothing', '09-06-2010', '10:35 PM'); threads[6] = new thread(15396, 'Look alive, Sunshine', 'OhMikey', '09-06-2010', '06:59 PM'); threads[7] = new thread(15395, 'Mysterious Skin', 'XxPatchie97xX', '09-06-2010', '06:33 PM'); threads[8] = new thread(15394, 'Got lost along the way...', 'Zebra-Gurl', '09-06-2010', '08:10 AM'); threads[9] = new thread(15393, 'Hello all :)', 'ClassicxDisaster', '09-06-2010', '01:11 AM'); threads[10] = new thread(15392, 'I\'m Such An Awful Fuck', 'XsadX', '09-05-2010', '09:45 PM'); threads[11] = new thread(15391, 'Hello! I\'m Gracelyn.', 'Chronic', '09-04-2010', '10:46 PM'); threads[12] = new thread(15390, 'Why, Hello there :3', 'SaviourofTheBroken', '09-04-2010', '03:59 PM'); threads[13] = new thread(15388, 'Uhm.. Hi!', 'fishtard', '09-04-2010', '03:24 AM'); threads[14] = new thread(15387, 'My Chem\'s new site', '~twilight_escapade', '09-03-2010', '08:13 PM');