images = new Array(3);

	images[0] = "<a href = 'http://geotripper.blogspot.com/'><img src='images/home_randomjs/hayes2.jpg' alt='Garry Hayes'></a><br /> <span class='sect3picture-caption'><a href = 'http://geotripper.blogspot.com/'>Professor Hayes' blog</a> about his<br /> &nbsp;favorite subject -  geology.</span><br />" ;
	
	images[1] = "<a href = 'http://www.mjc.edu/prospective/programs/sme/events/kbss.html'><img src='images/home_randomjs/sciencec.jpg' alt='Science Colloquim'></a><br /> <span class='sect3picture-caption'>Free admission to attend MJC's<br /> &nbsp; <a href = 'http://www.mjc.edu//prospective/programs/sme/events/kbss.html'>Science Colloquium</a>.</span><br />" ;
	
	images[2] = "<a href = '/prospective/testimonials/professors/index.html'><img src='images/home_randomjs/kwei-yu.jpg' alt='Kwei-Yu Chu'></a><br /> <span class='sect3picture-caption'><a href = '/prospective/testimonials/professors/index.html'>See</a> what MJC professors have to say<br /> &nbsp; about their favorite subjects.</span><br />" ;

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
//done
