= 39) document.location = next_page; if (event.keyCode == 13) document.location = index_page; } document.onkeydown = jumpPage; document.oncontextmenu=function(){return false} document.onselectstart=function(){return false} document.onbeforecopy=function(){return false} document.onmouseup=function(){return false} document.oncopy=function(){return false} document.onselect=function(){return false}