/*************** THIS CODE IS WRITTEN BY ----- CHANDAN SINGH BISHT ------ AND IS COPYWRITED TO CHANDAN IF THIS SCRIPT IS USED BY ANY OTHER PERSON IT IS FREE AS LONG THIS MESSAGE IS INTACT *******************/


var ie,n;
var posX,posY;
n = (navigator.appName == "Netscape")?1:0;
ie = (navigator.appName != "Netscape")?1:0;
if(n) document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = chandan;
function chandan(m){
	            if(ie){
		 if(event.button>1)
			{
			posX = event.screenX; posY = event.screenY;
			msgN.style.top=posY-95;
			msgN.style.left=posX;
			if(event.screenX>550) msgN.style.left=550;
			msgN.style.visibility="visible";
			setTimeout("alert('www.indiamatters.in')",0);
			setTimeout("msgN.style.visibility='hidden'",1000);
			return false;
			}
		 else{return true;}
		  }
	
	            if(n){
		 if(m.which>1)
			{
			posX = m.screenX; posY = m.screenY;
			document.msg.top=posY-95;
			document.msg.left=posX;
			document.msg.visibility="visible";
			setTimeout("document.msg.visibility='hidden'",900);
			return false;
			}
		 else{return true;}		
		}
	           }


/*************** THIS CODE IS WRITTEN BY ----- CHANDAN SINGH BISHT ------ AND IS COPYWRITED TO CHANDAN IF THIS SCRIPT IS USED BY ANY OTHER PERSON IT IS FREE AS LONG THIS MESSAGE IS INTACT *******************/

