var quotes=new Array()

quotes[0]='<font color="red">where you e<font size=+4>X</font>ist</font><p><font color="white"><font size=-1><i>in these events</i></font>'

quotes[1]='<font color="orange"><font size=+4>Y</font>ou space</font><p><font color="white"><font size=-1><i>what to do</i></font>'

quotes[2]='<font color="blue">self<br><font size=+4>M</font>ind</font><p><font color="white"><font size=-1><i>what you are thinking</i></font>'

quotes[3]='<font color="indigo">group mind<br><font size=+4>O</font>h!</font><p><font color="white"><font size=-1><i>what your people are thinking</i></font>'

quotes[4]='<font color="yellow"><font size=+4>N</font>ow time</font><font color="white"><p><font size=-1><i>when you need to implement</i></font>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

