// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "http://cdigi.smugmug.com/";

this.firstChild.alt = "c.digital";

this.firstChild.title = "c.digital";

});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {

this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");

});


slideDuration = 5;
filmstripMove = 0;

YE.onAvailable('fades', function() {if (YD.hasClass(document.body,
"fsSlideshow")) this.click();});

#photoKeywords { 
display: none; 
}


SM.PhotoBar.config.position = 'bottom';


unction 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://cdigi.smugmug.com"><img src="/img/spacer.gif" width="605" height="70" border="0" /></a></div>


