 $(document).ready(function(){
   $("#w").corner("bottom:10px");
   $("#wrap").corner("top:10px");
   $("#footer").corner("top:10px");
 });