

// The array of questions, answers, options, and explanations

var killers = new Array(

"If you book a direct flight there will be no scheduled stops enroute to your destination.$$True%%False",

"Buying travel insurance from a tour operator or cruise line protects you if that company files for bankruptcy.$$True%%False",

"An override is bonus compensation paid to a travel agency by an airline, cruise line, or other travel company.$$True%%False",

"If a hurricane causes your cruise line to skip your favorite port, you're not entitled to compensation.$$True%%False",

"If your flight is cancelled due to an airline strike, the airline must provide you with hotel accommodations.$$True%%False",

"Rates at competing car-rental companies are pretty much the same in a given city.$$True%%False",

"You don't have to be 62 or over to take advantage of senior travel discounts.$$True%%False",

"Some airlines now charge a fee for paper tickets.$$True%%False",

"The Internet always provides the lowest airfares.$$True%%False",

"You can earn enough frequent-flyer miles for a free trip from buying groceries.$$True%%False"

);

var answers = new Array('b','b','a','a','b','b','a','a','b','a');


var words = new Array('','','','','','','','','','');
