window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#menu","top","#fff","#DFDFDF","smooth");
Rounded("div.content_box_left","all","transparent","#fff","smooth border #ccc");
Rounded("div.content_box_right","all","transparent","#fff","smooth border #ccc");
Rounded("div#1","bl","transparent","#fff","border #C0C0C0 smooth");
Rounded("div#2","bl","transparent","#fff","border #C0C0C0 smooth");
Rounded("div#3","bl","transparent","#fff","border #C0C0C0 smooth");
Rounded("div#footer","bottom","#fff","#DFDFDF","smooth");
Rounded("div#sidebar","all","transparent","#fff","smooth border #ccc");
}
