$(function(){
    $('div.round_corner_bottom').corner("bl 8px").corner("br 8px");
    $('.round_corner_top').corner("top 8px");
    $('div.round_corner_exltop').corner("bl 8px").corner("tr br 8px");
    $('h3.round_corner_top').corner("top 8px");
    $('div.mini_notification_box').corner("round 8px");
    $('div.boxtype3').corner('8px');
    $('.round_corner').corner('round 8px');
    $('div.boxtype1 div.inner').corner('bottom 8px');
    $('p.back_top a').click(function(){
     $('html, body').animate({scrollTop: '0px'}, 300);
     return false;
    });
});