//random quote script


quote_text = new Array();
quote_text[0] = "Do not dwell in the past, do not dream of the future, concentrate the mind on the <span class=highlight>present</span> moment.<br>- Buddha";
quote_text[1] = "An insincere and evil friend is more to be <span CLASS=highlight>feared</span> than a wild beast; a wild beast may wound your body, but an evil friend will wound your mind.<br>- Buddha";
quote_text[2] = "Every form of addiction is bad, no matter whether the narcotic be alcohol or morphine or <span class=highlight>idealism.</span><br>- Carl Gustav Jung";
quote_text[3] = "The advertisement is the most <span class=highlight>truthful</span> part of a newspaper.<br>- Thomas Jefferson";
quote_text[4] = "Now and then it's good to pause in our pursuit of <span class=highlight>happiness</span> and just be happy.<br>- Guillaume Apollinaire";
quote_text[5] = "Whoever thinks more deeply knows that he is always <span class=highlight>wrong</span>, whatever his acts and judgments.<br>- Nietzsche";
quote_text[6] = "I believe only what I know. Everything else is <span class=highlight>hypothesis</span> and beyond that I can leave a lot of things to the Unknown. They do not bother me. But they would begin to bother me, I am sure, if I felt that I ought to know about them. <br>- Carl Gustav Jung";
quote_text[7] = "There is not enough love and kindness in the world to permit us to give any of it away to  <span class=highlight>imaginary</span> beings.<br>- Nietzsche";
quote_text[8] = "There comes a time when every man feels the urge to spit on his hands, hoist the black flag, and start <span class=highlight>slitting</span> throats.<br>- H.L. Mencken";
quote_text[9] = "<span class=highlight>A criminal</span> men say, meaning someone who has done something others have forbidden him to do.<br>- Hermann Hesse";
var numb = 9; 
var doit = quote_text[Math.round(Math.random()*numb)];
document.write(""+doit+"");