window.onload=function()	{
	Nifty("div#container", "big");

	if(window.location.pathname == "/account_edit.php")	{
		revealBillTo();
	}
}
