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("
");
var date = new Date("02:00 2009/01/07");
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("
");
document.write("
");
document.write("

");
document.write("
");
document.write("
");
vis=0;
document.write("
");
setTimeout("cierra()",6000);
document.write("
");
document.write("

");
int=1;
}
document.write("
");