$(document).ready(function() {
    $(".corner").corner("18px");
    $(".bg").corner("9px");
    $("#footer").corner("top 18px");
});

