<!--
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 border="0" bgcolor="#FFFFFF" bordercolor="#FFFFFF" cellpadding="3" cellspacing="3" height="90" width="100%" style="FONT-FAMILY: Arial, Tahoma, sans-serif; TEXT-DECORATION: none; font-size: 10px;"><tbody><tr>';
	
	for(i=0; i < google_ads.length; ++i) 
	{
		s += '<td style="text-align:left;"><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'ir a ' +
		google_ads[i].visible_url + '\';return true" style="text-decoration:none;"><span style="text-decoration:underline;font-size:12px;color: #FF6600;font-weight:bold;">' +
		'<b>' + google_ads[i].line1 + '</b><br></span><span style="color:#000000;font-size:10px;">' +	google_ads[i].line2 + '<br>' +
		google_ads[i].line3 + '<br></span><span style="font-size:10px; color: #FF6600;">' +	google_ads[i].visible_url + '</span></a><br></td>';
	}
		
	s += '</tr><tr><td colspan="4" style="font-weight:bold;font-size: 10px; text-align:right;"><a href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc" target="_blank">Anuncios Google</a></td></tr></table>';
}
document.write(s);
return;
}
google_ad_client = 'ca-orange-es'; // substitute your client_id
google_ad_channel = 'chat_orange';
google_image_size = '728x90';
google_max_num_ads = '4';
google_ad_output = 'js';
//google_page_url = 'http://www.orange.es';
google_ad_type = 'text';
google_language = 'es';
google_encoding = 'utf8';
google_safe = 'high';
google_adtest = 'off';
google_hints = '';
google_ad_section = 'default';
// -->
