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(12236, 'Small Question', 'D0ct3r', '09-08-2010', '11:22 AM'); threads[1] = new thread(12232, 'computer screen (help)', 'rager', '09-08-2010', '08:05 AM'); threads[2] = new thread(12231, 'Hi', 'clannadkanon', '09-08-2010', '07:16 AM'); threads[3] = new thread(12229, 'Asobi ni Iku Yo!', 'Goukenslay', '09-08-2010', '06:23 AM'); threads[4] = new thread(12227, 'god i still havent caught up for K-ON', 'zero1412', '09-07-2010', '08:59 PM'); threads[5] = new thread(12222, 'console\'s', 'shirosaki-sama', '09-07-2010', '06:22 PM'); threads[6] = new thread(12220, 'Code Geass R3?', 'DxCxZero', '09-07-2010', '03:23 PM'); threads[7] = new thread(12209, 'How do I become a level 2 linker?', 'Sentient', '09-07-2010', '12:40 PM'); threads[8] = new thread(12205, 'Yu-Gi-Oh 5Ds (Ep 1-61)', 'zothug', '09-07-2010', '10:47 AM'); threads[9] = new thread(12204, 'social groups update', 'valkyrie32', '09-07-2010', '10:21 AM'); threads[10] = new thread(12201, 'Most manly and/or badass anime character contest!', 'animelife69', '09-07-2010', '07:54 AM'); threads[11] = new thread(12195, 'avatar the last air bender sequel?!?!?!?!?!', 'shirosaki-sama', '09-06-2010', '10:02 PM'); threads[12] = new thread(12193, 'Convert or rip DVD movies to iPod easily with iFunia DVD to iPod Converter', 'sanddy', '09-06-2010', '09:14 PM'); threads[13] = new thread(12184, 'Shurg', 'D0ct3r', '09-06-2010', '12:29 PM'); threads[14] = new thread(12180, 'Anime Of The Week/Week 4', 'Gold-Senpai', '09-06-2010', '01:02 AM');