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(3032, 'eu .. wtf ? soon css >csp', 'CSP_SNAIL', '09-10-2010', '02:51 AM'); threads[1] = new thread(2676, 'Новая версия cspromod', 'Rampage', '09-10-2010', '02:05 AM'); threads[2] = new thread(3044, 'spray logo wtf?', 'm-sharingan', '09-09-2010', '08:20 PM'); threads[3] = new thread(3043, 'My list of photos bugs', 'Lordearon', '09-09-2010', '03:51 AM'); threads[4] = new thread(3042, 'Wann kommt es endlich raus csp 1.05', 'amogan', '09-08-2010', '10:17 AM'); threads[5] = new thread(3040, 'Grenade pose added', 'Mazzer', '09-08-2010', '06:54 AM'); threads[6] = new thread(2986, 'Animation Video', 'Lordearon', '09-07-2010', '09:03 PM'); threads[7] = new thread(3034, 'Survival Horror!', 'k1no', '09-07-2010', '08:08 PM'); threads[8] = new thread(3041, 'Bugs CSPROMOD', 'Redstar', '09-07-2010', '03:33 PM'); threads[9] = new thread(2580, 'Map beta test', 'TUROcKdev', '09-07-2010', '07:28 AM'); threads[10] = new thread(3039, 'Smoke grenade visibility', 'n69ky', '09-06-2010', '05:30 PM'); threads[11] = new thread(3024, 'Black Mesa Source', 'Lordearon', '09-06-2010', '04:33 PM'); threads[12] = new thread(3038, '1.04 pretty much dying? (publicly at the moment)', 'free', '09-06-2010', '08:52 AM'); threads[13] = new thread(3029, 'CSP The Mecca', 'free', '09-06-2010', '06:10 AM'); threads[14] = new thread(3036, 'Forum avatar: upload not working?', 'flow', '09-06-2010', '02:43 AM');