window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#container","all","#6d6dbf","#C8C8FF","smooth");
Rounded("div#contents","all","#C8C8FF","#E9E9FF","smooth");
Rounded("div#menu","all","#C8C8FF","#9191ff","smooth");


}
function nifty(){
if(!NiftyCheck())
    return;
Rounded("div#container","all","#6d6dbf","#C8C8FF","smooth");
Rounded("div#contents","all","#C8C8FF","#E9E9FF","smooth");
Rounded("div#menu","all","#C8C8FF","#9191ff","smooth");

}