function noth() {
	if (event.button==2 || event.button==1+2 || event.button==2+1) 
	{alert('MarikaGombitova.com');}}
document.onmouseup     = noth
document.onmousedown = noth
document.onselectstart   = new Function ("return false")

