<!-- Begin
var theImages = new Array()
theImages[0] = '<img src="images/home_hero1.jpg" border="0" alt="Myotherapy College of Utah Photo" />';
theImages[1] = '<img src="images/home_hero2.jpg" border="0" alt="Myotherapy College of Utah Photo" />';
theImages[2] = '<img src="images/home_hero3.jpg" border="0" alt="Myotherapy College of Utah Photo" />';


// do not edit anything below this line
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write(''+theImages[whichImage]+'');
}
//  End -->
