$(function(){ 

$('div.email_to_friend_corners').each(function() { $(this).corner("10px cc:#F7E4BF"); }); 
$('div.email_offer_corners').each(function() { $(this).corner("10px cc:#F7E4BF"); }); 
$('div.col1').each(function() { $(this).corner("tl  bl cc:#F7E4BF"); }); 
$('div.col2').each(function() { $(this).corner("tr  br cc:#F7E4BF"); }); 

$('div.round_border').each(function() {$(this).corner("round 4px").parent().css('padding', '1px').corner("round 5px")}); 
$('div.corner_h3').each(function() { $(this).corner("5px"); }); 

$('div.box4').each(function() { $(this).corner(); }); 

$('div.xxx_box3').each(function() { $(this).corner(); }); 
$('div.xxx_reviewTop').each(function() { $(this).corner("top"); }); 
$('div.xxx_reviewBottom').each(function() { $(this).corner("bottom"); }); 
$('div.xxx_roundbutton').each(function() { $(this).corner("5px"); }); 
$('div.xxx_roundbuttonON').each(function() { $(this).corner("5px"); }); 

});//