	  images = new Array(17);	  images[0] = "<img src='/uploads/images/rotating/photo1.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[1] = "<img src='/uploads/images/rotating/photo2.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[2] = "<img src='/uploads/images/rotating/photo3.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[3] = "<img src='/uploads/images/rotating/photo4.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[4] = "<img src='/uploads/images/rotating/photo5.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[5] = "<img src='/uploads/images/rotating/photo6.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[6] = "<img src='/uploads/images/rotating/photo7.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[7] = "<img src='/uploads/images/rotating/photo8.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[8] = "<img src='/uploads/images/rotating/photo9.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[9] = "<img src='/uploads/images/rotating/photo10.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[10] = "<img src='/uploads/images/rotating/photo11.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[11] = "<img src='/uploads/images/rotating/photo12.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[12] = "<img src='/uploads/images/rotating/photo13.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[13] = "<img src='/uploads/images/rotating/photo14.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[14] = "<img src='/uploads/images/rotating/photo15.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[15] = "<img src='/uploads/images/rotating/photo16.jpg' alt='Your Food Co-op' width='242' height='105'>";	  images[16] = "<img src='/uploads/images/rotating/photo17.jpg' alt='Your Food Co-op' width='242' height='105'>";	  index = Math.floor(Math.random() * images.length);	  document.write(images[index]);