//if (top.location != 'http://www.doblajedisney.com/') self.location='http://www.doblajedisney.com/';
if (top.location != 'http://www.doblajedisney.com/') self.location='http://www.doblajedisney.com/';
function RightClick() {if (event.shiftKey){alert('La función [Shift+Click] está desactivada.');event.returnValue = false}}
function KeyDown() {if (event.ctrlKey || event.shiftKey || event.altKey){event.returnValue = false;}}
function hidestatus(){window.status='';return true;}
document.onselectstart=new Function("return false");
document.ondragstart=new Function("return false");
document.oncontextmenu=new Function("return false");
document.onkeydown = KeyDown;
document.onmousedown = RightClick;
document.onmouseover=hidestatus;
document.onmouseout=hidestatus;
document.writeln("<meta http-equiv='imagetoolbar' content='no'>");

