if(typeof MegaJackpot == "undefined") MegaJackpot={};
MegaJackpot.Default2_class = function() {};
Object.extend(MegaJackpot.Default2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetSession_cities: function(State) {
		return this.invoke("SetSession_cities", {"State":State}, this.SetSession_cities.getArguments().slice(1));
	},
	GetSession_Data: function(name) {
		return this.invoke("GetSession_Data", {"name":name}, this.GetSession_Data.getArguments().slice(1));
	},
	GetDataByState: function(State, City, page, CityOrState_ViewAll) {
		return this.invoke("GetDataByState", {"State":State, "City":City, "page":page, "CityOrState_ViewAll":CityOrState_ViewAll}, this.GetDataByState.getArguments().slice(4));
	},
	GetDataByZipPostal: function(Zip, flagCountrZip, page, flagViewAll) {
		return this.invoke("GetDataByZipPostal", {"Zip":Zip, "flagCountrZip":flagCountrZip, "page":page, "flagViewAll":flagViewAll}, this.GetDataByZipPostal.getArguments().slice(4));
	},
	FlashCounter: function(jurisdiction, SystemCD, companyMasterAutoID) {
		return this.invoke("FlashCounter", {"jurisdiction":jurisdiction, "SystemCD":SystemCD, "companyMasterAutoID":companyMasterAutoID}, this.FlashCounter.getArguments().slice(3));
	},
	getRelatedThemes: function(jurisdiction, companyMasterAutoID1) {
		return this.invoke("getRelatedThemes", {"jurisdiction":jurisdiction, "companyMasterAutoID1":companyMasterAutoID1}, this.getRelatedThemes.getArguments().slice(2));
	},
	LngLatInfoFromZip: function(ZipCode1, flag) {
		return this.invoke("LngLatInfoFromZip", {"ZipCode1":ZipCode1, "flag":flag}, this.LngLatInfoFromZip.getArguments().slice(2));
	},
	url: '/WhereToPlay/eBay/ajaxpro/MegaJackpot.Default2,MegaJackpot.ashx'
}));
MegaJackpot.Default2 = new MegaJackpot.Default2_class();

