var ___TRIP_PLANNER_LOADED_STATUS = false;

var TripPlanner = new Object();

var TripPlannerParams = new Object();
TripPlannerParams.f = '';
TripPlannerParams.ft = 'city';
TripPlannerParams.t = '';
TripPlannerParams.tt = 'airport';

var WhiteLabelProfile = new Object();
WhiteLabelProfile.profileId = 'travelfusion_com';
WhiteLabelProfile.rootPath = '/cheap';
WhiteLabelProfile.tripPlannerPage = '?q';
WhiteLabelProfile.dropInPage = 'redirect.jsp';
WhiteLabelProfile.currency = 'GBP';
WhiteLabelProfile.locale = 'en';

