rightClickWarning = "Thanks for your interest in this photo. Please drop me an email at info@obaikhalifa.com if you would like to receive a copy of it"; function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_5376670")) 
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'GUESTBOOK');
      objElement.innerHTML = str;
    }
  }
}

YE.onAvailable("comment", ModifyText);

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

