function noRightClick()
{
	if ( event.button==2 )
	{
		alert('  SMACK!\n\n  Un bacione per te...          \n  Morena');
		return false;
	}
}

document.onmousedown=noRightClick;
