<!--
// ********************************************************
// To Use this Script, simply change the quotes below 
// That's all there is; no code to change.
// NOTE: use a \ before any ' or " characters that inside
//       your quotes
// ********************************************************
var quote = new Array(
  // **************************************
  // Place Quotes Here, Separated by Commas
  // **************************************
"Every thought has a parallel action.",
"Why people disappear?",
"Have you thought about yourself lately?",
"Tra-la-la-la-la!",
"It is your attachment to objects which makes you blind and deaf.",
"Sleep is the brother of death.",
"A virtuous spouse is the best treasure any man can have.",
"One hour\'s teaching is better than a whole night of prayer.",
"Die before your death.",
"Good thoughts are a part of worship.",
"Every prayer has a sound and a physical form.",
"First you were mineral, then vegetable, then man. You will be an angel, and you will pass beyond that too.",
"What bread looks like depends upon whether you are hungry or not.",
"A great obstacle in the Path is fame.",
"The infinite universe lies beyond this world.",
"No colour comes after black.",
"1 + 1 = 3",
"What you don\'t know, you can\'t think about.",
"Life: Sometimes the man on the saddle, sometimes the saddle on the man.",
"Pick up a bee from kindness, and learn the limitations of kindness.",
"Better the demon which makes you improve than the angel who threatens.",
"If, from time to time, you give up expectation, you will be able to perceive what it is you are getting.",
"Knowledge is power, they say. But if only power were knowledge, that would be something worth thinking about.",
"Knowledge is something which you can use. Belief is something which uses you.",
"Sometimes a pessimist is only an optimist with extra information.",
"Talent is the presence of ability and absence of understanding about the source and operation of knowledge.",
"From time to time ponder whether you are unconsciously saying: \'Truth is what I happen to be thinking at this moment.\'",
"Doubt others and they will doubt you. Do not doubt them, and they may still doubt you.",
"Right time, right place, right people equals success. Wrong time, wrong place, wrong people equals most of the real human stories.",
"Why be happy? Why be sad?"
  // *********************************
  // !NOTE: No Comma after last Quote!
  // *********************************
);
  // *******************
  // Write the Quote Out
  // *******************
  document.write(quote[Math.floor(Math.random()*quote.length)]);
// -->


