var resultat = "results.html";
unction search_form(Suche) {
	var z = 4;
	if (Suche.d.value.length > 0) {
         z =0;
		document.cookie = "d=" + z + escape(Suche.d.value);
		window.location = resultat;
	}
}
