 $(document).ready(function() {
    $("div.rounded").each(function () {
       $(this).corner();
    });
 });
