function roundCorners() {
if(!NiftyCheck())
    return;
Rounded("div#container","top","#6699CC","#FFFFFF","smooth");
Rounded("div#container","bottom","#66CC99","#FFFFFF","smooth");
}

