var random_number = Math.random();
if (random_number < .12)
   {
   document.write('Few people can see genius in someone who has offended them');
   }
else if (random_number < .24)
   {
   document.write('Always be nice to your children because they are the ones who will choose your rest home');
   }     
else if (random_number < .36)
   {
   document.write('Be careful that victories do not carry the seed of future defeats');
   }
else if (random_number < .48)
   {
   document.write('Dreams alone are not enough to make your belly full');
   } 
else if (random_number < .60)
   {
   document.write('The Argument from Intimidation is a confession of intellectual impotence');
   } 
else if (random_number < .72)
   {
   document.write('What can you say about a society that says that God is dead and Elvis is alive?');
   } 
else if (random_number < .85)
   {
   document.write('The ancient Greek definition of happiness was the full use of your powers along lines of excellence');
   }        
else 
   {
   document.write('Determine never to be idle...It is wonderful how much may be done if we are always doing');
   }