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(5); threads[0] = new thread(871843, 'Suche einen Kameraden für Nightfall!', 'Firas', '01.09.2010', '11:22'); threads[1] = new thread(863271, '[GW2] Umfangreiches Quellenverzeichnis zu Guild Wars 2 Infos', 'Bernado', '14.08.2010', '17:21'); threads[2] = new thread(863069, '56 Minipets', 'SchokoReiswaffel', '14.08.2010', '10:03'); threads[3] = new thread(861942, '[GW2] Lila Charr oder was?', 'Rashnu', '11.08.2010', '20:53'); threads[4] = new thread(859431, 'Homepage für Guild Wars 2?', 'Rashnu', '06.08.2010', '16:11');