if(typeof BlackBox == "undefined") BlackBox={};
if(typeof BlackBox.FormUtility == "undefined") BlackBox.FormUtility={};
BlackBox.FormUtility_class = function() {};
Object.extend(BlackBox.FormUtility_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getStates: function(countryCode) {
		return this.invoke("getStates", {"countryCode":countryCode}, this.getStates.getArguments().slice(1));
	},
	url: '/ajaxpro/BlackBox.FormUtility,BlackBox.Canada.ashx'
}));
BlackBox.FormUtility = new BlackBox.FormUtility_class();

