window.onload=function(){
if(!NiftyCheck())
    return;
//RoundedTop("div#container","#FFF","#e7e7e7");
//RoundedBottom("div#container","#FFF","#8395CB");
//RoundedTop("ul#nav li","transparent","#FFC");
//Rounded("div#minipics li","#C0CDF2","#FFF");
//RoundedTop("div.gradient","#C0CDF2","#B8B8B8");
//RoundedBottom("div.gradient","#C0CDF2","#ECECF2");

RoundedTop("div#footer","#FFF","#EEE","small");
RoundedBottom("div#footer","#FFF","#DADADA","small");
}