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(1108, 'The Next Michael Jackson Contest (Martin)', 'MartinStyleJackson', '01.09.2010', '02:28'); threads[1] = new thread(1107, '" can u feel the love tonight"', 'sandra80', '29.08.2010', '19:46'); threads[2] = new thread(1106, 'Paparazzi von Lady GaGa', 'TheFame', '27.08.2010', '17:29'); threads[3] = new thread(1105, 'Mercy', 'janileila13', '26.08.2010', '18:01'); threads[4] = new thread(1104, 'Ich singe Somebody to love von Justin Bieber', 'AleynaReen', '23.08.2010', '19:02'); threads[5] = new thread(1103, 'Ich singe California Gurls von Katy Perry', 'AleynaReen', '23.08.2010', '18:32'); threads[6] = new thread(1102, 'Ich singe California Gurls von Katy Perry', 'AleynaReen', '23.08.2010', '18:23'); threads[7] = new thread(1101, 'Billionaire', 'RebeccaThun', '23.08.2010', '15:49'); threads[8] = new thread(1100, 'Billionaire', 'RebeccaThun', '23.08.2010', '15:46'); threads[9] = new thread(1099, 'me singing Billionair', 'Jay', '09.08.2010', '16:56');