jQuery(document).ready(init);

function init(){

   $('#page').corner({
      tl: {radius: 1},
      tr: {radius: 1},
      bl: {radius: 16},
      br: {radius: 16}
   });

   $('#menu').corner({
      tl: {radius: 16},
      tr: {radius: 16},
      bl: {radius: 1},
      br: {radius: 1}
   });

   //var calloutSpeed = 750;
   //$('#callout').animate({bottom:"30px"},calloutSpeed,"swing");

}
