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

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

   s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="' +
google_ad.image_width + '" HEIGHT="' +
google_ad.image_height + '"> <PARAM NAME="movie" VALUE="' +
google_ad.image_url + '">' +
'<PARAM NAME="quality" VALUE="high">' +
'<PARAM NAME="AllowScriptAccess" VALUE="never">' +
'<EMBED src="' +
google_ad.image_url + '" WIDTH="' +
google_ad.image_width + '" HEIGHT="' +
google_ad.image_height +
'" TYPE="application/x-shockwave-flash"' +
' AllowScriptAccess="never" ' +
' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';

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

   s += '<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 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; text-align:left; ">' +
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;"><a href=\"' + google_info.feedback_url + '\" style="color:#9A9A9A">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:#343434; font-size: 145%; border-bottom: #DDEAF9 1px solid;  font-weight:400">' +
google_ads[i].line1 + '</span></a><p style="margin-top:15px;"></p><span style="color:#333333; font-size:115%; font-family:Arial;  text-align:left;">' +
google_ads[i].line2 + ' ' +
google_ads[i].line3 + '<br /></span><p style="margin-top:3px; margin-bottom:15px;"><a style="color:#92B4FA; 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 = '7977844689';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text,image,flash';
google_image_size = '300x250';
google_feedback = 'on';
google_skip = '2';
// -->

