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(46487, 'Auführung Dips/Klimmzüge', '15_jahre', '02.09.2010', '22:28'); threads[1] = new thread(46486, 'Oldschooltraining', 'Horny', '02.09.2010', '21:43'); threads[2] = new thread(46485, 'Low-carb Brot "Adam´s Brot"', 'Vespa', '02.09.2010', '18:30'); threads[3] = new thread(46484, '1 Monat im neuen Betrieb und schon das Firmenauto kaputt', 'Sherminator', '02.09.2010', '18:28'); threads[4] = new thread(46483, 'HWS knackt', 'Moorli', '02.09.2010', '16:20'); threads[5] = new thread(46482, 'Notebook MSI GT628', 'Marek123', '02.09.2010', '13:11'); threads[6] = new thread(46481, 'burton4tw hat Geburtstag', 'robert234', '02.09.2010', '10:54'); threads[7] = new thread(46480, 'Supplemente ins Training einbauen!', 'Testos', '02.09.2010', '09:23'); threads[8] = new thread(46479, 'Trainingsziel', 'webrider', '02.09.2010', '00:41'); threads[9] = new thread(46477, 'VK-Toast oder VK-Brot', 'atwork', '01.09.2010', '22:29'); threads[10] = new thread(46476, 'Suche Gym 80 Trainingsmaschinen', 'EL RUBIO', '01.09.2010', '21:07'); threads[11] = new thread(46478, 'Wiegen-Spam', 'Schmarn', '01.09.2010', '20:48'); threads[12] = new thread(46475, 'Für Judo wiegen - Tricks', 'Judoka95', '01.09.2010', '20:43'); threads[13] = new thread(46474, 'Der Schnappschuss-Bilder-Thread Teil XVIII', 'robert234', '01.09.2010', '20:10'); threads[14] = new thread(46471, 'Ruhetage?', 'Candeno', '01.09.2010', '16:15');