$(document).ready(
  function()
  {
    $("em").each(function(){
        $(this).replaceWith("<a class='" + $(this).attr("class") +"'" +" href='http://www.nashimdetyam.ru" + $(this).attr("title") + "'>" +$(this).html() + "</a>");
        });
  }
);

