function ropic() {
number = Math.floor(Math.random()*5)
if (number==0)
document.write('<img src="images/main_image_1.jpg" alt="Cheer Authority" width="800" height="250" border="0"><h1>National titles are always within reach at Cheer Authority!</h1>')
if (number==1)
document.write('<img src="images/main_image_2.jpg" alt="Cheer Authority" width="800" height="250" border="0"><h1>Our cheerleaders train with the finest instructors in West Alabama!</h1>')
if (number==2)
document.write('<img src="images/main_image_3.jpg" alt="Cheer Authority" width="800" height="250" 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_2010_01.jpg" alt="Cheer Authority" width="800" height="250" border="0"><h1><a href="stuntclinic.html" style="color:#ffffff;text-decoration:none;">Stunt Clinic for high school juniors, seniors and college cheerleaders on June 13!</a></h1>')
if (number==4)
document.write('<img src="images/main_image_2010_02.jpg" alt="Cheer Authority" width="800" height="250" border="0"><h1><a href="classes.html" style="color:#ffffff;text-decoration:none;">New Summer 2010 Class Schedule is now available!</a></h1>')
}