addNamespace("TGN.ascx.SearchPromotion");
TGN.ascx.SearchPromotion = {
	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)
			{return AjaxPro.invoke("ServerGetGolfCourse", {"OIDList":OIDList,"lang":lang},[2,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.SearchPromotion,TGN.ashx"
}

