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(6324, 'One idea.', 'russilker', '30-07-10', '00:08'); threads[1] = new thread(6309, 'Modern gaming, money fest?', 'koolkalang', '30-07-10', '00:04'); threads[2] = new thread(3352, 'The Security Guards and Scientests', 'rorriMAesU', '30-07-10', '00:03'); threads[3] = new thread(6322, 'Combat Arms', 'bigfan421', '30-07-10', '00:00'); threads[4] = new thread(5125, 'Loss of Interest in BM?', 'Burbinator', '29-07-10', '23:59'); threads[5] = new thread(357, 'The MS Paint Thread', 'Ramirezoid', '29-07-10', '23:59'); threads[6] = new thread(94, 'Post Your Screen Shot thread', 'Jeannotvb', '29-07-10', '23:54'); threads[7] = new thread(6304, 'BM Fans around the world', 'russilker', '29-07-10', '23:33'); threads[8] = new thread(3852, 'How Half-Life Changed The World', 'Fnoigy', '29-07-10', '23:33'); threads[9] = new thread(6320, 'Starcraft II', 'Fnoigy', '29-07-10', '23:32'); threads[10] = new thread(5, 'Introductions and Thanks - Share your appreciation and say hello', 'Georgy', '29-07-10', '23:15'); threads[11] = new thread(6274, 'The Game You Would Kill to Play Early', 'CTID', '29-07-10', '23:00'); threads[12] = new thread(6194, 'Worst Part Of The Best Game(s) you\'ve ever played', 'CTID', '29-07-10', '22:51'); threads[13] = new thread(5890, 'the greatest way to end half-life(imo)!', 'mechaelite', '29-07-10', '22:00'); threads[14] = new thread(22, 'Got a Quick Suggestion? - Small suggestions that don\'t need their own thread', 'mechaelite', '29-07-10', '21:29');