

window.onload=function(){
if(!NiftyCheck())
    return;
RoundedTop("div#redtitle","#FFF","#E0DFDD");


RoundedTop("div#authortitle","#FFF","#660000");
RoundedBottom("div#content","#FFF","#F5F2ED");
RoundedTop("div#newst","#F5F2ED","#FFF");






RoundedTop("div#co","#FFF","#e7e7e7");
RoundedBottom("div#container","#FFF","#8395CB");
RoundedTop("ul#nav li","transparent","#FFC");
Rounded("div#box","#C0CDF2","#E4E7F2");
Rounded("div#minipics li","#C0CDF2","#FFF");
RoundedTop("div.gradient","#C0CDF2","#B8B8B8");
RoundedBottom("div.gradient","#C0CDF2","#ECECF2");
Rounded("div#content","#FFF","#660000");
}
