function analytics_setPageInfo() {
	s.channel="EXPLORE"
	s.prop50="EXPLORE:SWA"
	s.pageName = "EXPLORE:SWA:Destination Detail Page";
}
function analytics_setPageParameters(destinationName)
{
	s.prop37 = "Destination: " + destinationName;
//	alert("s,prop37 = " + s.prop37);
	if (analyticsDisabled) return;

  // We will add the appropriate Omniture variable assignments at this point - for now, this is just a stub

}
