<!--
var core = 0
var currentdate = 0

function QuoteArray() {
}

q = new QuoteArray();
a = new QuoteArray();

n = 0;
x = 0;
q[n++] = "Can the magic of flight ever be carried by words? I think not."
a[x++] = "Michael Parfit, <u>Smithsonian</u> magazine, May 2000"
q[n++] = "You haven't seen a tree until you've seen its shadow from the sky."
a[x++] = "Amelia Earhart"
q[n++] = "When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."
a[x++] = "Leonardo da Vinci"
q[n++] = "The exhilaration of flying is too keen, the pleasure too great, for it to be neglected as a sport."
a[x++] = "Orville Wright"
q[n++] = "My airplane is quiet, and for a moment still an alien, still a stranger to the ground, I am home."
a[x++] = "Richard Bach, <u>Stranger to the Ground</u>, 1963"
q[n++] = "We can lift ourselves out of ignorance, we can find ourselves as creatures of excellence and intelligence and skill. We can be free! We can learn to fly!"
a[x++] = "Richard Bach, <u>Jonathan Livingston Seagull</u>, 1970"
q[n++] = "Science, freedom, beauty, adventure: what more could you ask of life?"
a[x++] = "Charles A. Lindbergh, <u>The Spirit of St. Louis</u>"
q[n++] = "I fly because it releases my mind from the tyranny of petty things…"
a[x++] = "Antoine de Saint-Exupéry"
q[n++] = "Nobody who has not been up in the sky on a glorious morning can possibly imagine the way a pilot feels in free heaven."
a[x++] = "William T. Piper, president of Piper Aircraft Corporation"
q[n++] = "As soon as we left the ground I knew I myself had to fly!"
a[x++] = "Amelia Earhart, after her first flight in an airplane, a ten minute sight-seeing trip over Los Angeles, 1920"
q[n++] = "There is no excuse for an airplane unless it will fly fast!"
a[x++] = "Roscoe Turner, early racing aviator"
q[n++] = "The engine is the heart of an aeroplane, but the pilot is its soul."
a[x++] = "Sir Walter Raleigh"
q[n++] = "This plane may remind you of some things you used to know: that life is in the moment, joy matters more than money, the world is a beautiful place, and that dreams really, truly are possible." 
a[x++] = "Lane Wallace, 'Eyes of a Child,' <u>Flying</u>, Feb. 2000"
q[n++] = "To most people, the sky is the limit. To those who love aviation, the sky is home."
a[x++] = "Anonymous"
q[n++] = "We who fly do so for the love of flying. We are alive in the air with this miracle that lies in our hands and beneath our feet."
a[x++] = "Cecil Day Lewis"
q[n++] = "Up here with the song of the engine and the air whispering on my face as the sunlight and shadows play upon the banking, wheeling wings, I am completely, vibrantly alive."
a[x++] = "Stephen Coonts, 'FLY! A Colorado Sunrise, A Stearman, and A Vision'"
q[n++] = "With the stick in my right hand, the throttle in my left, and the rudder beneath my feet, I can savor that essence from which life is made."
a[x++] = "Stephen Coonts, 'FLY! A Colorado Sunrise, A Stearman, and A Vision'"
q[n++] = "I live for that exhilarating moment when I'm in an airplane rushing down the runway and pull on the stick and feel lift under its wings.  You have left the world beneath you. You are inside the sky."
a[x++] = "Gordon 'Gordo' Cooper, <u>Leap of Faith</u>, 2000"
q[n++] = "Caution: Cape does not enable user to fly."
a[x++] = "Batman costume warning label, Wal-Mart, 1995"
q[n++] = "Man's mind and spirit grow with the space in which they are allowed to operate."
a[x++] = "Krafft A. Ehricke, rocket pioneer"
q[n++] = "Flying is a lot like playing a musical instrument; you're doing so many things and thinking of so many other things, all at the same time. It becomes a spiritual experience."
a[x++] = "Dusty McTavish"
q[n++] = "Flying is hypnotic and all pilots are willing victims to the spell."
a[x++] = "Ernest K. Gann, forward to <u>Island in the Sky</u>, 1944"
q[n++] = "For pilots sometimes see behind the curtain, behind the veil of gossamer velvet, and find the truth behind man, the force behind a universe."
a[x++] = "Richard Bach, <u>Biplane</u>, 1966"
q[n++] = "Here you are truly separate from the earth, at least for a little while, removed from the cares and concerns that occupy you on the ground." 
a[x++] = "Stephen Coonts, <u>The Cannibal Queen</u>"
q[n++] = "Aviation is proof, that given the will, we have the capacity to achieve the impossible."
a[x++] = "Eddie Rickenbacker"
q[n++] = "Why fly? Simple. I'm not happy unless there's some room between me and the ground."
a[x++] = "Richard Bach, <u>A Gift of Wings</u>, 1974"
q[n++] = "I have often said that the lure of flying is the lure of beauty. That the reasons flyers fly, whether they know it or not, is the aesthetic appeal of flying."
a[x++] = "Amelia Earhart"
q[n++] = "Flyers have a sense of adventures yet to come, instead of dimly recalling adventures of long ago as the only moments in which they truly lived."
a[x++] = "Richard Bach, <u>A Gift of Wings</u>, 1974"
q[n++] = "In our dreams we are able to fly...and that is a remembering of how we were meant to be."
a[x++] = "Madeleine L'Engle, 'Walking on Water: Reflections on Faith and Art'"
q[n++] = "Pilots track their lives by the number of hours in the air, as if any other kind of time isn't worth noting."
a[x++] = "Michael Parfit, 'The Corn was Two Feet Below the Wheels', <u>Smithsonian</u> Magazine, May 2000"
q[n++] = "The highest art form of all is a human being in control of himself and his airplane in flight, urging the spirit of a machine to match his own."
a[x++] = "Richard Bach, <u>A Gift of Wings</u>, 1974"
q[n++] = "Any pilot can describe the mechanics of flying. What it can do for the spirit of man is beyond description."
a[x++] = "Barry M. Goldwater, US senator"
q[n++] = "Pilots take no special joy in walking. Pilots like flying."
a[x++] = "Neil Armstrong"
q[n++] = "That's not flying, that's just falling with style!"
a[x++] = "Woody, regarding Buzz Lightyear, in the 1996 movie <u>Toy Story</u>"

if (x != n) {
	alert("Number of quotes does not match number of authors!")
}

index = Math.floor(Math.random() * n);
// index = 32;
// alert('Number of quotes = ' + (n-1) + '; Index = ' + index);

var thestart = '<p align="right" style="margin-top: 0; margin-bottom: 0">'
var thequote = q[index]
var theauthor = a[index]
var thebreak = '</p><p align="right" style="margin-top: 0; margin-bottom: 0"><i>-&nbsp;'
var theq = '"'
var theend = '</i></p>'

function ShowQuote() {
     document.write(thestart + theq + thequote + theq + thebreak + theauthor + theend)
}

function ShowAllQuotes() {
	var allstart = '<p align="left" style="margin-top: 0; margin-bottom: 0">'
	for (var i=0; i < n; i++) {
		document.write(allstart + theq + q[i] + theq + thebreak + a[i] + theend + '<p>')
	}
} 

//-->
