window.onload=function(){
if(!NiftyCheck())
    return;
    
Rounded("div.titleBox#orange","top","#FFFFFF","#EE5400","smooth");
Rounded("div.titleBox#blue","top","#FFFFFF","#01577A","smooth");
Rounded("div.titleBox#green","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox2","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox3","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox4","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox5","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox6","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox7","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox8","top","#FFFFFF","#008085","smooth");
Rounded("div.titleBox#greenBox9","top","#FFFFFF","#008085","smooth");

Rounded("div.arrowBox#orange1","top","#EE5400", "#FFFFFF", "small smooth");
Rounded("div.arrowBox#blue1","top","#01577A", "#FFFFFF","small smooth");
Rounded("div.arrowBox#green1","top","#008085", "#FFFFFF", "small smooth");
Rounded("div.arrowBox#greenArrow2","top","#008085", "#FFFFFF", "small smooth");
Rounded("div.arrowBox#greenArrow3","top","#008085", "#FFFFFF", "small smooth");
Rounded("div.arrowBox#greenArrow4","top","#008085", "#FFFFFF", "small smooth");
Rounded("div.arrowBox#greenArrow5","top","#008085", "#FFFFFF", "small smooth");
Rounded("div.arrowBox#greenArrow6","top","#008085", "#FFFFFF", "small smooth");
Rounded("div.arrowBox#greenArrow7","top","#008085", "#FFFFFF", "small smooth");

Rounded("div.contentBox","bottom","transparent","#FFF","smooth border #CCC");
Rounded("div.boxContent2","bottom","transparent","#F6F6F6","smooth border #CCC");

Rounded("div.footer","bottom","#FFF","#F6F6F6"," border #CCC");
Rounded("div.footer","top","#FFF","#F6F6F6"," border #CCC");
}