function ModifyText () {
  if (YD.hasClass(document.body, "gallery_3083753")) 
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'guestbook');
      objElement.innerHTML = str;
    }
  }
}

YE.onContentReady("comment", ModifyText);

function delHover() {
imgTags = document.getElementsByTagName("img");
for (i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}

slideDuration = 15;

function delHover() {
    oLst = YD.getElementsBy(function(el) {return (YD.hasClass(el,'imgBorder') || YD.hasClass(el,'imgBorderOn'))},'img');
    for (i=0; i < oLst.length ; i++) {
        if (oLst[i].title && oLst[i].title != '') oLst[i].title = '';
        if (oLst[i].alt && oLst[i].alt != '') oLst[i].alt = '';
    }
}
YE.onContentReady('bodyWrapper', function() {if (!YD.hasClass(document.body, 'smugmug_ajax')) delHover()});
onPhotoShow.subscribe(function(){YE.onAvailable('mainImage', delHover)});

<div id="my_header"><a href="http://photos.studioworkplus.com"><img src="/img/spacer.gif" width="605" height="70" border="0" /></a></div>


 
        var primaryCSScolor = 'Black';

        try {
            document.execCommand('BackgroundImageCache', false, true);
        } catch(err) {
        }

        var rightClickWarning = "These photos are copyrighted by Ariel Chua Photography. All rights reserved. Unauthorized use prohibited.";

        function rightProtect(e) {
            if (window.event) {
                var srcEl = event.srcElement ? event.srcElement : event.target;
            } else {
                var srcEl = e.srcElement ? e.srcElement : e.target;
            }

            var className = srcEl.className;

            if (className.indexOf('protected') != -1) {
                window.alert(rightClickWarning);
                return false;
            } else {
                return true;
            }
        }



rightClickWarning = "These photos are copyrighted by Ariel Chua Photography. All rights reserved. Unauthorized use prohibited.";

