CINXE.COM

Trending | TeleTravel, Inc

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.teletravel.net/', AccountUUID: '9b215f8809814814a8f593b069542066', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '85a5a4ce', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Wed May 08 22:11:09 UTC 2024', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'trending', InitialPageUuid: '3ede91097629458aa15376b5c40b45ce', InitialPageId: '1151245266', InitialEncodedPageAlias: 'dHJlbmRpbmc=', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '43830', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'teletravel', HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 7, NavbarLiveHomePage: 'https://www.teletravel.net/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <link rel="manifest" href="/manifest.json"> <!-- Tell the browser it's a PWA --> <meta name="mobile-web-app-capable" content="yes"> <!-- Tell iOS it's a PWA --> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- End PWA settings --> <link rel="canonical" href="https://www.teletravel.net/trending"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/-TeleTravel+Final+Logo.svg"/> <link rel="icon" type="image/x-icon" href="https://irp-cdn.multiscreensite.com/85a5a4ce/site_favicon_16_1508225421569.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Creepster:ital,wght@0,400&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Creepster:ital,wght@0,400&family=Lobster:ital,wght@0,400&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:ital,wght@0,200..700;1,200..700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Eater:ital,wght@0,400&family=Abril+Fatface:ital,wght@0,400&amp;subset=latin-ext&amp;display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/4929/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/ceda3e317d441fa3ba4bf2b81aaf7000.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="trending"] #dm [data-show-on-page-only="trending"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/85a5a4ce/files/85a5a4ce_1.min.css?v=265" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody *.u_1601128949:before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody *.u_1601128949.before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody div.u_1601128949:before { background-color:rgba(0,0,0,1) !important; opacity:0.06 !important; } *#dm *.dmBody div.u_1601128949.before { background-color:rgba(0,0,0,1) !important; opacity:0.06 !important; } *#dm *.dmBody div.u_1942469169 { } *#dm *.dmBody div.u_1501911730 { line-height:150% !important; } *#dm *.dmBody div.u_1530366268 { } *#dm *.dmBody div.u_1073275212 { } *#dm *.dmBody *.u_1275726544:before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody *.u_1275726544.before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody div.u_1275726544 { background-color:rgba(255,255,255,1) !important; background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/85a5a4ce/dms3rep/multi/opt/dog-bridge-2880w.jpg) !important; } *#dm *.dmBody div.u_1770830969 { line-height:1.5 !important; } *#dm *.dmBody div.u_1451903583 hr { background:none !important; height:0 !important; background-color:transparent !important; background-size:initial !important; min-height:0 !important; border-color:currentColor !important; border-width:1px !important; border-top-style:solid !important; border-top-width:3px !important; color:rgba(234,201,50,1) !important; } *#dm *.dmBody div.u_1353454867 { border-left-style:solid !important; border-left-width:6px !important; border-left-color:rgba(234,201,50,1) !important; } *#dm *.dmBody div.u_1561942987 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1358430140 { background-color:rgba(0,0,0,0) !important; box-shadow:none !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; border-style:solid !important; border-width:5px !important; } *#dm *.dmBody div.u_1211648228 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1214282526 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1100139916 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1364606831 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1639195774 { background-color:rgba(0,0,0,0) !important; box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -moz-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -webkit-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; } *#dm *.dmBody div.u_1989185039 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1303130151 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1275726544:before { background-color:rgba(0,0,0,1) !important; opacity:0.47 !important; } *#dm *.dmBody div.u_1275726544.before { background-color:rgba(0,0,0,1) !important; opacity:0.47 !important; } *#dm *.dmBody div.u_1641488472 { } *#dm *.dmBody *.u_1808628921:before { opacity:0.5 !important; background-color:rgb(121,151,197) !important; } *#dm *.dmBody *.u_1808628921.before { opacity:0.5 !important; background-color:rgb(121,151,197) !important; } *#dm *.dmBody div.u_1808628921:before { background-color:rgba(0,0,0,1) !important; opacity:0.3 !important; } *#dm *.dmBody div.u_1808628921.before { background-color:rgba(0,0,0,1) !important; opacity:0.3 !important; } *#dm *.dmBody div.u_1808628921>*.bgExtraLayerOverlay { opacity:0.3 !important; } *#dm *.dmBody div.u_1231980153 { background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/md/dmtmpl/dms3rep/multi/opt/flowers_on_-nightstand-2880w.jpg) !important; background-size:cover !important; box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -moz-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -webkit-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; } *#dm *.dmBody div.u_1601128949 { background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/85a5a4ce/dms3rep/multi/opt/aircraft-123005_1920-2880w.jpg) !important; background-size:cover !important; box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -moz-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -webkit-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; } *#dm *.dmBody div.u_1808628921 { background-image:url(https://lirp.cdn-website.com/85a5a4ce/dms3rep/multi/opt/Travel+Canada+Thumb+-2880w.jpg) !important; background-repeat:no-repeat !important; background-color:rgba(0,0,0,0) !important; box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -moz-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -webkit-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; } *#dm *.dmBody div.u_1056097530 { line-height:150% !important; } *#dm *.dmBody div.u_1218242062 { background-color:rgba(255,255,255,1) !important; } *#dm *.dmBody div.u_1818565775 hr { color:rgb(56,56,56) !important; background:none !important; height:0 !important; background-color:transparent !important; background-size:initial !important; min-height:0 !important; border-color:currentColor !important; border-width:1px !important; border-top-style:solid !important; border-top-width:3px !important; } *#dm *.dmBody div.u_1521143145 hr { color:rgba(0, 0, 0, 1) !important; background:none !important; height:0px !important; background-color:transparent !important; background-size:initial !important; min-height:0px !important; border-color:currentColor !important; border-width:1px !important; border-top-style:solid !important; border-top-width:3px !important; } </style> <style id="pagestyleDevice" type="text/css"> *#dm *.dmBody h3.u_1755481245 { padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; float:none !important; top:0 !important; max-width:calc(100% - 0px) !important; left:0 !important; width:605px !important; position:relative !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; height:auto !important; margin-right:0 !important; margin-left:0 !important; margin-top:8px !important; margin-bottom:8px !important; } *#dm *.dmBody div.u_1269270776 { padding-left:40px !important; padding-right:20px !important; padding-top:0 !important; padding-bottom:0 !important; } *#dm *.dmBody div.itemText *.rteBlock { font-size:16px !important; } *#dm *.dmBody div.u_1989185039 { padding-top:0 !important; padding-bottom:0 !important; padding-right:0 !important; padding-left:0 !important; } *#dm *.dmBody div.u_1303130151 { padding-top:120px !important; padding-bottom:120px !important; padding-left:50px !important; padding-right:20px !important; } *#dm *.dmBody div.u_1313749716 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:left !important; } *#dm *.dmBody h3.u_1078711636 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:left !important; } *#dm *.dmBody h2.u_1837581535 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:left !important; } *#dm *.dmBody div.u_1639195774 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:0 !important; margin-left:0 !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1231980153 { background-position:50% 50% !important; } *#dm *.dmBody h3.u_1952772611 { float:none !important; top:0 !important; left:0 !important; width:587px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:-0.5px !important; max-width:calc(100% - 0px) !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1942469169 { float:none !important; top:0 !important; left:0 !important; width:448px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:0 !important; max-width:100% !important; margin-top:18px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:left !important; display:block !important; } *#dm *.dmBody h2.u_1952772611 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 0px) !important; margin-top:0 !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1561942987 { padding-top:100px !important; padding-left:100px !important; padding-bottom:100px !important; padding-right:100px !important; } *#dm *.dmBody h1.u_1266509536 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody h2.u_1266509536 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1521143145 { width:99px !important; display:block !important; float:none !important; top:0 !important; left:0 !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 430px) !important; margin-top:7px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } *#dm *.dmBody div.u_1501911730 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 0px) !important; margin-top:15px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } *#dm *.dmBody h3.u_1289659976 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:calc(100% - 0px) !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1408008918 { padding-right:15px !important; } *#dm *.dmBody div.u_1110500747 { padding-right:15px !important; padding-left:15px !important; } *#dm *.dmBody div.u_1530366268 { margin-top:0 !important; margin-bottom:0 !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:203px !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1738378441 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:80.0125px !important; margin-left:0 !important; max-width:calc(100% - 0px) !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1672083736 { padding-top:50px !important; padding-left:0 !important; padding-bottom:50px !important; padding-right:0 !important; } *#dm *.dmBody h3.u_1877892783 { float:none !important; top:0 !important; left:0 !important; width:542px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; display:block !important; } *#dm *.dmBody div.u_1073275212 { float:none !important; top:0 !important; left:0 !important; width:542px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:9px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; display:block !important; } *#dm *.dmBody div.u_1957592263 { float:none !important; top:0 !important; left:0 !important; width:542px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 209px) !important; margin-top:-8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1321481029 { float:none !important; top:0 !important; left:0 !important; width:542px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 209px) !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1275726544 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:110px !important; padding-left:0 !important; padding-bottom:110px !important; margin-right:0 !important; margin-left:0 !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; background-attachment:fixed !important; background-size:cover !important; background-position:0 50% !important; } *#dm *.dmBody div.u_1100139916 { padding-top:90px !important; } *#dm *.dmBody div.u_1005671719 { float:none !important; top:0 !important; left:0 !important; width:601px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:calc(100% - 0px) !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; margin-right:0 !important; margin-left:0 !important; margin-top:8px !important; margin-bottom:8px !important; } *#dm *.dmBody div.u_1194009858 { padding-right:30px !important; padding-top:15px !important; } *#dm *.dmBody div.u_1353454867 { padding-left:30px !important; } *#dm *.dmBody div.u_1214282526 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:70px !important; padding-left:40px !important; padding-bottom:70px !important; margin-right:0 !important; margin-left:0 !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:50px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody h3.u_1067157500 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:267px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 11px) !important; margin-top:0 !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:right !important; } *#dm *.dmBody div.u_1998132193 { float:none !important; top:0 !important; left:0 !important; width:278.487px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:calc(100% - 0px) !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody h1.u_1617615321 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody h2.u_1617615321 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1770830969 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 0px) !important; margin-top:15px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1211648228 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:70px !important; padding-left:40px !important; padding-bottom:70px !important; margin-right:auto !important; margin-left:auto !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1451903583 { width:530px !important; display:block !important; float:none !important; top:0 !important; left:0 !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; max-width:100% !important; margin-top:7px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; margin-left:auto !important; } *#dm *.dmBody h2.u_1289659976 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 0px) !important; margin-top:0 !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1758194698 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:calc(100% - 0px) !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1364606831 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:90px !important; max-width:none !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-right:auto !important; margin-left:auto !important; margin-top:0 !important; margin-bottom:0 !important; } *#dm *.dmBody div.u_1641488472 { } *#dm *.dmBody h2.u_1279110176 { padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; float:none !important; top:0 !important; max-width:100% !important; left:0 !important; width:545px !important; position:relative !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; height:auto !important; display:block !important; margin-right:auto !important; margin-left:auto !important; margin-top:0 !important; margin-bottom:8px !important; } *#dm *.dmBody h4.u_1755481245 { padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; float:none !important; margin-right:auto !important; margin-left:auto !important; top:0 !important; max-width:100% !important; left:0 !important; width:571px !important; margin-top:17px !important; position:relative !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; height:auto !important; display:block !important; } *#dm *.dmBody div.u_1601128949 { background-position:50% 50% !important; background-repeat:no-repeat !important; background-size:cover !important; } *#dm *.dmBody div.u_1808628921 { padding-top:91.5px !important; padding-bottom:91.5px !important; padding-right:0 !important; padding-left:0 !important; background-repeat:no-repeat !important; background-size:cover !important; background-attachment:initial !important; background-position:50% 50% !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; margin-right:auto !important; margin-left:auto !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1358430140 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:70px !important; padding-left:40px !important; padding-bottom:70px !important; margin-right:20px !important; margin-left:20px !important; max-width:none !important; margin-top:20px !important; margin-bottom:20px !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody h1.u_1722209441 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody h2.u_1722209441 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1818565775 { width:99px !important; display:block !important; float:none !important; top:0 !important; left:0 !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 430px) !important; margin-top:7px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } *#dm *.dmBody div.u_1056097530 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 0px) !important; margin-top:15px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } *#dm *.dmBody div.u_1218242062 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:70px !important; padding-left:40px !important; padding-bottom:70px !important; margin-right:auto !important; margin-left:auto !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1798399781 { float:none !important; top:0px !important; left:0 !important; width:522.5px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0px !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0px !important; min-width:0 !important; text-align:left !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-52, .size-52, .size-52 > font { font-size: 52px !important; }.font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-32, .size-32, .size-32 > font { font-size: 32px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="fontFallbacks"> @font-face { font-family: "Lobster Two Fallback"; src: local('Arial'); ascent-override: 123.9905%; descent-override: 30.9976%; size-adjust: 80.6513%; line-gap-override: 0%; }@font-face { font-family: "Creepster Fallback"; src: local('Arial'); ascent-override: 104.0992%; descent-override: 23.8338%; size-adjust: 91.3717%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Barlow Fallback"; src: local('Arial'); ascent-override: 103.1323%; descent-override: 20.6265%; size-adjust: 96.9628%; line-gap-override: 0%; }@font-face { font-family: "Creepster Fallback"; src: local('Arial'); ascent-override: 104.0992%; descent-override: 23.8338%; size-adjust: 91.3717%; line-gap-override: 0%; }@font-face { font-family: "Lobster Fallback"; src: local('Arial'); ascent-override: 114.651%; descent-override: 28.6627%; size-adjust: 87.2212%; line-gap-override: 0%; }@font-face { font-family: "Arvo Fallback"; src: local('Arial'); ascent-override: 87.6577%; descent-override: 22.538%; line-gap-override: 2.4498%; size-adjust: 109.6239%; }@font-face { font-family: "Oswald Fallback"; src: local('Arial'); ascent-override: 145.0682%; descent-override: 35.1423%; size-adjust: 82.2372%; line-gap-override: 0%; }@font-face { font-family: "Crimson Text Fallback"; src: local('Arial'); ascent-override: 107.5305%; descent-override: 39.7155%; size-adjust: 88.2743%; line-gap-override: 0%; }@font-face { font-family: "Eater Fallback"; src: local('Arial'); ascent-override: 100.9625%; descent-override: 32.0168%; size-adjust: 140.1549%; line-gap-override: 0%; }@font-face { font-family: "Abril Fatface Fallback"; src: local('Arial'); ascent-override: 102.6391%; descent-override: 28.2306%; size-adjust: 103.0796%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <title> Trending | TeleTravel, Inc </title> <meta name="keywords" content="travel, travel agency, corporate travel, business travel, Philadelphia, West Chester, east coast, new york, pennsylvania, fort washington, king of prussia, exton, downingtown, new jersey, maryland, trending, social"/> <meta name="description" content="Top lists of interesting statistics that are frequently researched. Here you'll find travel knowledge that is fun and useful. TeleTravel is a professional travel management company specializing in providing precise, error-free, cost effective service solutions to clients."/> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-108249039-1"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-108249039-1'); </script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5b9b09c0c666d426648abfca/default'; //s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "TravelAgency", "name": "Teletravel, Inc", "address": { "@type": "PostalAddress", "streetAddress": "556 W Boot Road", "addressLocality": "West Chester", "addressRegion": "PA", "postalCode": "19380" }, "image": "https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/thumbnail/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg", "email": "service@teletravel.net", "telePhone": "215-641-2320", "url": "https://www.teletravel.net", "paymentAccepted": [ "credit card" ], "openingHours": "Mo,Tu,We,Th,Fr 08:00-20:00", "geo": { "@type": "GeoCoordinates", "latitude": "40.002792", "longitude": "-75.638358" }, "priceRange":"$" } </script> <script type="text/javascript"> adroll_adv_id = "TLWW3EX4LRCMBPVLNH6DGI"; adroll_pix_id = "ATB35CI4TJB2DFJJNKOLCM"; (function () { var _onload = function(){ if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return} if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return} var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); }; if (window.addEventListener) {window.addEventListener('load', _onload, false);} else {window.attachEvent('onload', _onload)} }()); </script> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Trending | TeleTravel, Inc"/> <meta name="twitter:description" content="Top lists of interesting statistics that are frequently researched. Here you'll find travel knowledge that is fun and useful. TeleTravel is a professional travel management company specializing in providing precise, error-free, cost effective service solutions to clients."/> <meta property="og:description" content="Top lists of interesting statistics that are frequently researched. Here you'll find travel knowledge that is fun and useful. TeleTravel is a professional travel management company specializing in providing precise, error-free, cost effective service solutions to clients."/> <meta property="og:title" content="Trending | TeleTravel, Inc"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="trending" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1667243836" class="u_1667243836"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations hasStickyHeader inMiniHeaderMode dmPageBody d-page-1524116652 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1524116652" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="60%" layout="f014fc9487554eb885e18628ee6309e9===header" mini-header-show-only-navigation-row="true" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow u_1461108686" style="text-align: center;" id="1461108686"> <div class="dmRespColsWrapper" id="1794652127"> <div class="u_1265329672 dmRespCol small-12 large-8 medium-8" id="1265329672"> <div class="u_1486512857 align-center text-align-center dmSocialHub " id="1486512857" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://twitter.com/teletravel1" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Twitter&apos;)"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://linkedin.com/company/teletravel" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Linkedin&apos;)"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:service@teletravel.net" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Email&apos;)"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> <div class="u_1099423676 dmRespCol small-12 large-2 medium-2" id="1099423676"> <div class="u_1219636603 graphicWidget" data-widget-type="graphic" id="1219636603" data-anim-desktop="none" data-element-type="graphic"> <a href="mailto:service@teletravel.net" id="1087816049" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1858089859" class="svg u_1858089859" data-icon-name="li-envelope"> <path d="M17.8,28.2v43.6h64.4V28.2H17.8z M77.7,30.3L50,48.8L22.3,30.3H77.7z M19.9,69.7V31.2L50,51.2l30.1-20.1v38.5H19.9z" id="1420870383"></path> </svg> </a> </div> </div> <div class="u_1264461924 dmRespCol small-12 large-2 medium-2" id="1264461924"> <div class="u_1923538368 dmNewParagraph" id="1923538368" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLjE5NjU4ODEwNjUifV0=" data-diy-text="">service@teletravel.net</div></div> </div> </div> <div class="u_1694596233 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1694596233"> <div class="dmRespColsWrapper" id="1789804440"> <div class="u_1658025237 small-12 dmRespCol large-2 medium-2" id="1658025237"> <div class="u_1639415520 imageWidget align-center" data-widget-type="image" id="1639415520" data-element-type="image"> <a href="/" id="1879885558"><img src="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" id="1052734305" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" alt="Teletravel Business Travel Agency" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1794067386 dmRespCol small-12 large-10 medium-10" id="1794067386"> <nav class="u_1531647867 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" data-divider="DOT" id="1531647867" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/desktop/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/trending" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="trending" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Trending " data-auto="page-text-style">Trending<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/service" class="unifiednav__item " target="" data-target-page-alias="service"> <span class="nav-item-text " data-link-text=" Services " data-auto="page-text-style">Services<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/reservations" class="unifiednav__item " target="" data-target-page-alias="reservations"> <span class="nav-item-text " data-link-text=" Reservations " data-auto="page-text-style">Reservations<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/travel-resources" class="unifiednav__item " target="" data-target-page-alias="travel-resources"> <span class="nav-item-text " data-link-text=" Travel Resources " data-auto="page-text-style">Travel Resources<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/trending" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="trending" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Trending " data-auto="page-text-style">Trending<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item " target="" data-target-page-alias="contact"> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/careers" class="unifiednav__item " target="" data-target-page-alias="careers"> <span class="nav-item-text " data-link-text=" Careers " data-auto="page-text-style">Careers<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">Trending</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_trending u_1667243836"> <div id="allWrapper" class="allWrapper u_allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent u_dm_content"> <div dm:templateorder="1" class="dmDefaultRespTmpl u_1524116652" id="1524116652"> <div class="innerPageTmplBox dmDefaultPage dmRespRowsWrapper u_1151519205" id="1151519205"> <div class="u_1808628921 dmRespRow dmSectionNoParallax hasBackgroundOverlay" style="text-align: center;" id="1808628921" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpbWVvLmNvbS8yMzk2NjEyNTYiLCJpZCI6IjIzOTY2MTI1NiIsInByb3ZpZGVyIjoidmltZW8iLCJlbWJlZCI6Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8yMzk2NjEyNTYiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2kudmltZW9jZG4uY29tL3ZpZGVvLzY2Mjc3MjYyNF82NDAuanBnIiwic3VwcG9ydEJnT25Nb2JpbGUiOnRydWUsInN1cHBvcnRCZ0xvb3AiOnRydWUsInBvc3RlciI6Imh0dHBzOi8vaS52aW1lb2Nkbi5jb20vdmlkZW8vNjYyNzcyNjI0XzY0MC5qcGcifQ==" data-video-bg-mobile="true"> <div class="dmRespColsWrapper" id="1547440465"> <div class="u_1269270776 dmRespCol small-12 medium-12 large-12" id="1269270776" data-anim-desktop="zoomIn"> <h2 class="u_1279110176 dmNewParagraph" id="1279110176" data-element-type="paragraph"><div style="text-align: center;"><font style="color:rgb(0, 0, 0);font-family:inherit;"><span class="m-font-size-36 lh-1 font-size-52">&nbsp;</span><font class="m-font-size-36 lh-1 font-size-50" style="color: rgb(255, 255, 255);">Trending</font></font></div></h2> <h4 class="u_1755481245 dmNewParagraph" id="1755481245" data-element-type="paragraph"><div style="text-align: center;"><font style="color: rgb(255, 255, 255);"><span style="font-weight: 900;">Top lists of interesting statistics that are frequently researched. Here you'll find travel knowledge that is fun and useful.</span></font></div></h4></div> </div> </div> <div class="u_1218242062 dmRespRow" style="text-align: center;" id="1218242062"> <div class="dmRespColsWrapper" id="1699761309"> <div class="dmRespCol small-12 medium-12 large-12" id="1599255694"> <span id="1842496294"></span> <h2 class="dmNewParagraph u_1722209441" id="1722209441" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div><font color="#383838"><span style="font-weight: 500;">You Now Have Less Than a Year to Obtain a Real ID</span></font></div><font></font></h2> <div class="u_1818565775 dmDividerWrapper clearfix" id="1818565775" layout="divider-style-1" data-element-type="dDividerId"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1372407423"/></div> <div class="u_1056097530 dmNewParagraph" id="1056097530" style="" data-styletopreserve="{"background-image":""}"> <div>https://www.dhs.gov/real-id</div> <font style=""></font><div><font style="color: rgb(56, 56, 56);"></font></div></div></div> </div> </div> <div class="u_1989185039 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1989185039"> <div class="dmRespColsWrapper" id="1378347809"> <div class="dmRespCol small-12 medium-6 large-6 u_1601128949 hasBackgroundOverlay" id="1601128949"> <div class="u_1731526220 dmSpacer" id="1731526220" data-element-type="spacer"></div> </div> <div class="dmRespCol small-12 medium-6 large-6 u_1303130151" id="1303130151"> <h2 class="u_1837581535 dmNewParagraph" data-element-type="paragraph" id="1837581535" style="transition: opacity 1s ease-in-out;"><div style="text-align: center;"><font style="color: rgb(0, 0, 0);"><span style="font-weight: 400;" class="lh-1 font-size-32"><i>2023 BEST AIRLINES</i></span></font></div></h2> <h3 class="u_1078711636 dmNewParagraph" data-element-type="paragraph" id="1078711636" style="transition: none; display: block;"><div style="text-align: center;"><span style="" class="font-size-18 lh-1"><i><span style="font-weight: 300;">https://www.businessinsider.com/20-best-airlines-in-the-world-skytrax-2023-6</span></i></span></div></h3> <div class="dmNewParagraph u_1313749716" id="1313749716" data-styletopreserve="{" background-image":""}"=""><ol class="innerList defaultList"><li>Singapore Airlines</li><li>Qatar Airways</li><li>All Nippon Airways<br/></li><li>Emirates<br/></li><li>Japan Airlines<br/></li><li>Turkish Airlines<br/></li><li>Air France<br/></li><li>Cathay Pacific<br/></li><li>EVA Air<br/></li><li>Korean Air<br/></li></ol></div> <div class="dmNewParagraph" data-element-type="paragraph" id="1540023383" data-styletopreserve="{" background-image":""}"="">&quot;Singapore Airlines has been voted 2023's best airline, taking the prestigious title over the previous seven-time winner Qatar Airways.&nbsp; <div><br/></div> <div>Airline ranking company Skytrax releases what it calls an &quot;independent and impartial&quot; annual list of the top 100 airlines around the world based on data from an online traveler satisfaction survey.&quot;</div> </div></div> </div> </div> <div class="u_1639195774 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1639195774"> <div class="dmRespColsWrapper" id="1323852066"> <div class="dmRespCol small-12 medium-6 large-6 u_1561942987" id="1561942987"> <h2 class="dmNewParagraph u_1952772611" id="1952772611" style="transition: none; display: block;" data-element-type="paragraph"><span style="font-weight: 600;"></span><span style="font-weight: 600;"><font style=""><span style="font-weight: 400;"><i style="">Healthy Snacks On The Go!</i></span></font></span><div><div></div></div></h2> <div class="u_1798399781 dmNewParagraph" id="1798399781" style="transition: opacity 1s ease-in-out;"><div style="text-align: center;"><font style="color: rgb(160, 157, 157);"><i style="">September 24, 2014</i></font></div></div> <div class="u_1942469169 dmNewParagraph" id="1942469169" style="transition: opacity 1s ease-in-out; display: block;"><font style="color: rgb(0, 0, 0);">Traveling can be stressful and whether you are preparing for a short flight or a multiple leg trip, there are healthy snacks you can pack yourself to help make the journey much healthier and more enjoyable!</font><div><font style="color: rgb(0, 0, 0);"><br/></font></div><div><font style="color: rgb(0, 0, 0);">1. Dried Fruit (no sugar added!)</font></div><div><font style="color: rgb(0, 0, 0);">2. Whole Grain, Low Fat Granola</font></div><div><font style="color: rgb(0, 0, 0);">3. Unsalted Raw or Dry-Roasted Nuts</font></div><div><font style="color: rgb(0, 0, 0);">4. Fresh Fruit</font></div><div><font style="color: rgb(0, 0, 0);">5. Whole Grain Crackers with Peanut Butter&nbsp;</font></div><div><font style="color: rgb(0, 0, 0);">6. Whole Grain Rice Cakes with Peanut Butter or Dried Fruit</font></div><div><font style="color: rgb(0, 0, 0);">7. Air Popped Popcorn</font></div><div><font style="color: rgb(0, 0, 0);">8. Whole Wheat Pretzels</font></div><div><font style="color: rgb(0, 0, 0);">9. Homemade Trail Mix (whole grain granola, dried fruit, dark chocolate chips)</font></div></div></div> <div class="dmRespCol small-12 medium-6 large-6 dmSectionNoParallax u_1231980153" id="1231980153" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvZG1pcC9kbXMzcmVwL211bHRpL2hvbWUtZGVjb3ItZGl5LmpwZyJdfQ=="> <span id="1269768657"></span> </div> </div> </div> <div class="u_1358430140 dmRespRow" style="text-align: center;" id="1358430140"> <div class="dmRespColsWrapper" id="1163040075"> <div class="dmRespCol small-12 medium-12 large-12" id="1725928430"> <span id="1984440505"></span> <h2 class="dmNewParagraph u_1266509536" id="1266509536" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div><font style="color: rgb(0, 0, 0);"><span style="font-weight: 500;"><i style=""><span style="font-weight: 400;">Common Travel Problems Create Major Business Disruptions</span></i></span></font></div><div><font style="color: rgb(0, 0, 0);"><span style="font-weight: 500;"><i style=""><span style="font-weight: 300;" class="lh-1 font-size-18">Brian Kelley:&nbsp; askbk@thepointsguy.com</span></i></span></font></div><div><font style="color: rgb(0, 0, 0);"><span style="font-weight: 500;"><i style="">&nbsp;<span style="font-weight: 300;" class="lh-1 font-size-18">July 2022</span></i></span></font></div><font></font></h2> <div class="u_1521143145 dmDividerWrapper clearfix" id="1521143145" layout="divider-style-1" data-element-type="dDividerId" data-widget-version="2"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1538757585"/></div> <div class="u_1501911730 dmNewParagraph" id="1501911730" style="transition: opacity 1s ease-in-out; display: block;"><font style=""></font><font color="#000000">&nbsp;<b><i style="">TIPS FOR DEALING WITH LOST LUGGAGE</i></b></font><div><font style="color: rgb(56, 56, 56);"></font></div> <div><font color="#000000">Travel these days is a challenge, to say the least, and one of the key risks to try and avoid is checking luggage.</font></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000">Now, I know a lot of frequent travelers will never check bags &mdash; and for good reason. Checking a bag can slow you down, especially when you have to change flights at the last minute due to a delayed or canceled flight. But sometimes, you just can&rsquo;t avoid it, like my recent trip to Europe when I was gone for 16 days and attended a black-tie wedding. I am 6 feet, 7 inches tall and wear a size 15 shoe; a carry-on just wouldn&rsquo;t cut it for a trip like that.</font></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000">Here is what I do to protect myself whenever I check a bag.</font></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000"><b><i>Have your bag stand out (and use AirTags)</i></b></font></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000">The first thing I recommend is not having a regular old black bag because, if your bag ends up in a huge storage facility, good luck finding it among dozens of other bags that look just like it. I have a salmon-colored Rimowa bag that I can spot as soon as it comes off the belt. If it ever gets lost, I can assure you that it will stand out like a sore thumb in a storage facility, thus making it easier to find. If you don&rsquo;t want to get a brightly colored bag, add something like a ribbon to your checked luggage and take a picture of it just in case you ever need to show the airline what it looks like.</font></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000">I&rsquo;ve said this before, but it&rsquo;s worth saying it again: I put an Apple AirTag in my luggage so I always know where my bag is. Airlines are understaffed and most of the time when your bag is lost, they have no idea where it is. But when you tag your bag yourself, you can track it on your phone and even tell the airline where it is, saving you a ton of time and frustration. Several of my Instagram followers have shared with me that they&rsquo;ve had success using this technique.</font></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000"><b><i>Fly nonstop whenever possible</i></b></font></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000">I was shocked to hear that Allegiant Air was the best airline for checked bags. But the airline pretty much works on a nonstop system without connecting flights, meaning that it doesn&rsquo;t lose bags from one plane to the next. But sometimes layovers and connecting flights are unavoidable so when you have to connect, make sure to avoid short layovers. When I had to connect through Heathrow, I built in a five-hour layover. In fact, I actually collected my bag myself in London and rechecked it just to be sure that it made it onto my new flight.</font></div> <div><font color="#000000"><br/></font></div> <div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"><b><i>Contact airline executives directly</i></b></span><br/></div> <div><font color="#000000"><br/></font></div> <div><font color="#000000">When I asked my Instagram followers what they do when their luggage is lost or stolen, they had some interesting advice: Contact airline executives on LinkedIn. One follower confirmed that this works, stating that they&rsquo;re the baggage manager for an airline and when you get the attention of someone higher up, that email goes directly to them with high priority. Another suggestion was to reach out to the airline on all of its social media accounts &mdash; including Twitter and Instagram &mdash; to get help with tracking down your lost luggage. And if that doesn&rsquo;t work, file a complaint with the Department of Transportation ASAP.</font></div> <div><font color="#000000"><br/></font></div> </div></div> </div> </div> <div class="u_1275726544 dmRespRow hasBackgroundOverlay dmSectionNoParallax" style="text-align: center;" id="1275726544"> <div class="dmRespColsWrapper" id="1398259887"> <div class="u_1672083736 dmRespCol small-12 medium-12 large-12" id="1672083736"> <h3 class="dmNewParagraph u_1877892783" id="1877892783" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div style=""></div><span style="font-weight: 700;"><font style="color: rgb(255, 255, 255);"><div style="text-align: left; "><i>THINKING OF TAKING YOUR PET?</i></div></font></span><div style=""><span style=""></span><div><span style="font-weight: 400;"><font style="color: rgb(255, 255, 255);"></font></span><div></div></div></div></h3> <div class="u_1957592263 dmNewParagraph" id="1957592263" style="transition: none; display: block;"><div style="text-align: left;"><i style="color: rgb(255, 255, 255);">February 2017</i></div></div> <div class="dmNewParagraph u_1073275212" id="1073275212" style="transition: opacity 1s ease-in-out;"><div style="text-align: left;"><span style="color: rgb(255, 255, 255);">Many travelers prefer to take their pets with them when they travel. The list of web sites available with 'pet friendly' information is wide and varied. Ask your travel agent to check potential hotels and resorts before you book to weed out the best resources for you and your companion.</span></div><span style="background-color: transparent; font-weight: inherit; color: rgb(0, 0, 0);"></span></div> <div class="dmNewParagraph u_1321481029" id="1321481029" style="transition: none; display: block;"><div style="text-align: right;"><a href="http://www.travelandleisure.com/articles/americas-best-dog-friendly-hotels" runtime_url="http://www.travelandleisure.com/articles/americas-best-dog-friendly-hotels" target="_blank"><font style="color: rgb(255, 255, 255);" class="font-size-16 lh-1"><i>http://www.travelandleisure.com/articles/americas-best-dog-friendly-hotels</i></font></a></div></div></div> </div> </div> <div class="dmRespRow u_1100139916" style="text-align: center;" id="1100139916"> <div class="dmRespColsWrapper" id="1304786985"> <div class="dmRespCol small-12 medium-12 large-12" id="1834275384"> <h2 class="u_1289659976 dmNewParagraph" id="1289659976" style="transition: none; display: block;" data-element-type="paragraph"><div style="text-align: center;"><span style="color: rgb(9, 9, 9); font-weight: normal;"></span></div><font style="color: rgb(51, 51, 51);"><i style=""><div style="text-align: center;"><span style="font-weight: 700;">Eating Healthy and Exercise Top The Stress List For Travelers</span></div></i></font><div style="text-align: center;"><span style="font-weight: normal;" class="font-size-18 lh-1"><font style="color: rgb(125, 125, 125);"><i></i></font></span></div><div></div></h2> <div class="dmNewParagraph" id="1591037554" style="transition: opacity 1s ease-in-out;"><div style="text-align: center;"><font style="color: rgb(160, 157, 157);"><i style="background-color: transparent;"><span style="font-weight: 400;">March 21, 2013</span></i></font></div></div></div> </div> </div> <div class="u_1364606831 dmRespRow" style="text-align: center;" id="1364606831"> <div class="dmRespColsWrapper" id="1795459560"> <div class="u_1408008918 dmRespCol small-12 medium-6 large-6" id="1408008918"> <span id="1570278459"></span> <div class="u_1758194698 dmNewParagraph" id="1758194698" style="transition: opacity 1s ease-in-out;"><div><span style=""><font style="color: rgb(102, 102, 102);"></font></span></div><span style="font-weight: 300; color: rgb(102, 102, 102);"><div>A survey from TripIt, revealed that eating healthy, exercising on the road, and coming home to a to-do list are more stressful for frequent travelers than airport security.</div><div><br/></div><div>When asked how stressful certain travel-related activities are, 67 percent of frequent travelers said exercising was either somewhat or very stressful; while 66 percent said eating healthy was stressful. The top five activities identified by the majority of respondents as stressful include:</div></span><div><span style=""><font style="color: rgb(102, 102, 102);"><div style=""><font><span style="font-weight: 300; font-size: 14px;"></span></font></div></font></span></div></div> <div data-element-type="html" class="u_1530366268 dmCustomHtml" id="1530366268"> <table border="1" cellspacing="0" cellpadding="0"> <tbody align="left"> <tr> <td> <span style="color: rgb(0, 0, 128);"> <strong>Travel-related activity</strong> </span> </td> <td style="text-align: center;"> <span style="color: rgb(0, 0, 128);"> <strong>Somewhat stressful</strong> </span> </td> <td style="text-align: center;"> <span style="color: rgb(0, 0, 128);"> <strong>Very stressful</strong> </span> </td> <td style="text-align: center;"> <span style="color: rgb(0, 0, 128);"> <strong>Total</strong> </span> </td> </tr> <tr> <td> <strong> <span style="color: rgb(0, 0, 0);">1. Exercising</span> </strong> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">50%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">17%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">67%</span> </td> </tr> <tr> <td> <strong> <span style="color: rgb(0, 0, 0);" data-mce-style="color: #000000;">2. Eating healthy</span> </strong> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">47%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">19%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">66%</span> </td> </tr> <tr> <td> <strong> <span style="color: rgb(0, 0, 0);" data-mce-style="color: #000000;">3. Coming home to things waiting for me</span> </strong> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">45%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">19%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">64%</span> </td> </tr> <tr> <td> <strong> <span style="color: rgb(0, 0, 0);" data-mce-style="color: #000000;">4. Airport security</span> </strong> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">44%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">15%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">59%</span> </td> </tr> <tr> <td> <strong> <span style="color: rgb(0, 0, 0);" data-mce-style="color: #000000;">5. Driving in an unfamiliar city</span> </strong> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">42%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">12%</span> </td> <td style="text-align: center; "> <span style="color: rgb(0, 0, 0);">54%</span> </td> </tr> </tbody> </table> </div> </div> <div class="u_1110500747 dmRespCol small-12 medium-6 large-6" id="1110500747"> <span id="1867330359"></span> <div class="dmNewParagraph u_1738378441" id="1738378441" style="transition: none; display: block;"><font style="color: rgb(0, 0, 0);">To help travelers exercise and eat healthy while on the road, TripIt recommends these tips:</font><div><ul class="innerList defaultList" style="color: rgb(0, 0, 0);"><li><font style="color: rgb(0, 0, 0);">Carry healthy, portable snacks, like whole almonds or a banana to curb cravings<br/></font></li><li><font style="color: rgb(0, 0, 0);">When ordering from a menu, substitute an appetizer or small plate for the entree<br/></font></li><li><font style="color: rgb(0, 0, 0);">Opt to walk or take the stairs, instead of the people mover or escalator<br/></font></li><li><font style="color: rgb(0, 0, 0);">Aim to increase your steps with an activity tracker or app, and take the scenic route<br/></font></li><li><font style="color: rgb(0, 0, 0);">Ask the hotel concierge for a map of local running routes or trails<br/></font></li><li><font style="color: rgb(0, 0, 0);">Take advantage of hotels that loan guests workout gear, yoga mats or shoes<br/></font></li><li><font style="color: rgb(0, 0, 0);">Use the hotel room to do crunches, push-ups, and chair dips any hour of the day</font><br/></li></ul></div></div></div> </div> </div> <div class="u_1214282526 dmRespRow" style="text-align: center;" id="1214282526"> <div class="dmRespColsWrapper" id="1501397272"> <div class="u_1194009858 dmRespCol small-12 large-4 medium-4" id="1194009858"> <h3 class="u_1067157500 dmNewParagraph" id="1067157500" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div><span style="" class="lh-1 "><font style="color: rgb(9, 9, 9);"><span style="font-weight: 700;">Nasty Truth About the Dreaded Bedbug</span></font></span></div></h3> <div class="u_1998132193 dmNewParagraph" id="1998132193" style="transition: opacity 1s ease-in-out;"><div style="text-align: right;"><i style="color: rgb(125, 125, 125);">November 2010</i></div></div></div> <div class="u_1353454867 dmRespCol small-12 large-8 medium-8" id="1353454867"> <div class="u_1005671719 dmNewParagraph" id="1005671719" style="transition: opacity 1s ease-in-out; display: block;"><span style=""></span><div><span style="color: rgb(126, 126, 126);">This may be an unsavory subject for discussion, but it is important to check (even the at best hotels) for bed bugs, before you settle in for your stay. Make your own quick inspection for peace of mind. The National Pest Management Association provides a short video outlining the 'how to' for checking your room.&nbsp;&nbsp;</span></div><div></div></div> <div class="dmNewParagraph u_1641488472" id="1641488472"><i><a href="https://www.youtube.com/watch?v=uLgFhXq1oLI" runtime_url="https://www.youtube.com/watch?v=uLgFhXq1oLI" target="_blank" style="" class="font-size-16 lh-1">https://www.youtube.com/watch?v=uLgFhXq1oLI</a></i></div></div> </div> </div> <div class="u_1211648228 dmRespRow" style="text-align: center;" id="1211648228"> <div class="dmRespColsWrapper" id="1406928893"> <div class="dmRespCol small-12 medium-12 large-12" id="1945204644"> <span id="1251825567"></span> <h2 class="dmNewParagraph u_1617615321" id="1617615321" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div><font color="#383838"><span style="font-weight: 500;"><i>The Best Time to Book a Flight for Domestic, International, and Summer Travel 2024</i></span></font></div><font></font></h2> <div class="u_1451903583 dmDividerWrapper clearfix hasFullWidth" id="1451903583" layout="divider-style-1" data-element-type="dDividerId" data-widget-version="2"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1719382191"/></div> <div class="u_1770830969 dmNewParagraph" id="1770830969" style="transition: opacity 1s ease-in-out 0s; display: block; text-align: center;" data-version="5"><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="display: initial; font-weight: 700; color: rgb(56, 56, 56); font-style: italic;">When</span><span class="" style="display: initial; font-weight: bold; color: rgb(56, 56, 56); font-style: italic;"> <span style="display: initial; font-weight: bold; color: rgb(56, 56, 56); font-style: italic;">to Book Flights for Domestic Travel</span></span><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="display: initial; color: rgb(56, 56, 56);">'On Average, the best time to purchase plane tickets for a domestic trip is between 164 and 46 days before your departure. But the sweet spot is 28 days before your domestic flight. '</span></p><p class="text-align-center"><span style="display: initial; color: rgb(56, 56, 56);"><br/></span></p><p class="text-align-center"><span style="display: initial; font-style: italic; font-weight: bold; color: rgb(56, 56, 56);">When to Book Flights for International Travel</span></p><p style="line-height: 1.75rem;"><span style="display: initial; color: rgb(56, 56, 56);">'Overall, you're better off booking earlier rather than later for international travel &mdash; ideally no more than four months before your desired flights, with a sweet spot around 60 days. &quot;This is a big change from 2022 data, which showed the cheapest fares were secured when travelers booked four to six months out. 2023 data revealed that people who booked that far in advance actually paid more on average,&quot; -</span><span style="display: initial; color: rgb(56, 56, 56); font-style: italic;">Christie Hudson</span><span style="display: initial; color: rgb(56, 56, 56);">.</span></p><p style="line-height: 1.75rem;"><span style="display: initial;">But there is some regional variance.&nbsp; But do note that they're vast ranges, which goes to show how difficult it is to predict airfare these days.</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Canada:&nbsp;</span><span style="display: initial;">3 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Mexico</span><span style="display: initial;">: 1.5 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">The Caribbean:</span><span style="display: initial;">&nbsp;2 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Central America:&nbsp;</span><span style="display: initial;">3 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">South America:</span><span style="display: initial;">&nbsp;2.5 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Europe:</span><span style="display: initial;">&nbsp;1.5 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Africa:</span><span style="display: initial;">&nbsp;2.5 to 10 2 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Oceania/South Pacific:</span><span style="display: initial;">&nbsp;1.5 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Asia:</span><span style="display: initial;">&nbsp;4.5 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial; font-weight: 600;">Middle East:</span><span style="display: initial;">&nbsp;2.5 to 10 months before departure</span></p><p style="line-height: 1.75rem;"><span style="display: initial;">As you can see, booking in advance is always ideal. But the real trick to finding good deals on international airfare is to avoid peak travel times, which include summer and major holidays (don't forget &mdash; that includes holidays in your destination, too).'</span></p><p class="text-align-center"><span style="display: initial; color: rgb(56, 56, 56);">.'</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center" style="direction: ltr;"><span class="" style="display: initial; font-style: italic;"><span style="display: initial; font-style: italic;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span style="display: initial; font-style: italic; color: rgb(234, 201, 50);">&nbsp;</span><span class="" style="display: initial; font-style: italic; color: rgb(0, 0, 0);"> <span style="display: initial; font-style: italic; color: rgb(0, 0, 0);">https://www.travelandleisure.com/travel-tips/when-to-book-flights-for-cheapest-airfare</span></span></p></div></div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1302647035"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1134160375 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1134160375"> <div class="dmRespColsWrapper" id="1963965038"> <div class="dmRespCol small-12 medium-12 large-12" id="1094010135"> <h3 class="u_1934881327 dmNewParagraph" data-element-type="paragraph" id="1934881327" style="transition: opacity 1s ease-in-out;"><div><font style="color: rgb(7, 2, 30);"><b>LEAVE US A REVIEW</b></font></div></h3> <div class="u_1232744263 dmDividerWrapper clearfix" data-element-type="dDividerId" id="1232744263" layout="divider-style-1" data-widget-version="2"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1967507507"/></div> <div class="u_1385179392 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1385179392" data-anim-desktop="bounceIn"> <a href="https://search.google.com/local/writereview?placeid=ChIJb6345sOvxokRW9pUgq_wSTw" id="1328808485" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/85a5a4ce/dms3rep/multi/opt/google-review-1920w.png" id="1731318197" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/google-review.png" alt="Review Teletravel on Google" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1211960316 dmRespRow" style="text-align: center;" id="1211960316"> <div class="dmRespColsWrapper" id="1495938342"> <div class="dmRespCol small-12 medium-12 large-12 content-removed" id="1295742198"> <span id="1823055074"></span> </div> </div> </div> <div class="u_1949319180 dmRespRow fullBleedChanged" style="text-align: center;" id="1949319180"> <div class="dmRespColsWrapper" id="1505224426"> <div class="u_1768905314 dmRespCol small-12 medium-3 large-3 hide-for-small" id="1768905314"> <span id="1897701517"></span> <div class="u_1519463982 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1519463982"> <a href="/" id="1466773436"><img src="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" id="1859759918" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" alt="Teletravel Corporate Logo" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1370089274 dmRespCol small-12 medium-3 large-3" id="1370089274"> <span id="1366091635"></span> <a class="u_1820234140 default hide-for-large hide-for-medium dmCall voipReplacement dmWidget dmNoMark dmWwr" href="tel:2156412320" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToCall', 'Call',null,'85a5a4ce', this);" id="1820234140" dmle_extension="clicktocall" data-element-type="clicktocall" wr="true" data-display-type="block" localization_key_description="templates.custom.478" icon="true" surround="true" description="CALL NOW" adwords="" icon-name="icon-phone" phone="2156412320" text="" image=""> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-phone"></span> </span> <span class="text">CALL NOW</span> </a> <h4 class="u_1851864997 dmNewParagraph" id="1851864997" data-element-type="paragraph"><div style="text-align: center;"><font style="color: rgb(51, 51, 51);"><span style="font-weight: 700; background-color: rgba(0, 0, 0, 0);">ADDRESS</span></font></div></h4> <div class="u_1509512277 dmNewParagraph" id="1509512277" style="transition: opacity 1s ease-in-out;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsIn1d" data-diy-text="">556 W Boot Rd, West Chester, PA 19380, United States</div></div> <div class="u_1484345484 dmRespCol small-12 large-3 medium-3" id="1484345484"> <span id="1042514592" class="u_1042514592"></span> <h4 class="u_1400550436 dmNewParagraph" id="1400550436" style="display: block;" data-element-type="paragraph"><div style="text-align: center;"><font style="color: rgb(51, 51, 51);"><span style="background-color: rgba(0, 0, 0, 0); font-weight: 700;">PHONE</span></font></div></h4> <div class="u_1117900343 dmNewParagraph" id="1117900343" style="transition: opacity 1s ease-in-out;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLm1haW4gb2ZmaWNlIn1d" data-diy-text="">(215) 641-2320</div></div> <div class="u_1494420528 dmRespCol small-12 large-3 medium-3" id="1494420528"> <span id="1745115924" class="u_1745115924"></span> <h4 class="u_1839200812 dmNewParagraph" id="1839200812" style="display: block;" data-element-type="paragraph"><div style="text-align: center;"><font style=""><span style="background-color: rgba(0, 0, 0, 0);"><font style="color:rgb(51, 51, 51);font-family:inherit;"><span style="font-weight: 700;">EMAIL</span></font></span></font></div></h4> <div class="u_1518001958 dmNewParagraph" id="1518001958" style="transition: opacity 1s ease-in-out;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLjE5NjU4ODEwNjUifV0=" data-diy-text="">service@teletravel.net</div></div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4929"; var build = "2024-11-14T13_48_58"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-14T13_48_58"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script type="text/javascript"> window.popups = [{"title":"Speak with Sales","url":"/contact-us","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"513","previousAnimation":"bounce","overlayColor":"rgba(143, 149, 162, 0.5)","height":"640","animation":"none"},"name":"contact-us"}]</script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4929'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4929'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/4929/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4929/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { var campaign = (/utm_campaign=([^&]*)/).exec(window.location.search); if (campaign && campaign != null && campaign.length > 1) { campaign = campaign[1]; document.cookie = "_dm_rt_campaign=" + campaign + ";expires=" + new Date().getTime() + 24*60*60*1000 + ";domain=" + window.location.hostname + ";path=/"; } }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-108249039-1"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = '85a5a4ce'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'UA-108249039-1'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'UA-108249039-1', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['teletravel.net'] } }); _dm_gaq.pushEvent('UA-108249039-1', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '85a5a4ce' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: 85a5a4ce --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10