window.onload=function(){
if(!NiftyCheck())
    return;
RoundedTop("div#navigation","#E6E78B","#fff");
RoundedBottom("div#navigation","#E6E78B","#fff");
RoundedTop("div#top","#E6E78B","#fff");
RoundedBottom("div#top","#E6E78B","#fff");
RoundedTop("div#bottom","#E6E78B","#fff");
RoundedBottom("div#bottom","#E6E78B","#fff");
} 