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(15329, 'Startrek Online discussion stuffs', 'Comet', '01-26-2012', '09:13 AM'); threads[1] = new thread(15327, 'S.T.A.L.K.E.R. Online Open Beta', 'Legion', '01-25-2012', '07:51 AM'); threads[2] = new thread(15326, 'KI', 'Mystais', '01-25-2012', '05:38 AM'); threads[3] = new thread(15324, 'In the news today.', 'Anubis Deimos', '01-24-2012', '09:07 PM'); threads[4] = new thread(15323, 'Resignation', 'Cyelle', '01-24-2012', '06:27 PM'); threads[5] = new thread(15321, 'Hello.', 'Deltabacon', '01-24-2012', '02:00 PM'); threads[6] = new thread(15320, 'Public Service Announcement', 'Legion', '01-24-2012', '09:25 AM'); threads[7] = new thread(15319, 'Jackbob', 'Legion', '01-24-2012', '08:09 AM'); threads[8] = new thread(15318, 'Allough Can we get a State of the Game address?', 'Legion', '01-24-2012', '07:56 AM'); threads[9] = new thread(15317, 'please help me with my half completed ship', 'danccoul', '01-24-2012', '06:05 AM'); threads[10] = new thread(15316, 'Shuttle stuck in on ship', 'danccoul', '01-24-2012', '04:58 AM'); threads[11] = new thread(15314, 'Stations on Main Viewer', 'Legion', '01-23-2012', '02:23 PM'); threads[12] = new thread(15313, 'Alliance holds secret meeting with Tikopai', 'Legion', '01-23-2012', '08:26 AM'); threads[13] = new thread(15312, 'To Captain Skywalker', 'christian199', '01-22-2012', '08:15 PM'); threads[14] = new thread(15310, 'Artemis: Real Life Bridge Simulator', 'Bosh', '01-22-2012', '04:04 PM');