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

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 style="color:#878798" href="' + 
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true" target="_blank"><br /><span style="text-text-align:center; font-size:16pt;"> ' +
google_ads[0].line1 + '<br /></span></a><br /><span style="color:#767676; font-size:115%;">' +
google_ads[0].line2 + ' ' + 
google_ads[0].line3 + '<br /><br /><a style="color: Gray; text-decoration:none; font-family:Arial; font-size: 10px" 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 /></span>';

} else if (google_ads.length > 1) {

 s += '<p style="font-size:85%; font-weight:600"><a href=\"' + google_info.feedback_url + '\" style="color:#686868">Annunci Google</a></p>' 

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

s += '<br /><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 class="adsense1" style="font-size:120%; font-family:Arial; color:#9D9DAA;">' +
google_ads[i].line1 + '</span></a> <p style="font-size:85%; color:#878798; margin-top:2px; margin-bottom:3px; text-align:left;">' +
google_ads[i].line2 + ' ' +
google_ads[i].line3 + '</p><a style="color:#9D9DAA; font-size:80%; padding-top:2px; font-family:Arial" 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 /><br />';
}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 = '0792695547';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text_html';
google_image_size = '160x400';
google_feedback = 'on';
google_skip = '3';
// -->

