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(25124, 'Timeless - Meine Stadt " Köln " VIDEO', 'Mehmet1', '27.07.2010', '22:50'); threads[1] = new thread(25115, 'Spl!tta - Hurensohn (mal wieder neuer track ;) XD)', 'SplittaPL', '23.07.2010', '22:09'); threads[2] = new thread(25112, 'Silla - Silla Instinkt Album 08.10.2010', 'boggyman', '23.07.2010', '08:40'); threads[3] = new thread(25111, 'Primatune - Das Album - inkl. Feature von Masta Ace', 'twistedt', '22.07.2010', '22:48'); threads[4] = new thread(25108, 'OJ Kingpin: Neues Label und neues Album', 'Mehmet1', '21.07.2010', '00:10'); threads[5] = new thread(25107, 'Harris - Tag und Nacht / Tust doch nur so Video', 'boggyman', '19.07.2010', '13:38'); threads[6] = new thread(25099, 'Medizin Mann (Horrorkore) Videointerview! B-Stadt.com', 'KingRapster', '14.07.2010', '22:06'); threads[7] = new thread(25097, 'Sprayen in Braunschweig/Peine', 'apq', '14.07.2010', '10:50'); threads[8] = new thread(25096, 'Spl!ttaPL - Frauenverachtend (NEUER TRACK !!)', 'SplittaPL', '13.07.2010', '17:12'); threads[9] = new thread(25095, 'Will wieder tanzen!!!', 'Bina87', '13.07.2010', '14:54');