$(document).ready(function(){
    $('.boxTitle').corner('Top','5px');
    $('.boxFooter').corner('bottom','5px');
});