jQuery.noConflict();
jQuery(document).ready(function($){ 
    $('#blog-title span a').html('');
});

