<!--
function random_text()
{};
var random_text = new random_text();
var number = 0;
random_text[number++] = "<em><p>Or like a poet woo the Moon,</p><p>Riding an armchair for my steed,</p><p>And with a flashing pen harpoon</p><p>Terrific metaphors of speed.</p></em><br /><p>-Roy Campbell, 'The Festivals of Flight,' 1930.</p>"
random_text[number++] = "<em><p>Not long ago, when I was a student in college,</p><p>just flying an airplane seemed a dream.</p><p>But that dream turned into reality.</p></em><br /><p>— Charles A. Lindbergh, The Spirit of St. Louis, 1953</p>"
random_text[number++] = "<em><p>To most people, the sky is the limit.</p><p>To those who love aviation, the sky is home.</p></em><br /><p>-anonymous.</p>"
random_text[number++] = "<em><p>Science, freedom, beauty, adventure...</p><p>aviation offers it all.</p></em><br /><p>-Charles A. Lindbergh</p>"
random_text[number++] = "<em><p>The airplane has unveiled for us </p><p>the true face of the earth.</p></em><br /><p>-Antoine de Saint-Exupery</p>"
random_text[number++] = "<em><p>The engine is the heart of the airplane,</p><p>but the pilot is its soul.</p></em><br /><p>-Sir Walter Alexander Raleigh</p>"
var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);
-->