//filmStrip values you can override:
rightMoves = -5;
leftMoves = 5;


YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Highlighted Photo Collections !'}); 


YE.onAvailable('categoryTitle', function() {this.innerHTML = 'People, Places and Artsy things to see'});


// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});





