var ___TRIP_PLANNER_LOADED_STATUS = false;

var TripPlanner = new Object();

var TripPlannerParams = new Object();
TripPlannerParams.f = '';
TripPlannerParams.ft = 'city';
TripPlannerParams.t = '';
TripPlannerParams.tt = 'airport';
TripPlannerParams.geo = 'true';
TripPlannerParams.maps = 'true';

var WhiteLabelProfile = new Object();
WhiteLabelProfile.profileId = 'travelfusion_uk';
WhiteLabelProfile.rootPath = '/cheap';
WhiteLabelProfile.tripPlannerPage = '?q';
WhiteLabelProfile.dropInPage = 'redirect.jsp';
WhiteLabelProfile.currency = 'GBP';
WhiteLabelProfile.locale = 'en';
WhiteLabelProfile.countryCode = 'uk'; // travelguide is only for UK website for now.

var Msg = new Object();

var CurrenciesMap = new Object();
var currency = new Object();
currency.tier1 = true;
currency.code = 'GBP';
currency.name = 'British Pound';
currency.usdRate = 0.6677;
CurrenciesMap['GBP'] = currency;
