﻿window.onload=function(){
if(!NiftyCheck())
    return;
/*first color is page background, second border*/
Rounded("div#niftytop","top","#ffcc00","#f4e3be", "smooth");
Rounded("div#niftytop2","top","#FFFFFF","#c0d8f0", "smooth");
Rounded("div#niftybottom","bottom","#ffeb9e","#FFFFFF", "smooth");
Rounded("div#niftybottom2","bottom","#FFFFFF","#c0d8f0", "smooth");
}
