$(document).ready(function(){
	$('div.roundbox').corner('round bottom 9px');
	$('div.roundboxtop').corner('round top 9px');
})
