$(document).ready(function() {
$(".main-block").corner("bottom top");
$(".block-header").corner("top"); 
$("#top-bigbox").corner("top bottom");
$("#bigbox").corner("top bottom")
$(".smallbox").corner("top bottom")
$("#mtop").corner("top bottom")
	
});
 
	