window.onload=function(){
if(!NiftyCheck())
    return;
RoundedTop("div#main_container","#cccccc","#FFF");
RoundedBottom("div#main_container","#cccccc","#003366");

RoundedTop("div#inner_container","#B7CEE5","#B7CEE5");
RoundedBottom("div#inner_container","#B7CEE5","#B7CEE5");

RoundedTop("div#page_content","#B7CEE5","#fff");
RoundedBottom("div#page_content","#B7CEE5","#B7CEE5");

RoundedTop("div#product_menu","#fff","#F3F7FB");
RoundedBottom("div#product_menu","#fff","#F3F7FB");

RoundedTop("div#page_title","#B7CEE5","#fff");
RoundedBottom("div#page_title","#B7CEE5","#fff");
}