<!--

function quote() {};

quote = new quote();
number = 0;

quote[number++] = "<span class=\"quote\">&quot;On this first day of a new year, we join the world in feeling enormous sadness over a great human tragedy... The carnage is of a scale that defies comprehension.&quot;</span><br/>- US President George W. Bush"
quote[number++] = "<span class=\"quote\">&quot;This sort of human solidarity, along with the grace of God, gives hope for better days to come in the year that begins today.&quot;</span><br/>- The late Pope John Paul II"
quote[number++] = "<span class=\"quote\">&quot;Do your duties as well as possible, day and night. We have the obligation to save each and everyone.&quot;</span><br/>- Indonesian President Susilo Bambang Yudhoyono"
quote[number++] = "<span class=\"quote\">&quot;At first it seemed a terrible disaster, a terrible tragedy. But I think as the days have gone on, people have recognized it as a global catastrophe.&quot;</span><br/>- British Prime Minister Tony Blair"
quote[number++] = "<span class=\"quote\">&quot;People were screaming and kids were screaming all over the place, screaming 'help, help'. And after a few minutes you didn't hear the kids any more...&quot;</span><br/>- Czech model Petra Nemcova"
quote[number++] = "<span class=\"quote\">&quot;The water was up to our necks. We tried to run down the corridor but couldn't so we went to the reception of the hotel and there were people dead in there. I tried to resuscitate a Thai boy but he had been dead for a while by then. He was only about three. It was awful.&quot;</span><br/>- British survivors"
quote[number++] = "<span class=\"quote\">&quot;In all my years as a sailor, this was my most awful experience.&quot;</span><br/>- Ship captain M. S. L. Fernandes "
quote[number++] = "<span class=\"quote\">&quot;Strangely I felt no fear. Thank God, with the power I had left, I managed to go to higher ground and the water was only a meter high.&quot;</span><br/>- A resident of Indonesia"
quote[number++] = "<span class=\"quote\">&quot;We must look ahead to rehabilitation and putting communities back on their feet. It will be a long, long process, it will take years. We hope that the donors stay with this.&quot;</span><br/>- John Sparrow"
quote[number++] = "<span class=\"quote\">&quot;The indications are the disaster is going to be a lot worse than we have anticipated already. Aceh really is ground zero.&quot;</span><br/>- United Nations Children's Fund communications director John Budd"
quote[number++] = "<span class=\"quote\">&quot;I was yelling at them to run, but they couldn't hear me.&quot;</span><br/>- Swedish woman Karin Svaerd"
quote[number++] = "<span class=\"quote\">&quot;We are still alive. I'm happy I finally met someone from outside. Please let people know that we are still alive because people think the whole of Meulaboh has been destroyed and no one survived.&quot;</span><br/>- Army sergeant Lazuardi"
quote[number++] = "<span class=\"quote\">&quot;If the body is in a condition to be moved, we put it into the mass burial pit and if it's too decomposed, we pour diesel over it and burn it with debris from thatched huts. Usually the pyres have 20 to 30 bodies at one go.&quot;</span><br/>- South Indian resident Subash"
quote[number++] = "<span class=\"quote\">&quot;This is an unprecedented global catastrophe and it requires an unprecedented global response.&quot;</span><br/>- UN Secretary General Kofi Annan"
quote[number++] = "<span class=\"quote\">&quot;The children are still in shock. We looked death in the face.&quot;</span><br/>- Italian grandmother Maria Boscani"
quote[number++] = "<span class=\"quote\">&quot;Without my wife I don't want to live. But because of my child, I will.&quot;</span><br/>- A Sri Lankan"
quote[number++] = "<span class=\"quote\">&quot;I just want to help people.&quot;</span><br/>- Thai hotelier Khun Wan"
quote[number++] = "<span class=\"quote\">&quot;Everything was flattened. It was like a nuclear bomb had hit the place. I've seen bodies before but nothing like this. We lost count. The destruction was of biblical proportions.&quot;</span><br/>- British tourist Al Howard."
quote[number++] = "<span class=\"quote\">&quot;The water from the first wave disappeared, but then it came back with terrifying speed.&quot;</span><br/>- Skiing master Ingemar Stenmark"
quote[number++] = "<span class=\"quote\">&quot;In the end, we didn't even have any plasters left.&quot;</span><br/>- Dr. Manorie Talgaswatta, who was working at a district hospital in Sri Lanka."
quote[number++] = "<span class=\"quote\">&quot;There is a chance that we could have at least as many dying from communicable diseases as we had dying from the tsunami. &quot;</span><br/>- David Nabarro, World Health Organization"
quote[number++] = "<span class=\"quote\">&quot;It's the greatest and biggest aid effort in the world, a scale never tried before.&quot;</span><br/>- Michael Elmquist, a deputy to the head of the U.N.'s Office of Coordination of Humanitarian Affairs"

num = Math.floor(Math.random() * number);
document.write('<div class="window">');
document.write('<div class="winhead">Quick Quote</div>');
document.write('<div class="wincont">');
document.write(quote[num]);

document.write("</div></div>");

//-->

