// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});

// always show captions in slideshows
YE.onAvailable('captions', function() {if (YD.hasClass(document.body,
"fsSlideshow")) this.click();});

// other name for feature gallery
YE.onAvailable('featuredTitle', function() {this.innerHTML = 'New Galleries'});

YE.onAvailable('galleryTitle', function() {this.innerHTML = 'All galleries'});