YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Galleries'}); 

YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Portfolio'}); 

YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Galleries'});


// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=jaWamOLEOv3TY";
}
}
YE.onAvailable('footer', AddReferralCode);


rightClickWarning = "All photos are property of Michael Seebeck / Image-Oasis. All rights reserved. Unauthorized use is prohibited."; 

SM.PhotoBar.config.position = 'bottom';

