	var message="You can not right click this browser because of copyright law.";
	///////////////////////////////////
	function clickIE() 
	{
		alert(message);
		return false;
	}
	document.oncontextmenu=clickIE;