rightClickWarning = "These photos are copyright Chris McCooey. All rights reserved. Unauthorized use is prohibited."
function norobotmail(aUser, aDomain) {document.location = "mailto:" + aUser + "@" + aDomain}




function deleteCookie(name, path, domain) {

  if (getCookie(name)) {

    document.cookie = name + "=" + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ";expires=Thu, 01-Jan-1970 00:00:01 GMT";

  }

}

function norobotmail(aUser, aDomain) { 
       document.location = "mailto:" + aUser + "@" + aDomain;
    }


