codice:
function FunzioneOnload(){
if(!NiftyCheck())return;
RoundedTop("div.contenuto","#F0F0F0","#E7E7E7");
RoundedBottom("div.contenuto","#F0F0F0","#E7E7E7");
RoundedTop("div.box1dx","#F0F0F0","#999999","small");
RoundedBottom("div.box1dx","#F0F0F0","#CCCCCC","small");
RoundedTop("div.box2dx","#F0F0F0","#999999","small");
RoundedBottom("div.box2dx","#F0F0F0","#CCCCCC","small");
RoundedTop("div.box3dx","#F0F0F0","#999999","small");
RoundedBottom("div.box3dx","#F0F0F0","#E7E7E7","small");
RoundedTop("div.box4dx","#F0F0F0","#999999","small");
RoundedBottom("div.box4dx","#F0F0F0","#CCFF66","small");
RoundedTop("div.box1sx","#F0F0F0","#999999","small");
RoundedBottom("div.box1sx","#F0F0F0","#E5ECF9","small");
RoundedTop("div.box2sx","#F0F0F0","#999999","small");
RoundedBottom("div.box2sx","#F0F0F0","#E5ECF9","small");
RoundedTop("div.box3sx","#F0F0F0","#999999","small");
RoundedBottom("div.box3sx","#F0F0F0","#E5ECF9","small");
RoundedTop("div.box4sx","#F0F0F0","#999999","small");
RoundedBottom("div.box4sx","#F0F0F0","#E5ECF9","small");
RoundedTop("div.box5sx","#F0F0F0","#999999","small");
RoundedBottom("div.box5sx","#F0F0F0","#CCFF66","small");
RoundedTop("div.boxinfo","#F0F0F0","#CCCCCC","small");
RoundedBottom("div.boxinfo","#F0F0F0","#CCCCCC","small");
Rounded("div#formg","#E7E7E7","#CCCCCC");
Rounded("div#formc","#E7E7E7","#CCCCCC");
Rounded("label","#CCCCCC","#F0F0F0","small");
RoundedBottom("div#footer","#A6A4A6","#E5ECF9","5");
}
aggiungiOnLoad('FunzioneOnload();');
e la funzione pageload() invece di metterla nel tag body la aggiungi così