window.onload=function(){
if(!NiftyCheck())
    return;
RoundedTop("div#container","#ffffff","#ffffff");
RoundedBottom("div#container","#ffffff","#ffffff");
RoundedTop("div#borderbox","#00afde","#ffffff");
RoundedBottom("div#borderbox","#00adfe","#ffffff");
RoundedTop("div#contentbox","#ffffff","#00afde");
RoundedBottom("div#contentbox","#ffffff","#00afde");
RoundedTop("li.inactive","transparent","#47488f");
RoundedTop("li.active","transparent","#00afde");
Rounded("div#box","#C0CDF2","#E4E7F2");
Rounded("div#namebox","transparent","#f5f5f5");
Rounded("div#minipics li","#C0CDF2","#FFF");
RoundedTop("div.gradient","#C0CDF2","#B8B8B8");
RoundedBottom("div.gradient","#C0CDF2","#ECECF2");
}
