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