function RounCorn() {
if(!NiftyCheck())
    return;
Rounded("div#wrapper-ind-left","all","#fff","#e1e1e1","smooth border #000099");
Rounded("div#wrapper-right","all","#fff","#eee","smooth border #ccc");
Rounded("div#wrapper-sticky","all","#fff","#f3f3f3","smooth border #333");
}
