function nodrag(e)
{
	if(event.button == 2 || event.button == 3) alert('이 블로그는 오른쪽 마우스 사용을 제한하고 있습니다.');
}
document.onmousedown = nodrag;