if(typeof PicApp == "undefined") PicApp={};
if(typeof PicApp.AjaxServices == "undefined") PicApp.AjaxServices={};
if(typeof PicApp.AjaxServices.AjaxUtilityFunctions == "undefined") PicApp.AjaxServices.AjaxUtilityFunctions={};
PicApp.AjaxServices.AjaxUtilityFunctions_class = function() {};
Object.extend(PicApp.AjaxServices.AjaxUtilityFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUsername: function(username) {
		return this.invoke("CheckUsername", {"username":username}, this.CheckUsername.getArguments().slice(1));
	},
	loadImageFromFolder: function() {
		return this.invoke("loadImageFromFolder", {}, this.loadImageFromFolder.getArguments().slice(0));
	},
	url: '/PUBLICSITE/ajaxpro/PicApp.AjaxServices.AjaxUtilityFunctions,App_Code.ashx'
}));
PicApp.AjaxServices.AjaxUtilityFunctions = new PicApp.AjaxServices.AjaxUtilityFunctions_class();

