// JavaScript Document
window.onload=function(){
Rounded("div.content_head", "top transparent fixed-height");
Rounded("div.content_box", "transparent");
Rounded("div.content", "bottom transparent");
Rounded("div.content_text", "bottom transparent");
Rounded("div.comments_count", "small transparent");
Rounded("div.event", "transparent");
Rounded("div.event_wrapper", "transparent");
Rounded("div.content_head_orange", "top transparent");
Rounded("div.content_orange", "bottom");
Rounded("div.content_head_small", "top transparent");
Rounded("div.content_small", "bottom");
Rounded("div.rounded_bottom", "bottom");
Rounded("div#login", "transparent");
Rounded("div.menu_inside", "all transparent");
Rounded("div.menu_inside_two", "all transparent");
Rounded("div.content_box_small", "all transparent");
Rounded("div.rounded", "all transparent");
AddCss ("/libs/nifty/niftyCorners.css");

}

