if(typeof StationWebsites == "undefined") StationWebsites={};
if(typeof StationWebsites.SMSDealAlertSignup_class == "undefined") StationWebsites.SMSDealAlertSignup_class={};
StationWebsites.SMSDealAlertSignup_class = function() {};
Object.extend(StationWebsites.SMSDealAlertSignup_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SignupSMS: function(mobilePhoneNumber) {
		return this.invoke("SignupSMS", {"mobilePhoneNumber":mobilePhoneNumber}, this.SignupSMS.getArguments().slice(1));
	},
	url: '/ajaxpro/StationWebsites.SMSDealAlertSignup,StationWebsites.ashx'
}));
StationWebsites.SMSDealAlertSignup = new StationWebsites.SMSDealAlertSignup_class();


