addNamespace("CbgWebSite");
CbgWebSite.RouteLeft_class = Class.create();
CbgWebSite.RouteLeft_class.prototype = (new AjaxPro.Request()).extend({
	CityBindByCountryID: function(countryID, callback) {
		return this.invoke("CityBindByCountryID", {"countryID":countryID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/CbgWebSite.RouteLeft,CbgWebSite.ashx";
	}
})
CbgWebSite.RouteLeft = new CbgWebSite.RouteLeft_class();

