<!--
function record() {
};
record = new record();
number = 0;
record[number++] = "Did you know that in many Asian airports passengers are being screened for SARS symptoms before boarding?"
record[number++] = "Did you know that Singapore and Hong Kong use thermal imaging technology to ensure that people with SARS symptoms do not board an aircraft?"
record[number++] = "Did you know that many airlines have replaced hot towel service with alcohol-based refreshing tissues to protect passengers against SARS?"
record[number++] = "Did you know that the air in an aircraft completely changes every 3 to 5 minutes to filter particles in the air to prevent SARS?"
record[number++] = "Did you know that simple good hygiene is your best defense against germs and viruses - even SARS?"
record[number++] = "Did you know that taxis in Singapore are disinfected after each shift and drivers are being asked to ventilate their interiors after each passenger to prevent SARS?"
record[number++] = "Did you know that Lufthansa losted 55 million euro ($63 million) per week due to SARS and the weak economic situation?"
record[number++] = "Did you know that researches have found that ferrets and cats can be infected with the virus that causes SARS?"
record[number++] = "Did you know that there was a special TV channel in Singapore dedicated entirely to SARS and which operated 12 hours a day?"
record[number++] = "Did you know that the SARS virus can suddenly change?"
record[number++] = "Did you know that a British scientist discovered that SARS might be from outer space?"
record[number++] = "Did you know that Chinese scientists discovered that SARS can live up to 15 days outside the human body?"
record[number++] = "Did you know that physicists, psychologists and mathematicians are working on creating mathematical models on how SARS spread?"
record[number++] = "Did you know that WHO (World Health Organization) has the right to intervene even when countries refuse to admit they are facing a health crisis?"
increment = Math.floor(Math.random() * number);
document.write("<div class=\"col3box-header\">Off the Record</div>");
document.write("<div class=\"col3box\">");
document.write(record[increment]);
document.write("</div>");
//-->