$(document).ready (
	function() {
		$('.box_menu').corner();
		$('.box_other').corner();
		$('.box_top').corner();
		$('.box2').corner({
			tl: { radius: 24 },
			tr: false,
			bl: false,
			br: { radius: 24 },
			antiAlias: true,
			autoPad: true,
			validTags: ["div"] });
	}
);


