(function($) {
$(document).ready( function() {
if ( $("a[title='Google Sitemap Pro']").length ) {
var link = $("a[title='Google Sitemap Pro']");
link.parent().html(link.parent().html().replace(/ or /ig, ""));
$("a[title='Google Sitemap Pro']").remove();
};
});
})(jQuery);