if(typeof StationWebsites == "undefined") StationWebsites={};
if(typeof StationWebsites.station_listing_class == "undefined") StationWebsites.station_listing_class={};
StationWebsites.station_listing_class = function() {};
Object.extend(StationWebsites.station_listing_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RenderGrid_AJAX: function(iCurrentPage, ColIndexSort, ColSortHow, City, State, FilteredAmenities, iGasNetworkID, BrandName, iBrandID) {
		return this.invoke("RenderGrid_AJAX", {"iCurrentPage":iCurrentPage, "ColIndexSort":ColIndexSort, "ColSortHow":ColSortHow, "City":City, "State":State, "FilteredAmenities":FilteredAmenities, "iGasNetworkID":iGasNetworkID, "BrandName":BrandName, "iBrandID":iBrandID}, this.RenderGrid_AJAX.getArguments().slice(9));
	},
	url: '/ajaxpro/StationWebsites.station_listing,StationWebsites.ashx'
}));
StationWebsites.station_listing = new StationWebsites.station_listing_class();


