var returnValue = true, images = ['<img src="http://www.centerforcaa.org/images/ccaa/img1.jpg" alt="its about teamwork" width="960" height="310" id="slideshow"/>', 
								  '<img src="http://www.centerforcaa.org/images/ccaa/img2.jpg" alt="its about taking a stand" width="960" height="310" id="slideshow"/>', 
								  '<img src="http://www.centerforcaa.org/images/ccaa/img3.jpg" alt="its about going the distance" width="960" height="310" id="slideshow"/>'], len = images.length;



if((len*2)%2 == 1){returnValue=false;}



function showQuote(){

if(returnValue==false)

{document.write('<img src="http://www.centerforcaa.org/images/ccaa/img1.jpg" alt="its about teamwork" width="960" height="310" id="slideshow"/>');return false;}

var rand = Math.floor(len*Math.random())

document.write(images[rand]);

}
