if(typeof GasBuddy_ASPX == "undefined") GasBuddy_ASPX={};
if(typeof GasBuddy_ASPX.StationMasterNotValidated == "undefined") GasBuddy_ASPX.StationMasterNotValidated={};
GasBuddy_ASPX.StationMasterNotValidated_class = function() {};
Object.extend(GasBuddy_ASPX.StationMasterNotValidated_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getPrefs: function() {
		return this.invoke("getPrefs", {}, this.getPrefs.getArguments().slice(0));
	},
	editInstructionsPref: function(iWay) {
		return this.invoke("editInstructionsPref", {"iWay":iWay}, this.editInstructionsPref.getArguments().slice(1));
	},
	addToFavs: function(iListID, sStation_nm, sArea, sAddress, dLat, dLong, iSM_ID, sComments) {
		return this.invoke("addToFavs", {"iListID":iListID, "sStation_nm":sStation_nm, "sArea":sArea, "sAddress":sAddress, "dLat":dLat, "dLong":dLong, "iSM_ID":iSM_ID, "sComments":sComments}, this.addToFavs.getArguments().slice(8));
	},
	getFavLists: function(sStation_nm, sArea, sAddress, dLat, dLong, iSM_ID) {
		return this.invoke("getFavLists", {"sStation_nm":sStation_nm, "sArea":sArea, "sAddress":sAddress, "dLat":dLat, "dLong":dLong, "iSM_ID":iSM_ID}, this.getFavLists.getArguments().slice(6));
	},
	Get_Metros_Cities_Stations_By_State: function(sStateAbbr, sStateName) {
		return this.invoke("Get_Metros_Cities_Stations_By_State", {"sStateAbbr":sStateAbbr, "sStateName":sStateName}, this.Get_Metros_Cities_Stations_By_State.getArguments().slice(2));
	},
	Get_Cities_By_Site: function(sSite) {
		return this.invoke("Get_Cities_By_Site", {"sSite":sSite}, this.Get_Cities_By_Site.getArguments().slice(1));
	},
	url: '/ajaxpro/GasBuddy_ASPX.StationMasterNotValidated,GasBuddy_ASPX.ashx'
}));
GasBuddy_ASPX.StationMasterNotValidated = new GasBuddy_ASPX.StationMasterNotValidated_class();

