$(document).ready(function() {
  $("#masthead").corner("rounded tl");
  $("#masthead").corner("rounded tr");
  $("#wrap").corner("rounded bl");
  $("#wrap").corner("rounded br");
});
