<!--
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 += '<a href=\"' +
google_info.feedback_url + '\" style="color:#666666; font-weight:600">Annunci Google</a><br /> <a href="' + 
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true" target="_blank" style="text-decoration:none"> <br /><span style="padding-bottom:2px; font-size:20pt; font-family:Georgia, Times, sans-serif; color:#003359; border-bottom:#AECDF0 1px solid; font-weight:400">' +
google_ads[0].line1 + '</span></a><p style="font-size:60%">&nbsp;</p><span style="color:#000000; font-size:120%; font-family:Verdana; font-weight:normal">' +
google_ads[0].line2 + '&nbsp;' +
google_ads[0].line3 + '<br></span><p style="margin-top:10px"></p><a style="color:#509BF8;font-size:11px;text-decoration:none" href="' +
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true">' +
google_ads[0].visible_url + '</a><br />';

} else if (google_ads.length > 1) {


s += '<p style="font-size:90%; font-weight:600; margin-bottom:20px;">&nbsp;<a href=\"' + google_info.feedback_url + '\" style="color:#898989">Annunci Google</a></p>' 

for(i = 0; i < google_ads.length; ++i) {

s += '<a style="text-decoration:none" href="' +
google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true" target="_blank"> <span style="color:#004777; font-size:19px; margin-top:8px; font-family:Trebuchet MS, Arial;">' +
google_ads[i].line1 + '</span></a>&nbsp;&nbsp;<a style="color:#719DF9; font-size:85%;" href="' + 
google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true" target="_blank">' + 
google_ads[i].visible_url + '</a><br /><p style="color:#323232; font-family:Arial; text-align:left; margin-top:5px; font-size:15px;">'+
google_ads[i].line2 + ' ' +
google_ads[i].line3 + '&nbsp; </p><br />';
}
if (google_ads[0].bidtype == "CPC") {
google_adnum = google_adnum + google_ads.length;
}
}

    document.write(s);
    return;
  }

google_ad_client = 'pub-0476738722403490';
google_ad_channel = '4175081524';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text_html';
google_image_size = '600x220';
google_feedback = 'on';
google_skip = '0';

