if(typeof my_profile == "undefined") my_profile={};
my_profile_class = function() {};
Object.extend(my_profile_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	url: '/ajaxpro/my_profile,SilkroadWeb_deploy.ashx'
}));
my_profile = new my_profile_class();

