niftyLayout = function() {
if(!NiftyCheck())
    return;
Rounded("div.highlightbox","all","white","#eaeaea","");
Rounded("div.newsbox","all","white","#dfd0b4","");
Rounded("div.hotdealsbox","all","white","#d01622","");
Rounded("div.selectedtab","top","white","#eaeaea","");
Rounded("div.othertab","top","white","#c6c6c6","");
Rounded("div#restop","tr","white","#eaeaea","");
Rounded("div#resbottom","bl br","white","#eaeaea","");
Rounded("div#outerres2","all","white","#eaeaea","");
Rounded("div#outercontact","all","white","#eaeaea","");
Rounded("div#outerform","all","white","#eaeaea","");
}
addLoadEvent(niftyLayout); /* if addLoadEvent not available use window.onload=startList;*/