jQuery(document).ready( function()
{
 if(jQuery("div.listing"))jQuery("div.listing").corner("round 10px");
});
jQuery(document).ready( function()
{
 if(jQuery("div.blue_listing"))jQuery("div.blue_listing").corner("round 10px");
});
jQuery(document).ready( function()
{
 if(jQuery("div.listingRental"))jQuery("div.listingRental").corner("round 10px");
});
jQuery(document).ready( function()
{
 if(jQuery("div.listingPanel"))jQuery("div.listingPanel").corner("bottom 10px");
});
jQuery(document).ready( function()
{
 if(jQuery("div.blue_body"))jQuery("div.blue_body").corner("round 10px");
});
jQuery(document).ready( function()
{
 if(jQuery("div.description_text"))jQuery("div.description_text").corner("round 10px");
});