rightClickWarning = "All photos are © Chris Brinlee, Jr. - KrisB Photography. All rights reserved. Unauthorized use is prohibited."

<div id="navcontainer">
<ul>
<li><a href="/">home</a></li>

<li><a href="http://www.krisbphoto.com/galleries">portfolio</a></li>
<li><a href="/gallery/2211790">guestbook</a></li>
<li><a href="http://www.krisbphoto.com/gallery/4953352_fFtQ7/1/296366537_TQmEq#296366537_TQmEq">video</a></li>
</ul>
</div>

.gallery_2211790 #breadcrumb {display: none;}
.gallery_2211790 .pageNav {display: none;} 

.gallery_4953352 #breadcrumb {display: none;}
.gallery_4953352 .pageNav {display: none;} 

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 = '';
    }
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 = '';
    }
}

function delHover() {
imgTags = document.getElementsByTagName("img");
for (i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}

// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});