jQuery(document).ready(function(){
//jQuery("#credits").html("")

if(jQuery(".title").html == "Home"){
jQuery(".title").html("Homer")
}

jQuery(".facebook-widget").remove();

jQuery("#credits").remove();
});
