var quotes=new Array()



quotes[0]='<font face="verdana,arial,helvetica" size="-3">The very concept of technology arises in a context of intellecual activities which would be quite impossible unless the mind had access to technology to shape its own thinking processes.  &#151; <i>Technology outside us and inside us</i></font>'



quotes[1]='<font face="verdana,arial,helvetica" size="-3">The sequential processing and spatializing of the word, initiated by writing and raised to new order of intensity by print, is further intensified by the computer, which maximizes commitment of the word to space and to (electronic) local motion and optimizes analytic sequentiality by making it virtually instantaneous.  &#151; <i>Orality and Literacy: The Technologizing of the Word</i></font>'



var whichquote=Math.floor(Math.random()*(quotes.length))

document.write(quotes[whichquote])

