function click() 
{
	if (event.button==2) 
	{
		alert('www.guiadiscover.com');
	}
}
document.onmousedown=click
