
// make changes to this file to apply 'nifty' to items

window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#content","tr br bottom","#c3c4c6","#FFF","smooth");
Rounded("div#article_container","all","#fff","#fff","small border #c3c4c6");
Rounded("div#nav","tr top","#c3c4c6","#fff","smooth");
//Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
}