<!--
/* mod by Paulo Couto */
/* suporta qualquer formato google */
/* google_adnum está definido no inicio da página e vale para qualquer anuncio google */

function google_ad_request_done(google_ads) {
var s = '<div id="Google_Ads"><div style="text-align:left;"><a class="Google_Label" href=\"' + google_info.feedback_url + '\" target="_blank">An&uacute;ncios Google</a></div>'; 
var i;

    if (google_ads.length == 0) {
    return;
    }

    for(i=0; i < google_ads.length; ++i) {
            s += '<a href="' + google_ads[i].url + '" target="_blank"><strong>' + google_ads[i].line1 + '</strong></a>';                        
            s += '<p>' + google_ads[i].line2 + ' ' + google_ads[i].line3 +  '</p>';
            s += '<div style="text-align:left;"><a class="Google_url" href="' + google_ads[i].url + '" target="_blank">' + google_ads[i].visible_url + '</a></div>';               
    }
    
    
    s += '</div>';
	if (google_ads[0].bidtype == "CPC") { 
	google_adnum = google_adnum + google_ads.length;
	}   
    document.write(s);
    return;
}

google_ad_client = 'pub-1920017713275412'; // substitute your client_id (pub-#)
google_ad_channel = '6000341958';
google_ad_output = 'js';
google_max_num_ads = '1';
google_ad_type = 'text';
google_image_size = '468x60';   
google_feedback = 'on';
google_skip = google_adnum;
document.write ("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'><\/script>"); 

//-->

