window.onload=function(){
if(!NiftyCheck())
    return;

RoundedTop("div#top","#decead","#fff");

RoundedTop("div#vMenu","#858683","#efe7d6");
RoundedBottom("div#vMenu","#858683","#efe7d6");

RoundedTop("div#container","#decead","#858683");
RoundedBottom("div#container","#decead","#858683");

RoundedTop("div#content","#858683","#fff");
RoundedBottom("div#content","#858683","#fff");

RoundedTop("div#feed","#858683","#fff");
RoundedBottom("div#feed","#858683","#fff");

if (document.getElementById("box")) Rounded("div#box","#fff","#efe7d6");
if (document.getElementById("calendar-container")) Rounded("div#calendar-container","#decead","#858683");
if (document.getElementById("calendar")) Rounded("div#calendar","#858683","#fff");
}


