window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#content","all","#d6e7bb","#e9f2d8", "smooth");
Rounded("p.img","all","#e9f2d8","#d6e7bb", "smooth");
Rounded("#gallery p","all","#e9f2d8","#d6e7bb", "smooth");
Rounded("td.bottom","bl br","#e9f2d8","#fff", "smooth");
Rounded("div.table","tl tr","#e9f2d8","#fff", "smooth");
var as_cont = document.getElementById('nevyzadane-prispevky-nechceme');
	var as = document.getElementById('as');

	as.value = "5";
	as_cont.style.position = "absolute";
	as_cont.style.visibility = "hidden";
}
