jQuery(document).ready(function(){
	$("i[title]").each(function(){
		$(this).replaceWith("<a href='" + $(this).attr("title") + " ' class='" + $(this).attr("class") + " '>" +$(this).html() + "</a>");
		});
$("b[title]").each(function(){
		$(this).replaceWith("<a target='_blank' href='mailto:" + $(this).attr("title") + " '>" +$(this).html() + "</a>");
		});
	
});
var liveint='<a href="http://www.liveinternet.ru/click" "+"target=_blank><img align="right" style="margin-top:20px;" src="http://counter.yadro.ru/hit?t26.4;r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random()+"" alt="" title="LiveInternet" "+"border="0" width="88" height="15"><\/a>';
jQuery(document).ready(function(){
$('.linklink').hide();
$('#target').before('<div style="margin-top:30px;"><a class="menu_icon menu-faq" id="showlink" style="color:#0079C5;text-decoration:underline;display:table-cell;font-size:115%;font-weight:bold;height:67px;vertical-align:middle;">У нас вы найдете</a></div>');
var rere = 0;
$('#showlink').click(function() {
rere = rere + 1;
$('.linklink:eq('+rere+')').show("slow");

});

});
