jQuery(function() { 
$("div.wide").corner();
$("div.right_half").corner();
$("div.left_half").corner();
$("div.ui-tabs-panel").corner();
$("div.weatherComponent").corner();
$("body.story-detail #rail_b .story_wrapper").corner();
$("body.section-front.auto-highlight #rail_b #content_inner").corner();
$("body.section-spill #rail_b .content").corner();
$("body#story_assets").corner();
$("div#story_assets").corner();
$("div#index_bottom").corner();
$("body.registration .registration_content").corner();
$("body.registration #content").corner();
$("#blog_header").corner("top br");
$("#blog_items").corner();
$("body#section_117 #rail_a").corner("bottom");
$("body.movies #rail_b .content").corner();
$("div.dafowo_navigation").corner("bottom");
$("div.dafowo_links").corner();
$("div.dafowo_poll").corner();
$("body#section_151 #rail_b .content").corner();
// $("body.dafowo #rail_b #content_inner").corner("top");
// $("body#section_151.section-front div.headline, body.dafowo div.headline").corner("top");
$(".pd_widget #tabs-container").corner();
$("#curve_container_2").corner();
$("body.pd #rail_b .content").corner();
$("#beta_feedback").corner("bottom");
$("#404 #rail_b .content").corner();
$("span.more_images a").corner("5px bl");
// $("body.registration #content").corner();
}); 