YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Galleries'});
YE.onAvailable('popularTitle', function() {this.innerHTML = 'Most Popular Photos'});

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=M4urce2LQyKAg";
}
}
YE.onAvailable('footer', AddReferralCode);
SM.PhotoBar.config.position = 'bottom';