$(document).ready(
   function()
   {
     $('.box').corner(),
     $('div#ct').corner();
   }
);
