var google_adnum = 0;

function google_ad_request_done(google_ads) {

var s = '';
var i;


if (google_ads.length == 0) {
	return;
}



if (google_ads.length == 1) {

	s += '<div style="background:#F4F9FF;">' + 
	'<table width = "100%"><tr><td height="30">' +
	'<a href="' + 
	google_ads[i].url + '" class = "link14" style="text-decoration:underline;" 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>' +
	'<br><span class="Txt11">' + google_ads[i].line2 + ' ' +
	google_ads[i].line3  + '</span>' + 
	'&nbsp;&nbsp;&nbsp;<a style="text-decoration:none;" class="Linkgs" href="' +
	google_ads[i].url + '"  target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
	google_ads[i].visible_url + '\';return true">' + 
	'<strong>' +
	google_ads[i].visible_url + '</span></a></td></tr></table></div>';

} else if (google_ads.length > 1) {

    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><img src = "/immagini/lin_light_plus.jpg" width="100%" height="1" /></td></tr></table>'

	 for(i = 0; i < google_ads.length; ++i) {

		s += '<div style="background:#FFFFFF;padding-top:5px; padding-bottom:5px; line-height:200%;">' + 
		'<table width = "100%"><tr><td height="30">' +
		'<a href="' + 
		google_ads[i].url + '" class = "link14" style="text-decoration:underline;" 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>' +
		'<br><span class="Txt11">' + google_ads[i].line2 + '' +
		google_ads[i].line3  + '</span>' + 
		'<br /><a style="text-decoration:none;" class="Linkgs" href="' +
		google_ads[i].url + '"  target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
		google_ads[i].visible_url + '\';return true">' + 
		'<strong>' +
		google_ads[i].visible_url + '</span></a></td></tr></table><img src = "/immagini/lin_light_plus.jpg" width="100%" height="1"  style="margin-top:5px;" /></div>';
	}

	
	    google_adnum = google_adnum + google_ads.length;


}


document.write(s);


return;
}
google_ad_client = 'pub-4402322498696489'; // substitute your client_id (pub-#)
google_ad_channel = '9987303228';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text';
google_hints = adq;
//google_image_size = '728x90';
google_feedback = 'on';





   
