// JavaScript Document
rand = Math.random(); 
rn = Math.floor(rand*100+1); 

//Sin Anunciante (liberar las dos líneas siguientes)
rn = 100;
document.write ('<iframe name=nada src="http://www.escaque.com/images/design/cabecera/backlogo_banner.jpg" width=468 height=60 frameBorder=no border=0 marginWidth=0 marginHeight=0 scrolling=no style="border-style:none;" ></iframe>');

//Anunciante 1 con un 50% de las impresiones 
if(rn>=5 && rn<100) 
	{ 
	document.write ('<iframe name=afi468x60' + 
	' src="http://www.netfilia.com/contenidos/insert.html?cmf=30141&con_capa=1&contenido=468x60&web=25730&p=489046700&id=hiImLj4A92sGo&url='+escape(location.href)+'"' + 
	' width=468 height=60 frameBorder=no border=0 marginWidth=0 marginHeight=0 scrolling=no style="border-style:none;" >' + 
	'</iframe>'); 
	} 

//Anunciante 2 con un 50% de las impresiones 
if(rn>=0 && rn<5) 
	{ 
	google_ad_client = "pub-7787266321933361";
	google_alternate_ad_url = "http://www.netfilia.com/contenidos/insert.html?cmf=30141&con_capa=1&contenido=468x60&web=25730&p=489046700&id=hiImLj4A92sGo&url='+escape(location.href)+'";
	google_ad_width = 468;
	google_ad_height = 60;
	google_ad_format = "468x60_as";
	google_ad_channel ="";
	google_ad_type = "text_image";
	google_color_border = "B4D0DC";
	google_color_bg = "ECF8FF";
	google_color_link = "0000CC";
	google_color_url = "008000";
	google_color_text = "6F6F6F";
	document.write ('<script type="text/javascript"	src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
	}