  var note = "";
  var div = "&nbsp; - &nbsp;<i>";
  var end = "</i>";
  var i = Math.round( 25 * Math.random() );

  var notes = new Array();
  var names = new Array();

  notes[0] = "Jalka pieni kiitää ilmojen halki.";
  names[0] = "J. Nyman";

  notes[1] = "If you only walk on sunny days, you will never reach your destination.";
  names[1] = "Buddhist monk";

  notes[2] = "Weak people invented guns to protect themselves.";
  names[2] = "T. Halme";

  notes[3] = "Seeing in once is better than hearing a hundred times.";
  names[3] = "unknown";

  notes[4] = "Where there is no tiger, lynx acts as the tiger.";
  names[4] = "unknown";

  notes[5] = "Unlearn what you have learned.";
  names[5] = "Yoda";

  notes[6] = "A sword cannot cut the flowing water, a glass of wine cannot relieve anxiety.";
  names[6] = "Yi Jing";

  notes[7] = "Tärkein matka, jonka ihminen voi tehdä, on mennä toista puolitiehen vastaan.";
  names[7] = "tuntematon";

  notes[8] = "Ei tyyni meri taitavaa merimiestä tee.";
  names[8] = "englantilainen sananparsi";

  notes[9] = "The great mistake is to anticipate the outcome of the engagement.";
  names[9] = "B. Lee";

  notes[10] = "Be true to yourself and you will never fall.";
  names[10] = "Beastie Boys";

  notes[11] = "Oppress the strong, help the weak.";
  names[11] = "Choi Hong Hi";

  notes[12] = "I would not serve a second master though I might be crucified a hundred times.";
  names[12] = "Chong Mong-Chu";

  notes[13] = "Respect your king, teacher and father equally.";
  names[13] = "chinese proverb";

  notes[14] = "The bigger they come, the harder they fall.";
  names[14] = "unknown";

  notes[15] = "Loyalty before all else - except honor.";
  names[15] = "unknown";

  notes[16] = "Tärkeintä ei ole voittaminen, vaan hyvä setti.";
  names[16] = "H. Sorsa";

  notes[17] = "Huonompi ei välttämättä ole huono - parempi ei välttämättä ole hyvä.";
  names[17] = "T. Häyrynen";

  notes[18] = "What's the use of being good to satisfy them all?";
  names[18] = "G. Graffin";

  notes[19] = "Kun kuulen, unohdan. Kun näen, muistan. Kun teen, ymmärrän.";
  names[19] = "Kunfutse";

  notes[20] = "Non taekwon-doe sed vitae discimus.";
  names[20] = "tuntematon";

  notes[21] = "Hän ei tiennyt että se oli mahdotonta, niinpä hän meni ja teki sen.";
  names[21] = "tuntematon";

  notes[22] = "Naura itsellesi, hymyile muille.";
  names[22] = "T. Lebushkin";

  notes[23] = "Suurin kunnia ei ole siinä, että välttyy aina kaatumasta, vaan siinä, että " +
              "nousee aina kaaduttuaan.";
  names[23] = "Kunfutse";

  notes[24] = "Yksi heistä.";
  names[24] = "T. Tailor";

  notes[25] = "Don't sit back and say 'Good enough'.";
  names[25] = "Beastie Boys";

  notes[26] = "A black belt is a white belt that never quit.";
  names[26] = "Team Scotland";

  note = notes[i] + div + names[i] + end;
