window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#fff","#6CE6B4","smooth");
Rounded("div#header h1","bottom","#6CE6B4","#fff","small smooth");
Rounded("div#nav","tl bl","#fff","#6CE6B4","smooth");
Rounded("div#google","tl bl","#fff","#6CE6B4","smooth");
Rounded("div#content","tr bottom","#fff","#F9F880","border #6CE6B4");
Rounded("div#footer","all","#fff","#6CE6B4","small border #6CE6B4");
}