// <![CDATA[
function google_suche ()
{
	var interface_feld = document.formsuche.suche.value;
	if (interface_feld != "")
	{
	//alert(interface_feld);
		window.open('http://news.google.de/news?q='+interface_feld+'&hl=de&btnG=Suche&button=Suchen');
		//location.href = "http://localhost/tnet/startseite/index.php?suche="+interface_feld;
	}
}
// ]]> 