rightClickWarning = "Copyright Contemporary Clicks Photography 2009"; // fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});



function ModifyText () 
{
  if (YD.hasClass(document.body, "gallery_8430773"))
  {
    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 ModifyText () 
{
  if (YD.hasClass(document.body, "gallery_9434658"))
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'Blog');
      objElement.innerHTML = str;
    }
  }
}

YE.onAvailable("comment", ModifyText);