rightClickWarning = "All photos are Copyright Scott McLeod Photography. All rights reserved. Unauthorized use is prohibited."

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)});

document.title="Scott McLeod Photography - Weddings, Events, Art - Birmingham, AL";

function hackTitle() {
  if (YD.hasClass(document.body, "category_SGI_Tees")) {
    document.title="SGI Tees - St George Island, FL";
  }
}



YE.onAvailable('bodyWrapper', hackTitle);


