function bendCorners(){    $("#nav").corner("bottom");    $(".box").corner();}$(document).ready(bendCorners);
