window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","#FFFFFF","#000000");
Rounded("div.post","#FFFFFF","#FEF7E6");
if (document.getElementById('sidebar'))
    Rounded("div#sidebar","#FFFFFF","#FEF7E6");
if (document.getElementById('navigation'))
    Rounded("div#navigation","#FFFFFF","#F18E00");
if (document.getElementById('comments'))
    Rounded("div#comments","#FFFFFF","#FEF7E6");
if (document.getElementById('comment_block'))
    Rounded("div#comment_block","#FFFFFF","#FEF7E6");
}