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(3044, 'spray logo wtf?', 'm-sharingan', '09-09-2010', '08:20 PM'); threads[1] = new thread(3043, 'My list of photos bugs', 'WildBeast', '09-07-2010', '06:21 PM'); threads[2] = new thread(3042, 'Wann kommt es endlich raus csp 1.05', 'bonzaiiii', '09-07-2010', '11:38 AM'); threads[3] = new thread(3041, 'Bugs CSPROMOD', 'BlaCkSheeP', '09-06-2010', '10:42 AM'); threads[4] = new thread(3040, 'Grenade pose added', 'Lordearon', '09-05-2010', '01:11 PM'); threads[5] = new thread(3039, 'Smoke grenade visibility', 'free', '09-05-2010', '06:44 AM'); threads[6] = new thread(3038, '1.04 pretty much dying? (publicly at the moment)', 'blackaddR', '09-04-2010', '08:49 AM'); threads[7] = new thread(3037, '[FIX] Smoke Bug', 'free', '09-04-2010', '08:21 AM'); threads[8] = new thread(3036, 'Forum avatar: upload not working?', 'flow', '09-04-2010', '05:15 AM'); threads[9] = new thread(3035, 'Bomb Plant/Defuse', 'TrademarkTM', '09-03-2010', '08:57 AM'); threads[10] = new thread(3034, 'Survival Horror!', 'k1no', '09-03-2010', '12:37 AM'); threads[11] = new thread(3033, 'Weapons on back...', 'GardenOfWeeden', '09-02-2010', '10:29 PM'); threads[12] = new thread(3032, 'eu .. wtf ? soon css >csp', 'pabloska', '09-02-2010', '05:41 AM'); threads[13] = new thread(3031, 'Ability to change username on your page!', 'flow', '09-02-2010', '03:03 AM'); threads[14] = new thread(3030, 'css non steam', 'i <3 CS !!!!', '09-02-2010', '02:33 AM');