window.onload=function(){
if(!NiftyCheck())
   return;
RoundedTop("div.tophead","#eee","#3a4f45");
RoundedBottom("div.bottomhead","#eee","#313744");
RoundedBottom("div.bottomhead2","#eee","#313744");
RoundedTop("div.toppic","#eee","#313744");
RoundedBottom("div.bottompic","#eee","#313744");
RoundedTop("div.invtophead","#313744","#eee");
RoundedBottom("div.invbottomhead","#313744","#eee");
RoundedTop("div.t-item","#eee","#313744");
RoundedBottom("div.t-item","#eee","#313744");
}