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