window.onload=function(){
if(!NiftyCheck())
    return;
if (document.getElementById("box")!=null)
	RoundedBottom("div#box","black","#FFC380",500);
if (document.getElementById("ads")!=null)
	Rounded("div#ads","#FFC380","#FFE1BF",500);
if (document.getElementById("content")!=null)
	Rounded("div#content","#FFC380","#FFE1BF",500);
if (document.getElementById("footer")!=null)	
	Rounded("div#footer","#FFC380","#FFE1BF",500);
if (document.getElementById("button")!=null)
	Rounded("div#button a","#FFE1BF","#B35F00",500);
if (document.getElementById("input")!=null)
	Rounded("div#input","#FFE1BF","#B35F00",500);
if (document.getElementById("select")!=null)
	Rounded("div#select","#FFE1BF","#B35F00",500);
if (document.getElementById("nav")!=null)
	Rounded("ul#innernav li","#FFE1BF","#B35F00",500);
if (document.getElementById("nav")!=null)
	Rounded("ul#topnav li","#FFC380","#B35F00",500);

fix();
}
