    // test auto-ready logic - call corner before DOM is ready
    $(function(){
		$('#footer,#sidebars').corner('4px');
    });
