window.onload=function(){
if(!NiftyCheck())
    return;
RoundedTop("div.gradient","#CCFFCC","#ECECF2");
RoundedBottom("div.gradient","#CCFFCC","#ECECF2");
RoundedTop("div#container","#FFF","#66CCFF");
RoundedBottom("div#container","#FFF","#8395CB");
RoundedTop("div#content","#0099CC","#0099CC");
RoundedBottom("div#content","#0099CC","#0099CC");
RoundedTop("ul#nav li","transparent","#FFC");
Rounded("div#box","#0099CC","#CCFFCC");
RoundedTop("div#boxlarge","#0099CC","#CCFFCC");
RoundedBottom("div#boxlarge","#0099CC","#CCFFCC");
RoundedTop("div#boxlarge2","#0099CC","#CCFFCC");
RoundedBottom("div#boxlarge2","#0099CC","#CCFFCC");
}

