window.onload=function(){
if(!NiftyCheck())
   return;
RoundedTop("div.tophead","#a6a4a7","#707070");
RoundedTop("div.curvehead","#a6a4a7","#e7e5e6");
RoundedTop("div.curvehead2","#fff","#e7e5e6");
RoundedTop("div.curvehead3","#a6a4a7","#fff");
RoundedTop("div.curvehead4","#a6a4a7","#fff");
RoundedTop("div.pullquote1","#ffffff","#bb0077");
RoundedBottom("div.pullquote1","#ffffff","#bb0077");
RoundedTop("div.pullquote2","#ffffff","#bb0077");
RoundedBottom("div.pullquote2","#ffffff","bb0077");
RoundedBottom("div.bottomhead","#a6a4a7","#fff");
RoundedBottom("div.bottomhead2","#fff","#f6f6f6");
RoundedBottom("div.bottomhead3","#a6a4a7","#494948");
}