$(document).ready(function() {
$(".panel").corner("bottom");
$("#header-tools").corner("bottom ");
$("#innerContent").corner("bottom  8px");
$(".commentbox-couple").corner("bottom tr 8px");
$(".commentbox-odd").corner("bottom tr 8px");
$("#scroller-body").corner("bottom 3px");
$("#footer").corner("top 8px"); 
});
 
	