if(typeof Insurint == "undefined") Insurint={};
if(typeof Insurint.ConsumerQuoting == "undefined") Insurint.ConsumerQuoting={};
if(typeof Insurint.ConsumerQuoting.InsurintQuoteInput == "undefined") Insurint.ConsumerQuoting.InsurintQuoteInput={};
Insurint.ConsumerQuoting.InsurintQuoteInput_class = function() {};
Object.extend(Insurint.ConsumerQuoting.InsurintQuoteInput_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStateForZipCode: function(zipCode) {
		return this.invoke("GetStateForZipCode", {"zipCode":zipCode}, this.GetStateForZipCode.getArguments().slice(1));
	},
	url: '/ajaxpro/Insurint.ConsumerQuoting.InsurintQuoteInput,Insurint.ConsumerQuoting.ashx'
}));
Insurint.ConsumerQuoting.InsurintQuoteInput = new Insurint.ConsumerQuoting.InsurintQuoteInput_class();


