﻿window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div.hightlight1","all","transparent","#F0F0E7","small border #C0C0C0");
Rounded("span#test","all","transparent","maroon","big border #C0C0C0");
Rounded("div#toplogo","top","#BDDBD8","#C11E3F", "smooth");
Rounded("div#footer","bottom","#BDDBD8","#C11E3F", "smooth");
}

