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(10); threads[0] = new thread(31058, 'Ninokuni kommt auf die PS3', 'WeavertheBeaver', '25.06.2010', '11:13'); threads[1] = new thread(30972, 'Final Fantasy IX im europäischen PSN-Store', 'Jenztsch', '26.05.2010', '17:48'); threads[2] = new thread(30767, 'Sakura Wars steht als PAL-Version für die Wii in den Läden', 'Greg', '10.04.2010', '12:37'); threads[3] = new thread(30585, 'Grandia ab sofort erhältlich im US-PlayStation Network Store', 'Greg', '26.02.2010', '17:28'); threads[4] = new thread(30421, 'Mit dem iPhone ab in die Final Fantasy Welt', 'azazel', '25.01.2010', '13:24'); threads[5] = new thread(30420, 'Gyakuten Saiban 2 als WiiWare Download bestätigt', 'azazel', '25.01.2010', '12:34'); threads[6] = new thread(30231, 'Unveröffentlichte PSOne-Version von Baldur\'s Gate aufgetaucht', 'Greg', '28.12.2009', '15:28'); threads[7] = new thread(29965, 'Vagrant Story ab Donnerstag im europäischen PSN-Store?', 'Greg', '10.11.2009', '15:18'); threads[8] = new thread(29834, 'Japan-PS3-Termine geupdated; Birth by Sleep schon früher', 'azazel', '22.10.2009', '20:38'); threads[9] = new thread(29711, 'Retro-RPG-Lineup auf Virtual Console & mehr', 'azazel', '06.10.2009', '11:16');