
function google_ad_request_done(google_ads) {
    var s = '';
    var i;
    if (google_ads.length == 0) {
      return;
    }
    if (google_ads[0].type="text") {
        s += '<table width="728" height="90" border="0" cellpadding="0" cellspacing="10"><tr align="left" valign="top">';
        if (google_ads.length == 1) {
            s += '<td class="adss"><a href="' + google_ads[0].url + '" ' +
                            'onmouseout="window.status=\'\'" ' +
                            'onmouseover="window.status=\'go to ' +
                            google_ads[0].visible_url + '\'" ' +
                            'target="_blank">' + 
                            '<strong>' + google_ads[0].line1 + '</strong><br><span class="style1">' + 
                            google_ads[0].line2 + '<br>' +
                            google_ads[0].line3 + '<br>' +
                            google_ads[0].visible_url + '</span></td>';
        } else if (google_ads.length > 1) {
           for(i=0; i < google_ads.length; ++i) {
                s += '<td class="adss">' +
                                  '<strong>' + google_ads[i].line1 + '</strong><br><span class="style1"><a href="' + google_ads[i].url + '" ' +
                                  'onmouseout="window.status=\'\'" ' +
                                  'onmouseover="window.status=\'go to ' +
                                  google_ads[i].visible_url + '\'" ' +
                                  'target="_blank">' + 
                                  google_ads[i].line2 + '<br> ' +
                                  google_ads[i].line3 + '<br>' +
                                  
                                  google_ads[i].visible_url + '</span></td>';
            }
        }
		s += '</tr><tr align="right" valign="top"><td height="15" colspan="4" class="adss"><strong>Enlaces patrocinados por Google</strong></td></tr></table>';
    }

    document.write(s);
    return;
  }

     google_ad_client = 'ca-azteca_js'; // substitute your client_id
     google_ad_channel = 'news';
     google_ad_output = 'js';
     google_max_num_ads = '4';
     google_language = 'es';
     google_encoding = 'latin1';
     google_safe = 'high';
     google_ad_section = 'default';
	 google_country = 'mx';
	 