var alertData = "This Page is copyrighted.";
document.oncontextmenu=new Function("alert( alertData );");
