$(function(){
    $("#header").load("header.html");
    $("#globalNav").load("globalnav.html");
    $("#footer").load("footer.html");
    $("#wrapper").corner("5px");
    $("#gn-home").corner("round left 5px");
    /*
    $("#gn-home a").corner("round left 5px");
    $("#gn-home a").hover(
        function(){
            $(this).corner("round left 5px");
        },
        function(){
            $(this).corner("round left 5px");
        }
    );*/
    $("#gn-access").corner("round right 5px");
    $(".menuCategory").corner("round left 5px");
    $(".headTitle").corner("round left 5px");
});


