<!-- Begin
function stopthief(ie) { var warning = "**THEFT WARNING** - All text and images are copyright protected by Denver Real Estate Agent ANTHONY RAEL. Any contents extracted (stolen) from this website without express written permission from Realtor Anthony M. Rael is in violation of U.S. Copyright law.  Your internet IP address & date have been logged in our database and will be used by our legal counsel as proof of your copyright violation";
if (navigator.appName == 'Netscape' && ie.which == 3) {
alert(warning);
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' &&
event.button==2) {
alert(warning);
return false;
}
return true;
}
document.onmousedown = stopthief;
// End -->