$(document).ready(function() {
 $(".twitter").html(function(){
    return $(this).html().replace(/@(<a href=[^>]+?>)/g, "$1@");
 });
});
