﻿var search_div = document.getElementById("google_search");
if (search_div) {
	search_div.setAttribute("class", "toplinks");
  search_div.innerHTML = '<form action="http://www.cfos.de/search.htm" id="cse-search-box"><div><input type="hidden" name="cx" value="partner-pub-3444656488522610:hl81he-4o3f" /><input type="hidden" name="cof" value="FORID:10" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" size="18" /><input type="submit" name="sa" value="Search" /></div></form><script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script>';
  }