<!--
function image() { };  
  image = new image(); 
  number = 0;  
  // imageArray 
  image[number++] = "Inside every sophisticated grownup adult is a little kid just dying to get out." 
  image[number++] = "If you can dream it, you can do it. Always remember that this whole thing was started with a dream and a mouse." 
  image[number++] = "I\'ve never believed in doing sequels. I didn\'t want to waste the time I have doing a sequel; I\'d rather be using that time doing something new and different." 
  image[number++] = "I\'ve always maintained that you can\'t just coast, if you do, you go backwards. It\'s just a slow way of liquidating... Let\'s do anything to get some action, you see?" 
  image[number++] = "I try to build a full personality for each of our cartoon characters - to make them personalities." 
  image[number++] = "I suppose my formula might be: dream, diversify and never miss an angle." 
  image[number++] = "I only hope that we don\'t lose sight of one thing - that it was all started by a mouse." 
  image[number++] = "I never called my work an art, It\'s part of show business, the business of building entertainment." 
  image[number++] = "I have no use for people who throw their weight around as celebrities, or for those who fawn over you just because you are famous." 
  image[number++] = "I have been up against tough competition all my life. I wouldn\'t know how to get along without it." 
  image[number++] = "I have a great love of animals and laughter." 
  image[number++] = "I happen to be a kind of inquisitive guy and when I see things I don\'t like, I start thinking why do they have to be like this and how can I improve them?" 
  image[number++] = "I don\'t pose as an authority on anything at all, I follow the opinions of the ordinary people I meet, and I take pride in the close-knit teamwork within my organization." 
  image[number++] = "I don\'t make films for children. I make films that children aren\'t embarrassed to take their parents to." 
  image[number++] = "I don\'t like formal gardens. I like wild nature. It\'s just the wilderness instinct in me, I guess." 
  image[number++] = "I do not like to repeat successes, I like to go on to other things." 
  image[number++] = "I am not influenced by the techniques or fashions of any other motion picture company." 
  image[number++] = "Girls bored me - they still do. I love Mickey Mouse more than any woman I\'ve ever known." 
  image[number++] = "Get a good idea and stay with it. Do it, and work at it until it\'s done right." 
  image[number++] = "For every laugh, there should be a tear." 
  image[number++] = "Fantasy, when properly done in the one medium best adapted to its nature, need never stale for the family taste." 
  image[number++] = "Everyone needs deadlines. Even the beavers. They loaf around all summer, but when they are faced with the winter deadline, they work like fury. If we didn\'t have deadlines, we\'d stagnate." 
  image[number++] = "Disneyland is a work of love. We didn\'t go into Disneyland just with the idea of making money." 
  image[number++] = "Comedy is fine, but if a story has \'heart\', the audience is apt to remember it longer." 
  image[number++] = "Animation can explain whatever the mind of man can conceive." 
  image[number++] = "All right. I\'m corny. But I think there\'s just about a-hundred-and-forty-million people in this country that are just as corny as I am." 
  image[number++] = "All our dreams can come true - if we have the courage to pursue them." 
  image[number++] = "All cartoon characters and fables must be exaggeration, caricatures. It is the very nature of fantasy and fable." 
  image[number++] = "Actually, if you could see close in my eyes, the American flag is waving in both of them and up my spine is growing this red, white and blue stripe." 
  image[number++] = "A man should never neglect his family for business." 
  image[number++] = "A good ending is vital to a picture, the single most important element, because it is what the audience takes with them out of the theater." 

  increment = Math.floor(Math.random() * number);  document.write(image[increment]);  
-->