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(12048, 'am 07.09.2010 wird gekocht...', 'broncobilly', '07-09-2010', '05:49'); threads[1] = new thread(12047, 'Ich verkaufe meine Kamera', 'kamanilua', '06-09-2010', '22:09'); threads[2] = new thread(12046, 'Türkisches Moussaka', 'Rea', '06-09-2010', '21:27'); threads[3] = new thread(12045, 'Tipp von Euch für Tag der offenen Tür', 'Morgenröte', '06-09-2010', '16:57'); threads[4] = new thread(12044, 'am 06.09.2010 wird gekocht...', 'broncobilly', '06-09-2010', '05:52'); threads[5] = new thread(12043, 'Heute am 05 09 2010 kommt auf dem Tisch', 'kochtoni', '05-09-2010', '06:06'); threads[6] = new thread(12042, 'Am 04 09 2010 wird gekocht', 'kochtoni', '04-09-2010', '06:37'); threads[7] = new thread(12041, 'Windbeutel mit Vollkornmehl', 'kochtoni', '03-09-2010', '21:36'); threads[8] = new thread(12040, 'Kochbuch', 'Bimmi', '03-09-2010', '16:57'); threads[9] = new thread(12039, 'Melde mich zurück', 'Bimmi', '03-09-2010', '16:04'); threads[10] = new thread(12038, 'Seht mal, wie schön', 'Frau T', '03-09-2010', '12:56'); threads[11] = new thread(12037, 'Rund um den Crocky - Slowcooker oder Schongarer', 'kamanilua', '03-09-2010', '08:38'); threads[12] = new thread(12036, 'wir kochen am 03.09.2010', 'broncobilly', '03-09-2010', '05:48'); threads[13] = new thread(12035, 'Heisse Brote - Gusto', 'Dagmar Maria Paul', '02-09-2010', '20:37'); threads[14] = new thread(12034, 'Am 02 09 10 wird gkocht....', 'wendy geerlings', '02-09-2010', '03:44');