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

