google_ad_client = 'ya-properties_js';
google_ad_output = 'js';
google_max_num_ads = 3;
google_safe = 'high';
google_language = 'es';
google_encoding  = 'utf8';
google_adtest    = 'off';

/*
google_ad_channel  = '[optional: channel id]';
google_hints     = '[optional: comma-delimited hints]';
google_contents  = '[optional: replacement content]';
*/
/* "Publicidad" en horizontal */
function google_ad_request_done(google_ads)
{
  var htmlCode = '';
  if (google_ads.length>0) {
    htmlCode += '<table style="border:1px solid #B6C4D3; width: 600; height: 51px;" cellspacing="0" cellpadding="0" width="600" height="51" align="center"><tr>';
    for(var i=0; i<google_ads.length; ++i) {
      htmlCode += '<td align="left" valign="top" style="cursor:hand; padding: 5px;' + (i<(google_ads.length-1) ? ' border-right: 1px solid #B6C4D3;"' : '"' ) + '  onMouseOver="self.status=\'' + google_ads[i].visible_url + '\'; return true;" onMouseOut="self.status=\'\'" onClick="top.location.href=\'' + google_ads[i].url + '\'"><a href="' + google_ads[i].url + '" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #3333FF" onMouseOver="self.status=\'' + google_ads[i].visible_url + '\'; return true;" onMouseOut="self.status=\'\'">' + google_ads[i].line1 + '</a><br><a href="' + google_ads[i].url + '" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000; text-decoration:none;" onMouseOver="self.status=\'' + google_ads[i].visible_url + '\'; return true;" onMouseOut="self.status=\'\'">' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '<br></a><a href="' + google_ads[i].url + '" onMouseOver="self.status=\'' + google_ads[i].visible_url + '\'; return true;" onMouseOut="self.status=\'\'" style="font-family: Arial; font-size: 7pt; color: #006633">' + google_ads[i].visible_url + '</a></td>';
    }
    htmlCode += '</tr>';
    htmlCode += '<tr><td align="right" height="10" bgcolor="#B6C4D3" colspan="' + google_ads.length + '" style="padding-top:1px;font-family:Arial;font-size:9px;color:#0A8FC8;"><a href="https://adwords.google.es/select/?hl=es" style="font-family:Arial;font-size:9px;color:#0A8FC8;">Anuncios Google</a></td></tr>';
    htmlCode += '</table>';
    var oGoogleAdSenseLocator = document.getElementById("googleadsenselocator");
    if (oGoogleAdSenseLocator!=null) {
      oGoogleAdSenseLocator.innerHTML = htmlCode;
    }
  }
}

document.write('<' + 'script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"' + '>' + '<' + '/script' + '>');