var com_userAgent=navigator.userAgent.toLowerCase();
//linux
if(com_userAgent.indexOf("linux")!=-1){ 
	document.write('<style>');
	document.write('.com_v7-riga-top_off, .com_v7-riga-top_on{font-size:11px}');
	document.write('.com_v7-riga-sotto-top,.com_v7-riga-sotto-top_on{font-size:10px}');
	document.write('</style>');
}
if(com_userAgent.indexOf("safari")!=-1){ 
	document.write('<style>');
	document.write('#com_v7-query{font-size:11px;}');
	document.write('</style>');
}


	//adv
	function adv_flashDisp(flashobj)
	{if (typeof(flashobj)!='undefined'&&flashobj!=''){document.write(flashobj);}}

	function com07e_controlla(area_click){
		q=encodeURIComponent(document.search.query.value);
		if (q == '') {
			ckSrv('http://arianna.libero.it','HF1',area_click,'s1',null);
			return false;
		}else{
			ckSrv('http://arianna.libero.it/search/abin/integrata.cgi?regione=10&query='+q,'HF1',area_click,'201',null);
			return false;
		}
	}

	function com07e_controlla_community(area_click){
		q=escape(document.search.query.value).replace(/\+/g,"%2b");
		if (q == '') {
			ckSrv('http://digiland.libero.it','HF1',area_click,'s1',null);
			return false;
		}else{return true;}
	}
	function com07e_controlla_blog(area_click){
		q=escape(document.search.query.value).replace(/\+/g,"%2b");
		if (q == '') {
			ckSrv('http://blog.libero.it','HF1',area_click,'s1',null);
			return false;
		}else{return true;}
	}
