var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.


quotes[0]='<img border="0" src="/mof/plan/js/1.jpg" width="185" height="285">'

quotes[1]='<img border="0" src="/mof/plan/js/2.jpg" width="185" height="285">'

quotes[2]='<img border="0" src="/mof/plan/js/3.jpg" width="185" height="285">'

quotes[3]='<img border="0" src="/mof/plan/js/4.jpg" width="185" height="285">'

quotes[4]='<img border="0" src="/mof/plan/js/5.jpg" width="185" height="285">'

quotes[5]='<img border="0" src="/mof/plan/js/6.jpg" width="185" height="285">'

quotes[6]='<img border="0" src="/mof/plan/js/7.jpg" width="185" height="285">'

quotes[7]='<img border="0" src="/mof/plan/js/8.jpg" width="185" height="285">'

quotes[8]='<img border="0" src="/mof/plan/js/9.jpg" width="185" height="285">'

quotes[9]='<img border="0" src="/mof/plan/js/10.jpg" width="185" height="285">'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
