/*======================================*/
/*== Stop Auto Scrolling in Filmstrip ==*/ /*======================================*/

filmstripMove = 0;

/*============================================*/
/*============= Remove Pipes in Footer =======*/ /*============================================*/

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});
