if(typeof Pet67 == "undefined") Pet67={};
if(typeof Pet67.Web == "undefined") Pet67.Web={};
if(typeof Pet67.Web.AppServices == "undefined") Pet67.Web.AppServices={};
if(typeof Pet67.Web.AppServices.GuestServices == "undefined") Pet67.Web.AppServices.GuestServices={};
Pet67.Web.AppServices.GuestServices_class = function() {};
Object.extend(Pet67.Web.AppServices.GuestServices_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Send: function(p_strUserID, p_strUserPassword, p_strComments, p_strInfoType, p_iId) {
		return this.invoke("Send", {"p_strUserID":p_strUserID, "p_strUserPassword":p_strUserPassword, "p_strComments":p_strComments, "p_strInfoType":p_strInfoType, "p_iId":p_iId}, this.Send.getArguments().slice(5));
	},
	url: '/ajaxpro/Pet67.Web.AppServices.GuestServices,App_Code.3patnwgm.ashx'
}));
Pet67.Web.AppServices.GuestServices = new Pet67.Web.AppServices.GuestServices_class();

