﻿$(document).ready(function () {
    $('.fwMenu ul li:first').addClass('border_lifirst');
    $('.SearchResults ul li:even').css({ 'background-color': '#eee' });
    $('.left_header ul li:not(:last-child)').addClass('borderright');


    //$('.ingress_shortnews img').attr('src', '/ShowFile.ashx?FileInstanceId=00000000-0000-0000-0000-000000000000').hide();
    $('.ingress_shortnews img').each(function () {
        if ($(this).attr('src').toString() == '/ShowFile.ashx?FileInstanceId=00000000-0000-0000-0000-000000000000') {
            $(this).hide();
        }    
    });
    

});
