function analytics_setPageInfo() {
	s.channel="EXPLORE"
	s.prop50="EXPLORE:SWA"
	s.pageName = "EXPLORE:SWA:Airport Detail Page";
}

function analytics_setPageParametersWithDetail(destinationId, airportCode)
{
//	alert("airport details page");
//	alert("destination Id: " + destinationId + " airport Code: " + airportCode);
	if (analyticsDisabled) return;

  // We will add the appropriate Omniture variable assignments at this point - for now, this is just a stub

}