var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0000]='Vpwouef4NoeUns'
quotes[0001]='CpyohQ2Py39dn9'
quotes[0002]='ZpBZyFG8LNvqnc'
quotes[0003]='LptuBT52CTdxni'
quotes[0005]='rpDcxY3PcA8QnK'
quotes[0005]='yp7mdJdoi7Dnn4'
quotes[0006]='ZpGmfDZ2yYqYnE'
quotes[0007]='ApteYmceWqLxnx'
quotes[0008]='ZpNMUWncYkLnie' 
quotes[0009]='VpNzoyqALMvznu' 
quotes[0010]='jpNqDuECyRASnG' 

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])


