window.onload=function(){
/*

if(!NiftyCheck())
    return;
RoundedTop("div#mainleft","#FFF","#e9f6f3");
RoundedBottom("div#mainleft","#FFF","#e9f6f3");
RoundedTop("div#mainright","#FFF","#e9f6f3");
RoundedBottom("div#mainright","#FFF","#e9f6f3");
RoundedTop("ul#nav li","transparent","#e9f6f3");
Rounded("div#photobox","#fecae8","#fff");
Rounded("div#minipics li","#C0CDF2","#FFF");
RoundedTop("div.gradient","#C0CDF2","#B8B8B8");
RoundedBottom("div.gradient","#C0CDF2","#ECECF2");
*/
Nifty("ul#nav a","normal transparent top");
Nifty("div#mainright,div#mainleft","normal same-height");
Nifty("div#footer","normal");
Nifty("div#sidenav","normal");
Nifty("div#content","normal");
Nifty("div#leftbox","normal");


}