﻿window.onload=function(){
	if(!NiftyCheck())
		return;
		Rounded("div.greybox", "all", "#fff", "#e6e6e6", "smooth");
		Rounded("div.linkbox", "all", "#fff", "#dee8f2", "smooth");
		Rounded("div#content form", "all", "#fff", "#e6e6e6", "smooth");
}
