rightClickWarning = "Hey now how am I suppose to sell any of these is you save them on your computer?"; function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_4791042")) 
  {
    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);
