Home
»
blogger

1
|
<script type="text/javascript">var str=window.location.href.toString();if(str.indexOf(".com/")=="-1"){var str1=str.substring(str.lastIndexOf(".blogspot."));if(str1.indexOf("/")=="-1"){var str2=str1}else{var str2=str1.substring(0,str1.indexOf("/")+1)}window.location.href=window.location.href.toString().replace(str2,".blogspot.com/ncr/")}</script>
|
<script language=JavaScript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
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("alert(message);return false")
// -->
</script>