function removBanner() {
    $(".poweredBySitefinityLogo").remove();
}
$(document).ready(function() { removBanner(); });
