window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#nifty","all","#FFF","#CCCCCC","smooth");
Rounded("div#ftinfo","all","#CFCFCF","#CCCCCC","smooth");
Rounded("div#bloglink div","all","#CCCCCC","transparent");
Rounded("div#customerlogin div","all","#FFFFFF","transparent");
Rounded("div#freetrial div","all","#FFFFFF","transparent");
Rounded("div#demo div","all","#FFFFFF","transparent");
//Rounded("div#header", "all", "#0D6DA1", "#0D6DA1","smooth");
Rounded("div#left-bar", "all", "#FFFFFF", "#CFCC30","smooth");
Rounded("div#hdbtmbar","all","#0D6DA1","#FFFFFF","smooth");
Rounded("div#hdbtmbarright","all","#0D6DA1","#FFFFFF","smooth");

Rounded("div#right-bar", "all", "#FFFFFF", "#7F8BFA","smooth");


Rounded("div#indexleft", "all", "#0D6DA1", "#FFFFFF","smooth");

Rounded("div#editorial", "all", "#FFFFFF", "#FFFFFF","smooth");
Rounded("div#features", "all", "#FFFFFF", "#FFFFFF","smooth");
Rounded("div#articles", "all", "#FFFFFF", "#FFFFFF","smooth");
Rounded("div#fullarticle", "top", "#FFFFFF", "#FFFFFF","smooth");

Rounded("div#indexright", "all", "#0D6DA1", "#FFFFFF","smooth");
//Rounded("div#nav li","top","transparent","#A5C435","border #B5E605");
}

