// JavaScript Document
function google_ad_request_done(google_ads) {
if (google_ads.length < 1 )
return;
var firstAdUnit = '';
    if (google_info.feedback_url) {
      var s = '<a href=\"' + google_info.feedback_url + '\" style="font-size: 11px; font-family:Verdana, Arial; color:#000000;">An&uacute;ncios Google</a><br />';
    } else {
      var s = '<span style="font-size: 11px; font-family:Verdana, Arial;">An&uacute;ncios Google</span><br>';
    }
firstAdUnit = s;
if (google_ads[0].type == 'text') { 
for(i = 0; i < google_ads.length; ++i) {
s = '<div id="adsense_pers_in"><a href="' + google_ads[i].url + '"><span style="color: #0A68C8; font-size:16px; line-height:22px; text-decoration:underline; font-family:Verdana, Arial;">' + google_ads[i].line1 +  '</span></a>&nbsp; &nbsp; &nbsp;<a href="' + google_ads[i].url + '"><span style="font-family:verdana, arial;font-size:11px; color:#759B00;">' + google_ads[i].visible_url +'</span></a><br /><span style="color:#000000; font-size:13px; font-family:arial, verdana; line-height:18px;">' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '</span><br /></div>';
firstAdUnit += s;
}
}
if (google_ads[0].type == 'image') {
s = '' +
'<a href="' + google_ads[0].url + '"style="text-decoration:none">' +
'<img src="' + google_ads[0].image_url + 
'" height="' + google_ads[0].height + 
'" width="' + google_ads[0].width +
'" border="0"></a>';
firstAdUnit = s;
}

document.getElementById("adsense_ad").innerHTML += firstAdUnit;
return;
}
google_ad_client = "pub-7019091094896260";
google_ad_output = 'js';
google_max_num_ads = '6';
google_feedback = "on";
google_ad_type  = "text_image";
google_image_size = "300x250";
google_encoding = "latin1";
google_ad_channel = "9504934701"; //2007-02-28: download-personalizado
