function loadSearch()
{
	var nr=window.location.search.lastIndexOf("=")+1;
	var queryid=window.location.search.indexOf("query")+6;
	var query="";
	query=window.location.search.substr(queryid);
	query=window.location.search.substr(queryid,query.indexOf("&"));
	var additional;
	if(location.search.indexOf("dynamic=")!=-1) additional="&dynamic=1";
	else additional="";
	if(location.search.indexOf("query")!=-1)
	document.getElementById("suchergebnisse").innerHTML="<iframe src=\"http://support.chillergraphics.de/dienste/searchresults.php?query="+query+"&seite=huettemann2"+additional+"\" width=\"100%\" height=\"500\" name=\"Huettemann Suche\" frameborder=0></iframe>";
}
