if(typeof QSPStore_Web == "undefined") QSPStore_Web={};
if(typeof QSPStore_Web.RegistrationGS == "undefined") QSPStore_Web.RegistrationGS={};
QSPStore_Web.RegistrationGS_class = function() {};
Object.extend(QSPStore_Web.RegistrationGS_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.RegistrationGS,QSPSites.ashx'
}));
QSPStore_Web.RegistrationGS = new QSPStore_Web.RegistrationGS_class();


