function search_google(type){

	switch(type){
		case 0:
			var cx = 'partner-pub-7966962822806303:zedmby-40zx';
		break;
		case 1:
			var cx = 'partner-pub-7966962822806303:9v7xws-ozj8';
		break;
		default:
			var cx = 'partner-pub-7966962822806303:zedmby-40zx';
	}
	
	document.getElementById('cx').value = cx;
	
}

document.writeln("	<form action='http://www.studiocataldi.it/ricerca/ricerca-google.asp' id='cse-search-box' target='_top' style='margin:0px; padding:0px; font-size:9px;'>");

document.writeln("	<input type='hidden' name='cx' id='cx' value='partner-pub-7966962822806303:zedmby-40zx' /><input type='hidden' name='cof' value='FORID:9' />");
document.writeln("		<input type='hidden' name='ie' value='ISO-8859-1' /><input type='text' name='q' size='30' value='' />");
document.writeln("		<input type='submit' name='sa' id='btn_site' onclick='search_google(0);' value='Cerca nel sito' style='color:#464C4E' />");
document.writeln("		<input type='submit' name='sa' id='btn_web' onclick='search_google(1);' value='Cerca nel web' style='color:#464C4E' />");
document.writeln("	    &nbsp;&nbsp;&nbsp;<a class='latou' href='http://www.studiocataldi.it/motore_ricerca_avanzata.asp' target='_top'>Ricerca avanzata</a>");
document.writeln("	</form>");
document.writeln("	<script type='text/javascript' src='http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=it'></script>");


