<!--
//080305 function accion_rechaza(e) { return false; }
function accion_rechaza(e) { if (e.which==2||e.which==3) acasa(); return !(e.which==2||e.which==3); }
function accion_acepta()   { return true;  }
//if IE4+
document.onselectstart=new Function ('return false');
//if NS6
if (window.sidebar) { document.onmousedown=accion_rechaza; document.onclick=accion_acepta; }

if (document.all) document.onmousedown=new Function("if(event.button==2||event.button==3) { acasa(); }");

function acasa() {
if (PralNom=="wellnesscio") top.location='http://wellnesscio.cjb.net';
else  top.location='/';
}
//-->