$(function(){
    $('div.round_corner').corner("round 8px");
    $('div.round_corner_top').corner("top 8px");
    $('a.round_corner').corner("round 10px");
    $('.round_corner_bottom').corner("bottom 8px");
    $('.round_corner_post').corner("top 5px");
});
