CtlUserLayer_class = function() {};
Object.extend(CtlUserLayer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UserLayer: function(strUserID, strTargetID) {
		return this.invoke("UserLayer", {"strUserID":strUserID, "strTargetID":strTargetID}, this.UserLayer.getArguments().slice(2));
	},
	url: '/ajaxpro/CtlUserLayer,App_Web_userlayer.ascx.35f9f15c.ashx'
}));
CtlUserLayer = new CtlUserLayer_class();

