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(45814, 'I just lost like 8 straight games', 'GroG', '09-06-2010', '11:18 AM'); threads[1] = new thread(45813, 'anyone got an extra 14 day trial?', 'hiimmark', '09-06-2010', '9:53 AM'); threads[2] = new thread(45811, 'I was mad from my.....', 'ENDURANCEx', '09-05-2010', '11:14 PM'); threads[3] = new thread(45798, 'Need a Modder to make "Maul"', 'GigglezTehClown', '09-03-2010', '8:45 PM'); threads[4] = new thread(45790, 'Looking for someone to play SC2 with ._.', 'Najh', '09-02-2010', '1:28 PM'); threads[5] = new thread(45788, 'robotics bay now 200 mins 100 gas? When did this happen?', 'tfunk', '09-01-2010', '10:41 PM'); threads[6] = new thread(45787, 'What are your secret Tips Tricks and Hotkeys?', 'Sunblazer', '09-01-2010', '9:41 PM'); threads[7] = new thread(45777, 'Blizzard\'s attitude to modding', 'K0I', '09-01-2010', '4:57 AM'); threads[8] = new thread(45772, 'Loadin portraits', 'Shalashashka', '08-31-2010', '4:57 PM'); threads[9] = new thread(45768, 'Replay\'s', 'ENDURANCEx', '08-30-2010', '8:47 PM'); threads[10] = new thread(45767, 'Starcraft 2 Replay Tool', 'coMabLack', '08-30-2010', '4:19 PM'); threads[11] = new thread(45765, 'SC2 is REALLY #(*%(*$% ME OFF', 'Drizzles', '08-30-2010', '6:27 AM'); threads[12] = new thread(45761, 'vs AI Achievements', 'Jaywalker', '08-29-2010', '1:00 PM'); threads[13] = new thread(45760, 'Custom starcraft.org division!', 'TheBB', '08-29-2010', '9:50 AM'); threads[14] = new thread(45756, 'Soooo.. I dont see the logic in this.', 'ENDURANCEx', '08-28-2010', '4:06 PM');