window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div.yellowbox","top","#41566E","#D15218");
Rounded("div.yellowbox","bottom","#41566E","#F3B000");
Rounded("div.bluebox","top","#41566E","#45819B");
Rounded("div.bluebox","bottom","#41566E","#5194B3");
Rounded("div.orangebox","top","#41566E","#B84816");
Rounded("div.orangebox","bottom","#41566E","#D15218");
}