YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Photo Galleries'});
YE.onAvailable('userName', function() {this.innerHTML = 'Photos'});
YE.onContentReady("breadCrumbTrail", function () {this.innerHTML = this.innerHTML.replace('>Richard Flynn<','>Photo Galleries<');});
function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=NaKrUVJe3jcRs";
}
}
YE.onAvailable('footer', AddReferralCode);
