$(document).ready(function(){
///замена ссылок
$(".menu_block li a[href="+window.location.search+"]").each(function(){
var html=$(this).html();
$(this).after("<div style='padding-left:10px;'><div style='background:url(templates/images/svadba-info_main_14.png) left no-repeat; padding-left:10px; color:#777777;' class='href'>"+html+"</div></div>");
$(this).remove();
});
//конец замены ссылок
});
