Where do you wanna go? Use our route map to find your next flight.
React App
*Important fare and schedule information
All fares and fare ranges are subject to change until purchased.
All fares and fare ranges listed are per person for each way of travel.
Group reservations: Ten or more Customers traveling from/to the same origin/destination. Discounts vary. Call 1-800-433-5368.
" );
$('[class^="FallbackMapstyles__StyledMessageWrapper-"]').find("#new").html('');
$('[class^="FallbackMapstyles__StyledMessageWrapper-"]').find("button").hide();
$('[class^="FallbackMapstyles__StyledMessageWrapper-"]').find("#new").parent().append('View List');
//$("body").append('');
}, 100);
} catch(e) {
}
//Mapbox fallback override code - End
var channelValueFromUrl = getURLParameterForResponsivePages("channel");
//This code is to carry over the channel and webview param for all links within a webview in native apps
if(channelValueFromUrl != null && channelValueFromUrl != undefined && typeof channelValueFromUrl !== 'undefined') {
$("a").each(function(idx) {
if ($(this).attr('href') != null && $(this).attr('href') != undefined && typeof $(this).attr('href') !== 'undefined' && ($(this).attr('href').toString().startsWith('/') || $(this).attr('href').toString().startsWith('http'))) {
if($(this).attr('href').indexOf("?channel=") == -1 && $(this).attr('href').indexOf("&channel=") == -1) {
if($(this).attr('href').indexOf("?") != -1) {
$(this).attr('href',$(this).attr('href')+"&channel="+channelValueFromUrl);
} else {
$(this).attr('href',$(this).attr('href')+"?channel="+channelValueFromUrl);
}
}
if($(this).attr('href').indexOf("?webview=") == -1 && $(this).attr('href').indexOf("&webview=") == -1) {
if(channelValueFromUrl == 'ios' || channelValueFromUrl == 'android' || channelValueFromUrl == 'ipad') {
$(this).attr('href',$(this).attr('href')+"&webview=true");
}
}
}
});
}
//Populate depart date
var departureDate = new Date();
departureDate.setDate(departureDate.getDate() + 60);
var dd = departureDate.getDate();
var mm = departureDate.getMonth() + 1;
var y = departureDate.getFullYear();
if(dd 991)) {
$('html,body').animate({
scrollTop: $("#map-section").offset().top
},400);
}
} else {
setTimeout(forceMapEvents, 50); //wait 50 ms, then try again
}
}
$(document).ready(function() {
forceMapEvents();
});
(opens new window)Opens new window. External site which may or may not meet accessibility guidelines.Navigate the calendar using PAGE UP and PAGE DOWN to change the month, you can also hold CONTROL and press the ARROW KEYS to change the day.