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(7); threads[0] = new thread(2474, 'Medal of Honor & Linkin Park Remix + Windows 7 Themes', 'NewsBot', '07-30-2010', '12:16 PM'); threads[1] = new thread(2473, 'First Pirates of the Caribbean 4 Pictures', 'NewsBot', '07-30-2010', '12:16 PM'); threads[2] = new thread(2472, 'Halo Reach Windows 7 Theme + Campaign Trailer + Pictures', 'NewsBot', '07-30-2010', '12:16 PM'); threads[3] = new thread(2471, 'Cute Windows 7 Tan Nanami Madobe Theme', 'NewsBot', '07-30-2010', '12:16 PM'); threads[4] = new thread(2470, 'Street Fighter X Tekken Trailer & Pictures', 'NewsBot', '07-28-2010', '09:16 PM'); threads[5] = new thread(2469, 'HandyBackup Software Reviews', 'NewsBot', '07-27-2010', '08:13 PM'); threads[6] = new thread(2468, 'Massively looks back on six years of Lineage II', 'NewsBot', '07-27-2010', '06:58 AM');