$(function(){	// shorthand for $(document).ready() BTW
      $(".box").corner("round");
	});
