



function areplace(element1, style1)
{
$(element1+" a[href="+window.location.search+"]").each(function(){
var html=$(this).html();
$(this).before("<div style='"+style1+"' class='href'>"+html+"</div>");
$(this).remove();
});
}
//конец замены ссылок

