function ropic() {
number = Math.floor(Math.random()*6)
if (number==0)
document.write('<img src="images/main_image_2012_01.jpg" alt="Cheer Authority" width="800" height="400" border="0"><h1>National titles are always within reach at Cheer Authority!</h1>')
if (number==1)
document.write('<img src="images/main_image_2012_02.jpg" alt="Cheer Authority" width="800" height="400" border="0"><h1>Our cheerleaders train with the finest instructors in West Alabama!</h1>')
if (number==2)
document.write('<img src="images/main_image_2012_03.jpg" alt="Cheer Authority" width="800" height="400" border="0"><h1>We offer a fun environment for cheerleaders to train and excel!</h1>')
if (number==3)
document.write('<img src="images/main_image_2012_04.jpg" alt="Cheer Authority" width="800" height="400" border="0"><h1>At CHEER AUTHORITY, being a Wizard means becoming a champion.</h1>')
if (number==4)
document.write('<img src="images/main_facilities_new.jpg" alt="Cheer Authority" width="800" height="250" border="0"><h1><a href="facilities.html" style="color:#ffffff;text-decoration:none;">Check out all of the features of the new Cheer Authority facility!</a></h1>')
if (number==5)
document.write('<img src="images/main_image_2012_01.jpg" alt="Cheer Authority" width="800" height="400" border="0"><h1><a href="photos.html" style="color:#ffffff;text-decoration:none;">See our photo gallery for more photos from training and competition!</a></h1>')
}
