
var imageCount = 3;
var imageWidth = 980;
var imageHeight = 430;
var annotationCount = 0;
var annotationHeight = 0;
var speed = 500;
var cnt = 0;
$(window).load(function()
{
$(‘.slideshow_wrapper’).css(‘width’, imageWidth + ‘px’);
$(‘.slideshow_wrapper’).css(‘height’, (imageHeight + annotationHeight) + ‘px’);
$(‘.slideshow_scroll_backward’).css(‘margin-top’, ((imageHeight / 2) – 40) + ‘px’);
$(‘.slideshow_scroll_forward’).css(‘margin-top’, ((imageHeight / 2) – 40) + ‘px’);
if ($.browser.msie && $.browser.version 0)
$(‘.slideshow_annotation’).fadeIn();
else
$(‘.slideshow_annotation’).hide();
$(‘.slideshow_scroll_backward’).click(function()
{
if (cnt > 0)
{
$(‘.slideshow_annotation’).hide();
$(‘.slideshow_wrapper’).animate({ scrollLeft: ‘-=’ + imageWidth }, speed, afterSlide);
cnt–;
}
changeButtons();
});
$(‘.slideshow_scroll_forward’).click(function()
{
if (cnt 0)
$(‘.slideshow_annotation’).fadeIn();
}
function changeButtons()
{
if (imageCount == 1)
{
$(‘.slideshow_scroll_backward img’).attr(‘src’, ‘/Images/slideshow-backward-disabled.png’);
$(‘.slideshow_scroll_forward img’).attr(‘src’, ‘/Images/slideshow-forward-disabled.png’);
$(‘.slideshow_scroll_backward’).css(‘cursor’, ‘default’);
$(‘.slideshow_scroll_forward’).css(‘cursor’, ‘default’);
}
else if (cnt = imageCount – 1)
{
$(‘.slideshow_scroll_backward img’).attr(‘src’, ‘/Images/slideshow-backward.png’);
$(‘.slideshow_scroll_forward img’).attr(‘src’, ‘/Images/slideshow-forward-disabled.png’);
$(‘.slideshow_scroll_backward’).css(‘cursor’, ‘pointer’);
$(‘.slideshow_scroll_forward’).css(‘cursor’, ‘default’);
}
else
{
$(‘.slideshow_scroll_backward img’).attr(‘src’, ‘/Images/slideshow-backward.png’);
$(‘.slideshow_scroll_forward img’).attr(‘src’, ‘/Images/slideshow-forward.png’);
$(‘.slideshow_scroll_backward’).css(‘cursor’, ‘pointer’);
$(‘.slideshow_scroll_forward’).css(‘cursor’, ‘pointer’);
}
}
For more than two decades, Delta Private Jets customers have enjoyed benefits unavailable from any other private jet operator. The company’s business model revolves around flexible options that best suit clients’ needs—whether it’s Charter, Aircraft Management, or the Delta Private Jets Card. The Charter program provides pay-as-you-go access to a diverse fleet of private aircraft and takes full advantage of Delta Private Jets’ point-to-point charter pricing. The full-service Aircraft Management program, by contrast, delivers a reassuring ownership experience with comprehensive maintenance and charter management infrastructure. However, many customers have moved on to the Delta Private Jets Card, mainly because of the flexibility and benefits the card offers.
Purchasing a Delta Private Jets Card, available in intervals of $50,000, $100,000, or $200,000, gives you access to a wide range of benefits. Individual cardholders decide the best use of their funds, spending them however they choose on private or commercial travel. Rates are also locked-in for up to two years; there are no fuel surcharges and no interchange fees for switching between aircraft categories.
The Delta Private Jets Card offers guaranteed jet availability and choice of jet size every time you travel, with access to more than 5,000 airports. The card also provides a seamless link between private and commercial travel through a concierge who arranges travel as well as special transportation.
Because Delta Private Jets is a wholly owned subsidiary of Delta Air Lines®, its cardholders receive benefits that no other private jet operator can offer. That includes SkyMiles® Medallion® status, which includes complimentary upgrades, Sky Priority® services, and Delta Sky Club® membership.* Cardholders also receive 20 percent off full-fare, First Class, or BusinessElite® tickets on Delta.** If the customer already has status, it can be gifted to a friend or colleague.
The connection with Delta® also delivers smooth transitions for clients moving between commercial and private travel. A client traveling from Europe connecting to a Delta Private Jets flight in Atlanta, for example, can have their ground transportation to their connecting flight arranged by the Delta Private Jets concierge team.
Delta Private Jets has also increased flexibility by offering a Fractional Jet Card. At $25,000 and an annual fee of $5,000, this product gives cardholders access to the private jet travel benefits and rates offered with a $100,000 card.
Delta Private Jets has the longest-held ARG/US Platinum rating of any operation in the world, testifying to its long-standing commitment to safety. Also, Delta Private Jets was voted “Best Private Jet Service” from 2009-2012 by Executive Travel magazine.
if (window.adgroupid == undefined) { window.adgroupid = Math.round(Math.random() * 1000); } document.write(”); http://adserver.adtechus.com/addyn/3.0/5412.1/2537868/0/529/ADTECH;alias=Delta-Private-Jets-300×600-ATF;loc=100;target=_blank;grp=475;misc=1354486991394
To learn more about Delta Private Jets, please visit www.deltaprivatejets.com or call 877-541-3548.
Legal:
Benefits require purchase of the Delta Private Jets Card. Delta Private Jets Card is subject to Delta Private Jets’ Terms and Conditions that are outlined in the current Delta Private Jets Card Agreements. For Terms of the Jet Card visit DeltaPrivateJets.com/jetcard. Delta Private Jets flights are operated by Delta Private Jets, Inc., an FAA-certificated Far Part 135 air carrier, or by another FAA-certificated Part 135 or Part 121 air carrier. Offers void where prohibited by law. Offers subject to change without notice. Other restrictions apply.
*All SkyMiles program rules apply to SkyMiles program membership, miles, offers, mile accrual, mile redemption and travel benefits. To review the rules, please visit delta.com/memberguide. Taxes and fees for Award Travel are the responsibility of the passenger and must be paid at the time the ticket is booked. Award Travel seats are limited and may not be available on all flights or in all markets. Partners airline benefits subject to change and subject to the terms and conditions of each partner. All Delta Sky Club rules apply to Delta Sky Club use. To review the rules visit Delta.com/skyclub. Offer, rules and benefits subject to change.
**For domestic or international air transportation provided by Delta, Cardholder shall be entitled to a 20% discount on published F (domestic First Class), C (international First Class) and J (international Business Class) fares in effect when booked.
$(window).load(function()
{
$(‘#dpj_loading’).hide();
});