$(function(){
    $('a[rel="active"]').before('<span class="menu_active_left"></span>')
                        .after('</span><span class="menu_active_right"></span>');
    $('a[rel="active"]').wrap('<span class="menu_active_bg">');
    //shadowbox
    $('.news img').parent('a').each(function() {
            $(this).attr('title', $('img', this).attr('title'));
    });
    $('.warp img').parent('a').each(function() {
            $(this).attr('title', $('img', this).attr('title'));
    });
    $('.partner img').parent('a').each(function() {
            $(this).attr('title', $('img', this).attr('title'));
    });
    $('a.shadowbox').attr('rel','shadowbox[gruop]');
});
