/**
 * @author Pete
 */
$(document).ready(function(){
	$('.box').corner('30px');
});