window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","all","#FFF","#5CA2CC","smooth");
Rounded("div#header h1","all","#5CA2CC","#5CA2CC","small smooth");
//Rounded("div#content","tl bl","#FFF","#FFF","smooth");
//Rounded("div#calendar","tr br","#FFF","#FFF","smooth");
//Rounded("div#subscribe","tr br","#FFF","#FFF","smooth");
//Rounded("div#archives","tr br","#FFF","#FFF","smooth");
//Rounded("div#recent","tr br","#FFF","#FFF","smooth");
//Rounded("div#search","tr br","#FFF","#FFF","smooth");
//Rounded("div#rssfeeds","tr br","#FFF","#FFF","smooth");
Rounded("div#footer","all","#FFF","#5CA2CC","small smooth");
}
