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(142097, 'What are the best \'upped\' items?', 'Asthix', '09-06-2010', '02:45 PM'); threads[1] = new thread(142096, 'StarCraft: We have updated our fan art album with several new pieces of StarCraft the', 'StarCraft Twitter', '09-06-2010', '08:30 AM'); threads[2] = new thread(142095, 'Warcraft: We have updated our fan art album with several new pieces of Warcraft theme', 'Warcraft Twitter', '09-06-2010', '08:30 AM'); threads[3] = new thread(142089, 'NOW PLAYING VERSION I DON\'T CARE', 'RoaCh of DisCord', '09-06-2010', '12:02 AM'); threads[4] = new thread(142085, 'What do points, level and activity mean?', 'Asthix', '09-05-2010', '12:59 PM'); threads[5] = new thread(142084, 'Free album by Systemshock (electronic band) is out', 'd2lover88', '09-05-2010', '01:20 AM'); threads[6] = new thread(142080, '@JD', 'Samsara', '09-04-2010', '03:19 PM'); threads[7] = new thread(142079, 'Anyone remember...', 'Eric', '09-04-2010', '01:42 PM'); threads[8] = new thread(142078, 'New Feature.', 'DeadLocked', '09-04-2010', '08:15 AM'); threads[9] = new thread(142074, 'Diablo: @MissLlil Just being The Lord of Terror. What you up to?', 'Diablo Twitter', '09-03-2010', '08:31 PM'); threads[10] = new thread(142073, 'WTF?!?!', 'Bashiok', '09-03-2010', '08:01 PM'); threads[11] = new thread(142072, 'BlizzCon 2010 Costume and Dance Signups Open', 'Bashiok', '09-03-2010', '08:01 PM'); threads[12] = new thread(142071, 'Estimated Announcements at the BlizzCon 2010!', 'Bashiok', '09-03-2010', '08:01 PM'); threads[13] = new thread(142070, 'Can DIablo 3 stand the test of time?', 'Bashiok', '09-03-2010', '08:01 PM'); threads[14] = new thread(142067, 'Warcraft: @joewarner We have others http://bit.ly/bIANLh =). Which one did you just f', 'Warcraft Twitter', '09-03-2010', '07:22 PM');