window.onload=function(){
if(!NiftyCheck())
    return;
/*Rounded("div#header","bottom","#FAD9A8","#FAD9A8","smooth");
Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth"); */
// co za prvek, jak, barva pozadi, barva prvku, aliasing
Rounded("div#content","all","#ef6e11","#FAD9A8","smooth");
Rounded("div#nav","all","#ef6e11","#00a233","smooth");
Rounded("div#sidenotes","all","#ef6e11","white","transparent");
Rounded("form","all","#D6DEEC","#008400","smooth");
Rounded("blockquote","tr bl","#FAD9A8","#CDFFAA","border #00a233");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
Rounded("div#partners","all","#ef6e11","#00a233","smooth");
}
