<!-- Begin
function stopthief(ie) { var warning = "**THEFT WARNING** - The text and images on this website are copyright protected by Denver Colorado Real Estate Agent Anthony Rael.  Buyers & sellers can copy or print any information they find useful.  However, any contents extracted (stolen) from this website by other real estate agents or their webmasters without express written permission from 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 you are a real estate agent or webmaster looking to steal content from this website, we strongly recommend that you close your web browser immediately.";
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 -->