if(typeof QSPStore_Web == "undefined") QSPStore_Web={};
if(typeof QSPStore_Web.Registration == "undefined") QSPStore_Web.Registration={};
QSPStore_Web.Registration_class = function() {};
Object.extend(QSPStore_Web.Registration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	StudentIDCheck: function(fulf_account_id) {
		return this.invoke("StudentIDCheck", {"fulf_account_id":fulf_account_id}, this.StudentIDCheck.getArguments().slice(1));
	},
	url: '/ajaxpro/QSPStore_Web.Registration,QSPStore_Web.ashx'
}));
QSPStore_Web.Registration = new QSPStore_Web.Registration_class();

