$(document).ready(function() {
    //equalHeights();
    $(".corner").corner();
    $(".corner-top").corner("top");
    $(".corner-bottom").corner("bottom");
    $(".corner-left").corner("left");
    $(".corner-right").corner("right");
});

/* Sets equal heights for the header and logo sections*/
/*function equalHeights() {
    var header = $('#header').parent();
    $("#logos").css('height', header.height());
}*/
