// ****************************
// jQueryTOOLS 
// Source: http://jquery.malsup.com/corner/
// Requires: assets/jquery.corner.js

    // test auto-ready logic - call corner before DOM is ready
    $('#readyTest').corner();

    $('.panel').corner();
    $('.entry-title').corner("round 6px");
    $('td').corner("round 10px");
	
	// $(this).corner("round 8px").parent().css('padding', '4px').corner("round 10px");
	
	
// END jQueryTOOLS 
// ****************************
// ****************************
