function niftyInit() {
	if(!NiftyCheck())
	    return;
	Rounded("div#panelLeft","all","#FFFFFF","#ABABAB", "smooth");
	Rounded("div#panelRight","bottom","#FFFFFF","#EEEEEE", "smooth");
	Rounded("div#news","all","#FFFFFF","#daf3ff", "smooth");
	Rounded("div#footer","all","#FFFFFF","#EEEEEE", "smooth");
	Rounded("div.backButton","all","transparent","#138ce1", "smooth border #4592c9");
}
