window.onload=function(){
	if(!NiftyCheck()) return;
	RoundedTop("div#container","#FF7E00","#FF7E00");
	RoundedBottom("div#footer2","#FF7E00","#333399");
	RoundedTop("ul#nav li","#FF7E00","#FFF",'small');
	RoundedTop("ul#language","#FF7E00","#FFBF80",'small');
	if (getElementsBySelector("div#subnav") != '') Rounded("div#subnav","#FF7E00","#FFF",'small');
	if (getElementsBySelector("div.info") != '') Rounded("div.info","#FF7E00","#FFBF80",'small');
	if (getElementsBySelector("div.title") != '') Rounded("div.title","#FF7E00","#FFBF80",'small');
	Rounded("div.deco","#FF7E00","#FFBF80");
	if (getElementsBySelector("span.abstractImg") != '') Rounded("span.abstractImg","#FF7E00","#FFBF80");
}

