
$(document).ready(function(){
// round the corners on the widgets on the sidebar
  $('.widget').corner("round 15px");
});

