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(9); threads[0] = new thread(13881, 'Deborah Rosen', 'Deborah Rosen', '27-07-10', '17:33'); threads[1] = new thread(13859, 'Versursacherprinzip, Endlösung & Müll, Atomkraft,', 'Burgy Zapp', '19-06-10', '12:59'); threads[2] = new thread(13858, 'Ölpest, Risikomanagement, Gewinn und Verursacherprinzip', 'Burgy Zapp', '19-06-10', '12:40'); threads[3] = new thread(13494, 'Demokratie und Wirtschaft, die Dauerwahl der Käufer', 'Burgy Zapp', '31-05-09', '15:49'); threads[4] = new thread(13471, 'ACHTUNG Meinungsfreiheit im Internet gefährdet', 'Burgy Zapp', '07-05-09', '21:07'); threads[5] = new thread(12654, 'Finanzkriese - Ursache und Wirkung', 'Burgy Zapp', '23-01-09', '20:39'); threads[6] = new thread(12499, 'Finanzkrise anschaulich', 'Burgy Zapp', '08-12-08', '12:32'); threads[7] = new thread(12388, 'GREAT CLIMATE CAMPAIGN NEWS: Greenpeace', 'Burgy Zapp', '01-10-08', '22:37'); threads[8] = new thread(12260, 'Mitsprache versus Beteiligung - Gewerkschaft eine Sackgasse', 'Burgy Zapp', '22-04-08', '21:43');