// JavaScript Document

function click() { 
	if (event.button == 2) alert("Event Rental © All rights reserved.\nDo not copy images or content from this site."); 
}

if(document.all)
{
	document.onmousedown = click; 
}

