window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","all","#FFFFFF","#FFFFFF","smooth");
Rounded("div#header h1","bottom","#FFFFFF","#657DA6","small smooth");
Rounded("div#content","all","#FFFFFF","#B4B4B4","smooth");
Rounded("div#content2","all","#FFFFFF","#B4B4B4","smooth");
Rounded("div#nav","tr bottom","#FFFFFF","#83C3A8","smooth");
Rounded("div#sidenotes","all","#FFFFFF","#83C3A8","smooth");
Rounded("div#search","all","#FFFFFF","#83C3A8","smooth");
Rounded("form.myform","all","#FFFFFF","#000000","smooth");
Rounded("blockquote","tr bl","#FFFFFF","#FFFFFF","smooth");
Rounded("div#relax","all","#B4B4B4","#83C3A8","smooth");
Rounded("div#footer","all","#FFFFFF","#CCCCCC","small border #fff");
Rounded("div#nav2 li","tr bl","#FFFFFF","#83C3A8","border #3562B1");
Rounded("div#top","all","#006633","#83C3A8","smooth");
Rounded("div#login","all","#FFFFFF","#83C3A8","smooth");
}