﻿window.onload=function(){
if(!NiftyCheck())
    return;
/*first color is page background, second border*/
Rounded("div#niftytop","top","#ababab","#CCFF99", "smooth");
Rounded("div#niftybottom","bottom","#ffffff","#CCFF99", "smooth");
}

