$(document).ready( function()
{
 $("div.listing").corner("round 10px");
});
$(document).ready( function()
{
 $("div.blue_listing").corner("round 10px");
});
$(document).ready( function()
{
 $("div.listingRental").corner("round 10px");
});