var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='There are many causes that I am prepared to die for, <br> but no causes that I am prepared to kill for.<br>  <i>-Mahatma Gandhi</i>'

quotes[1]='What difference does it make to the dead,<br>the orphans, and the homeless, whether the<br> mad destruction is wrought under the name<br>of totalitarianism or the holy name of<br>liberty and democracy? <br> <i>-Mahatma Gandhi</i>'

quotes[2]='An eye for an eye makes the whole world blind.<br>  <i>-Mahatma Gandhi</i>'

                                                                                              
quotes[3]='You must be the change you want to see in the world.<br> <i>-Mahatma Gandhi</i>'

                                                                                                
quotes[4]='If you are a minority of one,<br> the truth is the truth.<br>  <i>-Mahatma Gandhi</i>'
                                                                                                

quotes[5]='They may torture my body, break my bones,<br> even kill me, then they will have my dead body.<br>NOT MY OBEDIENCE! <br> <i>-Mahatma Gandhi</i>'
                                                                                                 

quotes[6]='You do not think we are just going to walk out of India? <br> Yes. In the end, you will walk out.<br>Because 100,000 Englishmen simply cannot control<br>350 million Indians, if those Indians refuse to cooperate.<br><i>-Mahatma Gandhi</i>'
                                                                                                   

quotes[7]='Strength does not come from physical capacity.<br> It comes from an indomitable will.<br> <i>-Mahatma Gandhi</i>'
     
                                                           

quotes[8]='Freedom is not worth having if it does not <br> include the freedom to make mistakes. <br> <i>-Mahatma Gandhi</i>'
                                                                  
               

quotes[9]='What difference does it make to the dead,<br>the orphans, and the homeless, whether the<br> mad destruction is wrought under the name<br> of totalitarianism or the holy name of<br>liberty and democracy?<br> <i>-Mahatma Gandhi</i>'
            

quotes[10]='When I despair, I remember that all through<br>history the way of truth and love has always won.<br>There have been tyrants and murderers and for<br>a time they seem invincible, but in the end,<br>they always fall — think of it, always.<br> <i>-Mahatma Gandhi</i>'

                                                                       

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])