addNamespace("TGN.ascx.SearchBox");
TGN.ascx.SearchBox = {
	ServerGetRegion:function(countryCode,lang)
			{return AjaxPro.invoke("ServerGetRegion", {"countryCode":countryCode,"lang":lang},[2,arguments,0], this.url);},
	ServerGetProvince:function(regionCode,lang)
			{return AjaxPro.invoke("ServerGetProvince", {"regionCode":regionCode,"lang":lang},[2,arguments,0], this.url);},
	ServerGetGolfCourse:function(OIDList,lang,sSearchMethod)
			{return AjaxPro.invoke("ServerGetGolfCourse", {"OIDList":OIDList,"lang":lang,"sSearchMethod":sSearchMethod},[3,arguments,0], this.url);},
	ServerFilterGCByCountry:function(countryCode)
			{return AjaxPro.invoke("ServerFilterGCByCountry", {"countryCode":countryCode},[1,arguments,0], this.url);},
	ServerFilterGCByRegion:function(regionCode)
			{return AjaxPro.invoke("ServerFilterGCByRegion", {"regionCode":regionCode},[1,arguments,0], this.url);},
	ServerFilterGCByProvince:function(provinceCode)
			{return AjaxPro.invoke("ServerFilterGCByProvince", {"provinceCode":provinceCode},[1,arguments,0], this.url);},
	url:"/TGNWeb/ajaxpro/TGN.ascx.SearchBox,TGN.ashx"
}
