
function click() { 
alert('http://www.misdar.com£¡') } 
function click1() { 
if (event.button==2) {alert('http://www.misdar.com£¡') }} 
function CtrlKeyDown(){ 
if (event.ctrlKey) {alert('http://www.misdar.com£¡') }} 
document.onkeydown=CtrlKeyDown; 
document.onselectstart=click; 
document.onmousedown=click1; 

