<!--
function quote() {
};
quote = new quote();
number = 0;
quote[number++] = "<span class=\"quote\">&quot;We must not lower our vigilance or slacken our efforts to fight SARS.&quot;</span><br/>- Lee Hsien Loong, Singapore deputy Prime Minister"
quote[number++] = "<span class=\"quote\">&quot;The virus is so promiscuous that it is not unlikely to suppose that it is still out there, in different species.&quot;</span><br/>- Professor Albert Osterhaus, Erasmus Medical Centre"
quote[number++] = "<span class=\"quote\">&quot;It is vital that in this 'pause' between the next possible wave of SARS that robust public health systems are put into place and tested.&quot;</span><br/>- Dr. James Appleyard, World Medical Association"
quote[number++] = "<span class=\"quote\">&quot;We must continue our anti-SARS work just as diligently as we have so far.&quot;</span><br/>- Niu Youcheng, Beijing's Health Department"
quote[number++] = "<span class=\"quote\">&quot;I suggest the epidemic could have been started by a rat going into an apartment visited by the patient and being infected by contaminated material, such as used tissue paper, leftover food, or excreta.&quot;</span><br/>- Stephen Ng, epidemiologist"
quote[number++] = "<span class=\"quote\">&quot;Just because a drug kills the virus in a test tube does not mean it will kill the virus in patients.&quot;</span><br/>- Professor Robert Read, HPA expert advisory group on SARS"
quote[number++] = "<span class=\"quote\">&quot;I used to believe everything the government told me. But now, after SARS, I will weigh everything the government says very carefully, and I'll judge how much of it is true.&quot;</span><br/>- Chinese SARS victim"
quote[number++] = "<span class=\"quote\">&quot;SARS was a 'wake-up call' for Europe to get better prepared and to substantially enforce cooperation at an EU-level.&quot;</span><br/>- David Byrne, European Health Commission"
quote[number++] = "<span class=\"quote\">&quot;Having overcome the SARS epidemic, Chinese society is more mature and open.&quot;</span><br/>- Wu Yi, Chinese Vice Premier"
quote[number++] = "<span class=\"quote\">&quot;Scientists are very competitive but when you have a major crisis we have to work together for the good of everyone.&quot;</span><br/>- Dr. Steven Jones, scientist"
quote[number++] = "<span class=\"quote\">&quot;Scientists are competitive by nature - all of them want to become Nobel prize winners, published in international journals - but all of that was set aside.&quot;</span><br/>- Dr. Klaus Stuhr, World Health Organization"
quote[number++] = "<span class=\"quote\">&quot;The health system really was not prepared for this.&quot;</span><br/>- Dr. Donald Low, Mount Sinai Hospital, Toronto"
quote[number++] = "<span class=\"quote\">&quot;You only get one chance to eradicate something like this. Once it's established, you've got a real problem.&quot;</span><br/>- Dr. Adrian Mockett, vaccine specialist"
quote[number++] = "<span class=\"quote\">&quot;We really need to push forward and learn from this experience.&quot;</span><br/>- Tung Chee-Hwa, Hong Kong chief executive"
quote[number++] = "<span class=\"quote\">&quot;Unless you know what you're looking for, you've no tools to find it.&quot;</span><br/>- Mike Leahy, virologist"
quote[number++] = "<span class=\"quote\">&quot;We were dealing with something unknown... incredibly scary.&quot;</span><br/>- Julie Hall, World Health Organization"
quote[number++] = "<span class=\"quote\">&quot;Hong Kong had one of the hardest outbreaks to control.&quot;</span><br/>- David Heymann, World Health Organization"
quote[number++] = "<span class=\"quote\">&quot;To succeed in containing SARS in Singapore, everyone must cooperate and play his part.&quot;</span><br/>- Singapore Prime Minister Goh Chok Tong"
quote[number++] = "<span class=\"quote\">&quot;We must continue to maintain the highest vigilance. Let us fight SARS together, and protect ourselves.&quot;</span><br/>- Minister for home affairs Wong Kan Seng (Singapore)"
increment = Math.floor(Math.random() * number);
document.write("<div class=\"col3box-header\">QuoteWorthy</div>");
document.write("<div class=\"col3box\"><blockquote>");
document.write(quote[increment]);
document.write("</blockquote></div>");
//-->