
	function thread(threadid, forumtitle, title, poster, threaddate, threadtime)
	{
		this.threadid = threadid;
		this.forumtitle = forumtitle;
		this.title = title;
		this.poster = poster;
		this.threaddate = threaddate;
		this.threadtime = threadtime;
	}
	var threads = new Array(15);
	threads[0] = new thread(3662, 'Pflanzen', 'Ficus Carica (Feige)', 'Ficus', '30.07.2010', '18:31');
	threads[1] = new thread(3661, 'Offene Runde', 'Tapezierduell ... bitte für unser Team abstimmen', 'miri80', '30.07.2010', '16:10');
	threads[2] = new thread(3660, 'Wände mauern', 'frische Mauer abreissen oder nicht?', 'Gelackmeiert', '30.07.2010', '01:07');
	threads[3] = new thread(3659, 'Terrasse', 'Blähton (Leca) Trockenschüttung 4-8 mm GEBROCHEN', 'salvatore', '29.07.2010', '15:41');
	threads[4] = new thread(3658, 'Fliesen verlegen', 'Fliesen auf alten PVC-Boden', 'MaNino', '29.07.2010', '07:58');
	threads[5] = new thread(3657, 'Offene Runde', 'Wände vertäfeln..', 'jensi', '28.07.2010', '19:09');
	threads[6] = new thread(3656, 'Offene Runde', 'Suche Baumsitzbank', 'franWerkerin', '28.07.2010', '13:55');
	threads[7] = new thread(3655, 'Carport', 'Carport Bau', 'Gottschi5678', '28.07.2010', '08:34');
	threads[8] = new thread(3654, 'Klo', 'Stand Wc einbauen Rohr Frage', 'Lalala', '27.07.2010', '13:51');
	threads[9] = new thread(3653, 'Carport', 'Terrassenüberdachung', 'neban', '27.07.2010', '13:00');
	threads[10] = new thread(3652, 'Terrasse', 'Terrasse sanieren!?', 'mike1983', '26.07.2010', '23:48');
	threads[11] = new thread(3651, 'Fassade dämmen', 'Fußbodendämmung für Ausbau 1.OG', 'heiko.basta', '26.07.2010', '17:21');
	threads[12] = new thread(3650, 'Energie sparen', 'Wie alt sind meine Fenster???', 'Angesx', '26.07.2010', '10:25');
	threads[13] = new thread(3649, 'Wände mauern', 'Betonsturz über Garagentor', 'rubbel5', '25.07.2010', '18:22');
	threads[14] = new thread(3648, 'Offene Runde', 'Sprühfarbe', 'Helveticus', '25.07.2010', '13:44');
