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(782759, 'graphic issues', 'miku-juku', '10.03.2010', '15:03'); threads[1] = new thread(782662, 'magic wand ?', 'GmanXTS', '10.03.2010', '09:46'); threads[2] = new thread(782518, 'Gothic Heal & Hurt Game #16', 'Schatten', '09.03.2010', '21:06'); threads[3] = new thread(782173, 'G2 alchemy', 'make264', '09.03.2010', '10:59'); threads[4] = new thread(782061, 'PoP is back ?', 'KGS', '08.03.2010', '21:47'); threads[5] = new thread(782013, 'Assassin\'s Creed and Nvidia cards', 'Th13f', '08.03.2010', '20:47'); threads[6] = new thread(782002, 'Killing the king', 'Shoody', '08.03.2010', '20:32'); threads[7] = new thread(781958, 'A statement from the moderation team', 'Hellbilly', '08.03.2010', '19:41'); threads[8] = new thread(781875, 'Advice on first time Mage needed', 'EDWARDsmall', '08.03.2010', '18:02'); threads[9] = new thread(781763, '*Possible spoiler* location of dragons in G3', 'Bremen', '08.03.2010', '15:07'); threads[10] = new thread(781756, '[Arcania] Copy protection discussion', 'foobar', '08.03.2010', '14:44'); threads[11] = new thread(781692, 'NotR Mage Question ?', 'GmanXTS', '08.03.2010', '11:48'); threads[12] = new thread(781635, '"Spellcheck"', 'Nafolux', '08.03.2010', '06:48'); threads[13] = new thread(781506, 'The Gothic Oscars', 'GmanXTS', '07.03.2010', '21:00'); threads[14] = new thread(781448, 'Are you going to watch the Oscars? =)', 'Takuu', '07.03.2010', '19:45');