<!--
function google_ad_request_done(google_ads) {
var s = '';
var i;
if (google_ads.length == 0) {
return;
}

else if (google_ads[0].type == "html") {

s += google_ads[0].snippet;

} else {

if (google_ads.length == 1) {s += '<a href=\"' +
google_info.feedback_url + '\" style="color:#666666">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;margin-top:-42px; max-width:300px; font-family:Trebuchet MS, Georgia, Arial, sans-serif; color:#004777; font-size: 185%; border-bottom: #004777 2px solid;  font-weight:400"> ' +
google_ads[0].line1 + '<br /></span></a><br /><span style="color:#000000; font-size:125%; font-family:Arial;">' +
google_ads[0].line2 + ' ' + 
google_ads[0].line3 + '<p style="margin-top:7px"></p><a style="color:#509BF8; text-decoration:none; font-size: 13px" href="' + 
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true" target="_blank">' + 
google_ads[0].visible_url + '</a><br /><br /></span>';

} else if (google_ads.length > 1) {
s += '<p style="font-size:13px; font-family:Arial,Times, serif; margin-bottom:23px; font-weight:600"><a href=\"' + google_info.feedback_url + '\" style="color:#ABABAB">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="padding-bottom:6px;max-width:300px; font-family:Trebuchet MS, Georgia, Arial, sans-serif; color:#878798; font-size: 150%; border-bottom: #DDEAF9 1px solid;  font-weight:400">' +
google_ads[i].line1 + '</span></a><p style="margin-top:15px"></p><span style="color:#565656; font-size:120%; font-family:Arial;">' +
google_ads[i].line2 + ' ' +
google_ads[i].line3 + '<br /></span><p style="margin-top:6px; margin-bottom:15px"><a style="color:#BABABA; text-decoration:none; font-size: 11px" 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></p>';
}
if (google_ads[0].bidtype == "CPC") {  /* insert this snippet for each ad call */
google_adnum = google_adnum + google_ads.length;
}
}
    }

    document.write(s);
    return;
  }

google_ad_client = 'pub-0476738722403490';
google_ad_channel = '7417037496';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text_html';
google_image_size = '310x250';
google_feedback = 'on';
google_skip = '1';
// -->
