window.onload=function(){
if(!NiftyCheck())
	return;
	Rounded("div#searchTop","tl tr","#ffffff","#4A4748","border #333");
	Rounded("div#searchBody","bl br","#ffffff","#ffffff","border #AAA9A9");
	Rounded("div#searchTop2","tl tr","#ffffff","#4A4748","border #333");
	Rounded("div#searchBody2","bl br","#ffffff","#ffffff","border #AAA9A9");
	Rounded("div#textTop","tl tr","#fff","#eee","border #AAA9A9");
	Rounded("div#textBottom","bl br","#fff","#fff","border #AAA9A9");
	Rounded("div#textTop2","tl tr","#fff","#eee","border #AAA9A9");
	Rounded("div#textBottom2","bl br","#fff","#fff","border #AAA9A9");
	Rounded("div#textTop3","tl tr","#fff","#eee","border #AAA9A9");
	Rounded("div#textBottom3","bl br","#fff","#fff","border #AAA9A9");
	Rounded("div#round","all","#fff","#fff","border #AAA9A9");
}