$(function(){ 


$('div.headers-footer').each(function() { $(this).corner("5px"); }); 


$('div.xxxxx__box3').each(function() { $(this).corner(); }); 

$('div.box4').each(function() { $(this).corner(); }); 

$('div.xxxxx__reviewTop').each(function() { $(this).corner("top"); }); 

$('div.xxxxx__reviewBottom').each(function() { $(this).corner("bottom"); }); 

$('div.col1').each(function() { $(this).corner("tl bl"); }); 

$('div.col2').each(function() { $(this).corner("tr br"); }); 

$('div.roundbutton').each(function() { $(this).corner("5px"); }); 

$('div.roundbuttonON').each(function() { $(this).corner("5px"); }); 

$('div.round_border').each(function() {$(this).corner("round 4px").parent().css('padding', '1px').corner("round 5px")}); 


$('div.tableanchor').each(function() { $(this).corner(); }); 


$('div.capacitychart').each(function() { $(this).corner("tl tr"); }); 


});//