gogogogogogoogle_ad_client = 'ca-pub-5898552818181536'; 
google_ad_channel = '5503885172';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text_html';
google_feedback = 'on';
google_adtest = 'off';
google_language = 'es';

function google_ad_request_done(google_ads) {
	if ((google_ads.length >= 1) && $('#publiAdsense').length > 0) {
		var header = $('<h3></h3>').html('<a href="' + google_info.feedback_url + '" title="Anuncios Google" target="_blank">Anuncios Google</a>').appendTo('#publiAdsense');
		var lista = $('<ul></ul>');
		
		if(google_ads.length == 1){
			lista.addClass('unico');
		}
		
	  for(var i=0; i<google_ads.length; i++) {
			var anuncio = $('<li></li>').html('<h4><a target="_blank" href="' + google_ads[i].url + '">' + google_ads[i].line1 + '</a></h4><p>' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '</p><a target="_blank" class="link" href="' + google_ads[i].url + '">' + google_ads[i].visible_url + '</a>');
			lista.append(anuncio);
		}
		lista.appendTo('#publiAdsense');
	}
	
	if ((google_ads.length == 0) && $('#publiAdsense').length > 0){
		$('#publiAdsense').text('No hay anuncios');
	}
	return;
}




