// JavaScript Document 我是utf-8
$(document).mousedown(function(event){
	document.oncontextmenu = function (){ return false;}//firefox
	if(event.which!=1){alert("部落格主人已經禁止右鍵");return false;}//ie
	
});
