$(document).ready(function(){
    /*http://www.malsup.com/jquery/corner/*/
    $('#menubar_enclosing').corner();
    $('.Footer').corner();
});

