function m_GSW( )
{
document.writeln("<td width=\"305\">");
document.writeln("<form method=\"get\" action=\"http://www.google.de/custom\" target=\"google_window\">");
document.writeln("<input type=\"hidden\" name=\"domains\" value=\"www.race-control.de\">");
document.writeln("<input type=\"hidden\" name=\"client\" value=\"pub-8252010372700629\">");
document.writeln("<input type=\"hidden\" name=\"forid\" value=\"1\">");
document.writeln("<input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\">");
document.writeln("<input type=\"hidden\" name=\"oe\" value=\"ISO-8859-1\">");
document.writeln("<input type=\"hidden\" name=\"cof\" value=\"GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1\">");
document.writeln("<input type=\"hidden\" name=\"hl\" value=\"de\">");
document.writeln("<table border=\"0\" bgcolor=\"#ffffff\">");
document.writeln("<tr><td nowrap=\"nowrap\" colspan=\"3\">");
document.writeln("<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value> ");
document.writeln("<input type=\"submit\" name=\"sa\" value=\"Suchen\"> ");
document.writeln("</td></tr><tr>");
document.writeln("<td><a href=\"http://www.google.com/\"><img src=\"http://www.google.com/logos/Logo_25wht.gif\" border=\"0\" alt=\"Google\" align=\"middle\" width=\"75\" height=\"32\"></a> </td>");
document.writeln("<td><input type=\"radio\" name=\"sitesearch\" value=\"www.race-control.de\"> <font size=\"-1\" color=\"#000000\">www.race-control.de</font> </td>");
document.writeln("<td><input type=\"radio\" name=\"sitesearch\" value checked=\"checked\"> <font size=\"-1\" color=\"#000000\">Web</font> </td>");
document.writeln("</tr></table></form></td>");
}

function m_GAQ()
{
document.writeln("<tr><td><script type=\"text/javascript\">");
document.writeln("<!--");
document.writeln("google_ad_client = \"pub-8252010372700629\";");
document.writeln("//728x15, Erstellt 07.12.07");
document.writeln("google_ad_slot = \"9467896133\";");
document.writeln("google_ad_width = 728;");
document.writeln("google_ad_height = 15;");
document.writeln("//-->");
document.writeln("</script> <script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">");
document.writeln("</script></td></tr>");
}

function m_GAH()
{
document.writeln("<script type=\"text/javascript\">");
document.writeln("<!--");
document.writeln("google_ad_client = \"pub-8252010372700629\";");
document.writeln("//160x90, Erstellt 07.12.07");
document.writeln("google_ad_slot = \"9937807151\";");
document.writeln("google_ad_width = 160;");
document.writeln("google_ad_height = 90;");
document.writeln("//-->");
document.writeln("</script> <script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">");
document.writeln("</script>");
}


function m_UT()
{
document.writeln("<script language=\"JavaScript\" type=\"text/javascript\" src=\"/js/pphlogger.js\"></script>");
document.writeln("<noscript>");
document.writeln("<p align=\"center\"><img alt src=\"http://www.usertrends.de/stat/pphlogger.php?id=f.schieszler&amp;st=img\" width=\"1\" height=\"1\"></noscript> <a href=\"http://www.usertrends.de\"><img src=\"http://usertrends.de/logo.gif\" border=\"0\" width=\"1\" height=\"1\" alt></a><img src=\"http://usertrends.de/stat/showhits.php?id=f.schieszler&amp;st=img\" width=\"1\" height=\"1\"></p>");

document.writeln("<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">");
document.writeln("</script>");

document.writeln("<script type=\"text/javascript\">");
document.writeln("_uacct = \"UA-3004061-1\";");
//document.writeln("urchinTracker();");

document.writeln("if (typeof(urchinTracker) == 'function') {");
document.writeln("  urchinTracker();");
document.writeln("}");


document.writeln("</script>");
}

<!--
// ==========================================================================
// Browsercheck
// ==========================================================================

function sa_bwcheck(){ 
  this.ver=navigator.appVersion
  this.agent=navigator.userAgent
  this.dom=document.getElementById?1:0
  this.opera5=this.agent.indexOf("Opera 5")>-1
  this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
  this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
  this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
  this.ie=this.ie4||this.ie5||this.ie6
  this.mac=this.agent.indexOf("Mac")>-1
  this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
  this.ns4=(document.layers && !this.dom)?1:0;
  this.bw=(this.ie6||this.ie5||this.ie4||this.ns4||this.ns6||this.opera5)
  return this
}

bw=new sa_bwcheck() //Browsercheck object

// NS4 resize bug fix
if (bw.ns4) {var origWidth = window.innerWidth;var origHeight = window.innerHeight; window.onresize = reDo;}
function reDo() {if (window.innerWidth != origWidth || window.innerHeight != origHeight) location.reload();}

/** 
* change the style of the menu items for rollover events
* 
* @param	obj		the <TD> tag object
* @param	string	background color from the <TD> tag
*/ 

function oMenu(obj, colorBg) 
{
//	 window.status = '';
//	 obj.title ='';

	 if (!bw.ns4)
	{ 
		if (colorBg != '')
		obj.style.color='#000000';
			obj.style.backgroundColor = colorBg;
 		obj.style.cursor = 'auto';
	}
}

function xMenu(obj, colorBg, TT) 
{
	 window.status = TT;
	 obj.title ='  '+TT+'  ';
 
	if (!bw.ns4)
	{ 
		if (colorBg != '')
	 
			obj.style.color='#0000ff';
			obj.style.backgroundColor = colorBg;
			obj.style.cursor = 'pointer';
	}
}
//-->