function ropic() {
number = Math.floor(Math.random()*3)
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></a>')
}