$(document).ready(function () {

    //icone NOUVEAU dans le menu
    $(".l_en #MainNav #fenplast ul li a.s_104").append("<span style=\"position:absolute; right:-42px; top:-14px; display:block; background:transparent url(themes/default/images/new_icon_en.png) no-repeat scroll left top; height:34px; width:73px;\"></span>");
    $(".l_fr #MainNav #fenplast ul li a.s_104").append("<span style=\"position:absolute; right:-75px; top:-23px; display:block; background:transparent url(themes/default/images/new_icon_fr.png) no-repeat scroll left top; height:42px; width:104px;\"></span>");


    $('.filterList li:first-child input').attr('checked', 'checked');
}); 
