function gotopage()
{ 
	var was = document.suchfeld.what.value;
	var wo = document.suchfeld.where.value;
	var url = ("http://www.immowelt.de/index.aspx?tswas="+was+"&tswo="+wo);
	window.location =(url);
}


