//<!-- Begin
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "<i>When choosing between two evils, I always like to try the one I've never tried before</i> [Mae West]"
quotes[2] = "<i>All that is necessary for the triumph of evil is for good men to do nothing</i> [Edmund Burke]"
quotes[3] = "<i>Hope is the worst of evils, for it prolongs the torment of man</i> [Friedrich Nietzsche]"
quotes[4] = "<i>Just stop to enjoy the glorious experience of misery</i> [Steven Sweeney]"
quotes[5] = "<i>We are each our own devil, and we make this world our hell</i> [Oscar Wilde]"
quotes[6] = "<i>He who does not punish evil commands it to be done</i> [Leonardo da Vinci]"
quotes[7] = "<i>It is extreme evil to depart from the company of the living before you die</i> [Seneca]"
quotes[8] = "<i>All that we are is the result of what we have thought. If a man speaks or acts with an evil thought, pain follows him, like a shadow that never leaves him</i> [Buddha]"
quotes[9] = "<i>The sun also shines on the wicked</i> [Seneca]"
quotes[0] = "<i>Revenge is impulsive and addictive, if we are not avenged we feel we've lost</i> [Steven Sweeney]"
var quote = quotes[rand1]
document.write(quote);
// End -->
