	var URL = document.location.href;
	var cityCode = URL.match(/(.*)[\/\\]([^\/\\]+)\.\w+$/);
	//$(document).ready(function(){
		$("#airportConsolidationLink").append("&gt; <a href=\"/merger/airports/?cityCode=" + cityCode[2] + "\" class=\"TextLinkCopyUnderline\">View Important Airport Information due to Merger</a>");
	//});
	processAirportStatus(cityCode[2]);