
// #########################################################################
//    jquery.corner.jsで角丸
//    jQuery Corner
// #########################################################################

    $('#readyTest').corner();
    
    $(function(){

		$('div.directory').each(function() {
            var t = $(this).corner("5px");
            eval(t);
        });

    });

