if(typeof TeamSearch == "undefined") TeamSearch={};
if(typeof TeamSearch.Interface == "undefined") TeamSearch.Interface={};
if(typeof TeamSearch.Interface.clsGlobal == "undefined") TeamSearch.Interface.clsGlobal={};
TeamSearch.Interface.clsGlobal_class = function() {};
Object.extend(TeamSearch.Interface.clsGlobal_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidDateTime: function(strDateTime) {
		return this.invoke("ValidDateTime", {"strDateTime":strDateTime}, this.ValidDateTime.getArguments().slice(1));
	},
	IsValidDateTime: function(strDateTime) {
		return this.invoke("IsValidDateTime", {"strDateTime":strDateTime}, this.IsValidDateTime.getArguments().slice(1));
	},
	GetDate: function(Days) {
		return this.invoke("GetDate", {"Days":Days}, this.GetDate.getArguments().slice(1));
	},
	GetItemText: function(Message, Form) {
		return this.invoke("GetItemText", {"Message":Message, "Form":Form}, this.GetItemText.getArguments().slice(2));
	},
	DrawChildAges: function(strID, ChildNum) {
		return this.invoke("DrawChildAges", {"strID":strID, "ChildNum":ChildNum}, this.DrawChildAges.getArguments().slice(2));
	},
	GetCityByCountry: function(strCoungryID) {
		return this.invoke("GetCityByCountry", {"strCoungryID":strCoungryID}, this.GetCityByCountry.getArguments().slice(1));
	},
	url: '/ajaxpro/TeamSearch.Interface.clsGlobal,TeamSearch.Interface.ashx'
}));
TeamSearch.Interface.clsGlobal = new TeamSearch.Interface.clsGlobal_class();

