window.onload=function(){
if(!NiftyCheck())
    return;

Rounded("div#content label","#FFF3E5","#FFF","small");    /*label with arrow in contact form*/
Rounded("div#box","#E7ECF9","#FFF3E5"); /* rounded box on the contact form with contact info*/

RoundedTop("div#container","#FFF","#e7e7e7");
RoundedBottom("div#container","#FFF","#FFF3E5");
RoundedTop("ul#nav li","transparent","#FFFFFF");
/*Rounded("div#minipics li","#C0CDF2","#FFF");
RoundedTop("div.gradient","#C0CDF2","#B8B8B8");
RoundedBottom("div.gradient","#C0CDF2","#ECECF2");*/

}
