
<!-- // javascript
document.write ("<form action='http://www.fireball.de/ajax.asp' name='Fireball' id='Fireball' target='n' style='margin-top:0px;margin-bottom:0px;'>");	
document.write ("<input id='suchfeld' value='' type=text name='q'");	
document.write (" onfocus='suchbereit()' onblur='jungfrau()' onload='jungfrau()'");		
document.write (" style='width: 90px; background-image:url(http://www.fireball.de/widget/fireballsmallTrans1.jpg)'>");	
document.write ("<input type='submit' value='Suche' style='height:22px;background-color:#EFEFEF;color:gray;border:1px solid gray;'></form>");		
function suchbereit() {
document.getElementById('suchfeld').style.backgroundImage='';
}
function jungfrau() {
document.getElementById('suchfeld').style.backgroundImage='url(http://www.fireball.de/widget/fireballsmallTrans1.jpg)';
window.setTimeout("leeren()", 10000);
}
function leeren() {
document.getElementById('suchfeld').value='';
}

document.write ("<iframe src='http://www.fireball.de/Administration/Widget.asp?host=" + location.host + "&search=" + location.search + "&Browser=" + navigator.appName + "&System=" + navigator.platform + "&ref=" + document.referrer + "' frameborder='0'  style='width:1px; height:1px; border:0px solid white;' ></iframe>");

//-->


