﻿var message = "The content on this web site is Copyright © 2006 Safeway Home Construction.  All rights reserved.  Duplication of the content within this domain / website including, but not limited to the photos and/or written content is strictly prohibited unless otherwise provided with written consent by Safeway Home Construction."; 
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;
	//location.replace(location.href+'?d='+new Date().valueOf()) 
	document.write('<meta HTTP-EQUIV="imagetoolbar" CONTENT="no">')
