<!-- http://www.lighthouseco-op.com/five/thisisajavascript2test.htm-->
	var message = "All images on this website are copyrighted, and are the property of Erika Callies - Callies Portrait Photography."; 
	function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ 	alert(message); return false; } 
	if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { 	alert(message); 	return false; } } 
	document.onmousedown = rtclickcheck;