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

