images = new Array(9);images[0] = "<img src='/img/headerImg1.jpg' alt='Capistrano Valley Symphony'><br>";images[1] = "<img src='/img/headerImg2.jpg' alt='Capistrano Valley Symphony'><br>";images[2] = "<img src='/img/headerImg3.jpg' alt='Capistrano Valley Symphony'><br>";images[3] = "<img src='/img/headerImg4.jpg' alt='Capistrano Valley Symphony'><br>";images[4] = "<img src='/img/headerImg5.jpg' alt='Capistrano Valley Symphony'><br>";images[5] = "<img src='/img/headerImg6.jpg' alt='Capistrano Valley Symphony'><br>";images[6] = "<img src='/img/headerImg7.jpg' alt='Capistrano Valley Symphony'><br>";images[7] = "<img src='/img/headerImg8.jpg' alt='Capistrano Valley Symphony'><br>";images[8] = "<img src='/img/headerImg9.jpg' alt='Capistrano Valley Symphony'><br>";function getRandomImage() {	index = Math.floor(Math.random() * images.length);	document.write(images[index]);}images2 = new Array(9);images2[0] = "<img src='/img/header/2009-10/headerImg_home1.jpg' alt='Capistrano Valley Symphony'><br>";images2[1] = "<img src='/img/header/2009-10/headerImg_home2.jpg' alt='Capistrano Valley Symphony'><br>";images2[2] = "<img src='/img/header/2009-10/headerImg_home3.jpg' alt='Capistrano Valley Symphony'><br>";images2[3] = "<img src='/img/header/2009-10/headerImg_home4.jpg' alt='Capistrano Valley Symphony'><br>";images2[4] = "<img src='/img/header/2009-10/headerImg_home5.jpg' alt='Capistrano Valley Symphony'><br>";images2[5] = "<img src='/img/header/2009-10/headerImg_home6.jpg' alt='Capistrano Valley Symphony'><br>";images2[6] = "<img src='/img/header/2009-10/headerImg_home7.jpg' alt='Capistrano Valley Symphony'><br>";images2[7] = "<img src='/img/header/2009-10/headerImg_home8.jpg' alt='Capistrano Valley Symphony'><br>";images2[8] = "<img src='/img/header/2009-10/headerImg_home9.jpg' alt='Capistrano Valley Symphony'><br>";function getRandomImage2() {	index = Math.floor(Math.random() * images.length);	document.write(images2[index]);}