$(function() {
    $('.rounded').corner('8px');
    $('.rounded-top').corner('8px tl tr');
});