
if(typeof OBA !== 'undefined' && typeof OBA.Config !== 'undefined') {
	OBA.Config.staleTimeout=120;
	OBA.Config.googleAnalyticsSiteId="UA-149418079-1";
	OBA.Config.bingMapsKey="";
	OBA.Config.obaApiKey="OBANYC";
	OBA.Config.mapBounds={ swLat: -41.34208151, swLon: 173.183199, neLat: -41.224777, neLon: 173.32396 };
	OBA.Config.mapCenterLat=-41.27444;
	OBA.Config.mapCenterLon=173.27608;
	OBA.Config.mapZoom=14;
	OBA.Config.mapInstance="google";
	OBA.Config.showVehicleNumbers=('false' === 'false') ? false : true;
	OBA.Config.keyWord='NLS';
	OBA.Config.shortCode='400';
	OBA.Config.smsChargesApply='true';
	OBA.Config.signDefaultAgencyId='NelsonBus';

	OBA.Config.siriSMUrl = "api/siri/stop-monitoring.json?key=" + OBA.Config.obaApiKey;
	OBA.Config.siriVMUrl = "api/siri/vehicle-monitoring.json?key=" + OBA.Config.obaApiKey;

	OBA.Config.configurationHasLoaded();
}
