// Begin Right Click Warning 

rightClickWarning = "All photos are property of Ron Wright Photography. All rights reserved. Unauthorized use is prohibited."; 

// End Right Click Warning 



// Begin No Thumbs Up Down 

displaySmugPopular = false;

// End No Thumbs Up Down



// Begin No Text Bubble on Hover  


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)});

// End No Text Bubble on Hover

