var freq=0; vis=0; int=0;
function cierra(){
	if(document.all){
		contenedor.style.display='block';
		interstitial.style.display='none';
	}else{
		document.getElementById("contenedor").style.display = 'block';
		document.getElementById("interstitial").style.display = 'none';
	}
}
function abre(){
	if(document.all){
		contenedor.style.display='none';
		interstitial.style.display='block';
	}else{
		document.getElementById("contenedor").style.display = 'none';
		document.getElementById("interstitial").style.display = 'block';
	}
}

document.write("<div id=\"interstitial\" style=\"z-index:1000;background-color:#FFF;width:100%;height:100%;position:absolute;left:0;top:0;display:none;\">");

var date = new Date("02:00 2007/04/10");

function setCookie(name,value){ 
	document.cookie=name+ "=" +escape(value)+";expires="+date.toGMTString()+"; path=/";
} 
function GetCookie (name, InCookie) {
	var prop = name + "=";
	var plen = prop.length;
	var clen = InCookie.length;
	var i=0;
	if (clen>0) {
		i = InCookie.indexOf(prop,0);
		if (i!=-1) { 
			j = InCookie.indexOf(";",i+plen);
			if(j!=-1)
				return unescape(InCookie.substring(i+plen,j));
			else
				return unescape(InCookie.substring(i+plen,clen));
		}
		else
			return "";
	}
	else
		return "";
}





nombre='pliber-abril2007_4';

if (GetCookie(nombre,document.cookie)){
	suma=parseInt(GetCookie(nombre,document.cookie)) + 1;
	setCookie(nombre, String(suma))
}else{
	setCookie(nombre, "1")
}

if (parseInt(GetCookie(nombre,document.cookie))<=parseInt(2) && freq==0){
	freq=1;
	
			
document.write("<div id=\"cierra\" style=\"margin-left:auto;margin-right:auto;width:400px;\">");
document.write("<a href='http://www.elconfidencial.com'><img src='/images/logo_peq.gif' alt='El Confidencial' border='0' />&nbsp;&nbsp;&nbsp;&nbsp;</a>");
document.write("<a href=\"#\" onclick=\"cierra();return false;\"><img src='/images/ir_noticia.gif' alt='El Confidencial' border='0' /></a>");
document.write("</div>");
document.write("<div id=\"cont-inters\" style=\"width:800px;margin-left:auto;margin-right:auto;\">");
		vis=0;
			
document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=800 HEIGHT=600><PARAM NAME=movie VALUE='http://adserver.elconfidencial.com/banner/2007032875CONFID_prof-libe_800x600.swf?clickTag=http://adserver.elconfidencial.com/redirect.asp?id=3743&microsite=0&anchom=0&altom=0'> <PARAM NAME=quality VALUE=high><EMBED src='http://adserver.elconfidencial.com/banner/2007032875CONFID_prof-libe_800x600.swf?clickTag=http://adserver.elconfidencial.com/redirect.asp?id=3743&microsite=0&anchom=0&altom=0' quality=high WIDTH=800 HEIGHT=600 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT>");
			setTimeout("cierra()",6000);
						document.write("</div>");
						document.write("<img src=\"http://adserver.elconfidencial.com/stats.asp?id=3743\" />");
						int=1;
}


						document.write("</div>");


