document.oncontextmenu = new Function("return false");
document.body.ondragstart = new Function("return false");
document.body.onselectstart = new Function("return false");
