Please wait
.
.
.
We're finding the best fares for you
{{if EP.StateManager("SearchSplashScreenObj") && EP.StateManager("SearchSplashScreenObj")[0].CountryCode2 !== ""}}
{{each(i,item) EP.StateManager("SearchSplashScreenObj") }} {{var splittedLocation = item.Location2.split(",") }}
{{if splittedLocation.length > 1}}
{{html splittedLocation[0] }}
{{html splittedLocation[1] }}
{{else}}
{{html splittedLocation[0] }}
{{/if}}
{{/each}}
{{/if}}