rightClickWarning = "All images are property of Don Johnson--Through the Glass Photography. All rights reserved. Unauthorized use is prohibited"; function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=wPCWpiuyV6ndM ";
}
}
YE.onAvailable('footer', AddReferralCode);

rightClickWarning = "All images are property of Don Johnson, View Through the Glass Photography©. All rights reserved. Unauthorized use is prohibited."; 

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_8505968"))    
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'Guest');
      objElement.innerHTML = str;
    }
  }
}

YE.onAvailable("comments", ModifyText);
