if(typeof id3Solutions == "undefined") id3Solutions={};
if(typeof id3Solutions.UShip == "undefined") id3Solutions.UShip={};
if(typeof id3Solutions.UShip.Web == "undefined") id3Solutions.UShip.Web={};
if(typeof id3Solutions.UShip.Web.GetAgentTimeZoneCallback == "undefined") id3Solutions.UShip.Web.GetAgentTimeZoneCallback={};
id3Solutions.UShip.Web.GetAgentTimeZoneCallback_class = function() {};
Object.extend(id3Solutions.UShip.Web.GetAgentTimeZoneCallback_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReceiveTime: function(agentTime) {
		return this.invoke("ReceiveTime", {"agentTime":agentTime}, this.ReceiveTime.getArguments().slice(1));
	},
	url: '/ajaxpro/id3Solutions.UShip.Web.GetAgentTimeZoneCallback,id3Solutions.UShip.ashx'
}));
id3Solutions.UShip.Web.GetAgentTimeZoneCallback = new id3Solutions.UShip.Web.GetAgentTimeZoneCallback_class();

