/*
The first color code is the outside of the rounded edge,
the second number is the inside of the rounded edge.s
*/

window.onload=function(){
if(!NiftyCheck())
    return;
RoundedTop("div#container","#FFF","#883C91");
RoundedBottom("div#container","#FFF","#883C91");
RoundedTop("ul#nav li","transparent","#FFC");
Rounded("div#box","#C0CDF2","#FFFFFF");
RoundedTop("div.gradient","#C0CDF2","#B8B8B8");
RoundedBottom("div.gradient","#C0CDF2","#ECECF2");
}