var APP_KEY = "Dmjtd%7Clu612hurng%2Cas%3Do5-50zah";
if (typeof HOST_URL == 'undefined' || HOST_URL == null) {
	var HOST_URL = location.protocol + '//' + location.hostname;
	if (location.port && (location.port.length > 0) && (location.port != 80) && (location.port != 443)) {
		HOST_URL += ':' + location.port;
	}
}
if (HOST_URL.indexOf('staging.mapquestapi.com') != -1) {
	APP_KEY = 'Dmjtd%7Clu61n9u2nd%2C8x%3Do5-lytn5';
}

