jQuery(function($) {
    $('#headerNav02 a img, a img.roll, #box-submit input:image').rollover();
    $("#globalNav li").hover(function() {
        $(this).children('ul').fadeIn(400);
        }, function() {
    $(this).children('ul').fadeOut(50);
    });
});
