// JavaScript Document
    

<!--
function google_ad_request_done(google_ads) {
/*
* This function is required and is used to display
* the ads that are returned from the JavaScript
* request. You should modify the document.write
* commands so that the HTML they write out fits
* with your desired ad layout.
*/
var s = '';
var s2 = '';
var i;

/*
* Verify that there are actually ads to display.
*/
if (google_ads.length == 0) {
return;
}

/*
* If an image or flash ad is returned, display that ad.
* Otherwise, build a string containing all of the ads and
* then use a document.write() command to print that string.
*/

if (google_ads[0].type == "image") {

	   s += '<a href=\"' +
	google_info.feedback_url + '\" style="color:000000">Ads by Google</a><br> <a href="' + 
	google_ads[0].url + '" target="_top" title="go to ' + 
	google_ads[0].visible_url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
	google_ads[0].visible_url + '\';return true"><img border="0" src="' + 
	google_ads[0].image_url + '"width="' + 
	google_ads[0].image_width + '"height="' + 
	google_ads[0].image_height + '"></a>';


} else {

	
		for(i = 0; i < google_ads.length; ++i) {
			
							   
				
 s += '<div onmouseover="this.style.backgroundColor=\'#e7f0ff\';" onmouseout="this.style.backgroundColor=\'#ffffff\';"><img src="/immagini/lin_light.jpg" width="100%" height="1" />' + 
'<table width = "100%"><tr><td height="30">' +
'<a href="' + 
google_ads[i].url + '" class = "link14" target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true"><span class="ad_line1">' +
google_ads[i].line1 + '</span></a>' +
'<span class="Txt11">&nbsp;&nbsp;&nbsp;' + google_ads[i].line2 + ' ' +
google_ads[i].line3  + '</span>' + 
'&nbsp;&nbsp;&nbsp;<a style="text-decoration:none"  href="' +
google_ads[i].url + '"  target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true">' + 
'<span class="Txt11">' +
google_ads[i].visible_url + '</span></a></td></tr></table></div>';
				
			
			}
			
			if (s != "")	{
			s = '<table width="100%" border = "0"><tr><td style="background:#FFFFFF"><a style="text-decoration:none" href=\"' +
		    google_info.feedback_url + '\" target = "_blank"><span class="Txt10" style="text-align:left"><strong>Ads by Google</strong></span></a></td></tr></table>' + s;
			document.getElementById("ads_unit_map").innerHTML = s;
			}
	
		}
    }

   
 

google_ad_client = 'pub-4402322498696489'; // substitute your client_id (pub-#)
google_ad_channel = '4802862501';
google_ad_output = 'js';
google_max_num_ads = '4';
google_ad_type = 'text';
//google_image_size = '728x90';
google_language = 'it';
google_feedback = 'on';
//google_adtest = 'on';
//google_skip = google_adnum;
// -->

