// original code by jovino
// (c) 2000 jovino
// all rights reserved


photoArray = new Array('abel','april_napolis','bgh','bobmoses','canada','community','dean','dean_rice','ej_workers','ibanez_wsw','jones','mlk','powell','racecrisis','racecrisis', 'regionalism', 'si_ej', 'tafari_rivera', 'wjw', 'wsw_chavez');

//pick one

var randomPhoto = photoArray[Math.floor(Math.random()*photoArray.length)];


//document.write('<img src="images/quotes/words/' + randomQuote + '_' + randomColor + '.gif" alt="[quote]" width="219" height="300" border="0" /><br />');
//document.write('<img src="images/quotes/photos/' + randomPhoto + '_' + '.jpg" alt="[image]" width="219" height="155" border="0" /><br />');


//document.write('<img src="images/quotes/photos/' + randomPhoto + '.jpg" alt="[image]" width="219" height="146" border="0" /><br />');
