    /* sorry, you can not hide these elements on the page */
    #footer_wrapper,#footer,#cobrand_footer,#themeCredit {
        visibility: visible;
        display: block;
    }



// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});