function __init() {
	$('.frounded').corner('5px');
	$('.frounded-10').corner('10px');
	$('.frounded-15').corner('15px');
}

$(document).ready(function() {
	__init();
});