// JavaScript Document

var photos=new Array()

photos[0]='<img src="images/rotator/p5.jpg" alt="graphic rotator" width="800" height="200">'
photos[1]='<img src="images/rotator/p1.jpg" alt="graphic rotator" width="800" height="200">'
photos[2]='<img src="images/rotator/p3.jpg" alt="graphic rotator" width="800" height="200">'
photos[3]='<img src="images/rotator/p4.jpg" alt="graphic rotator." width="800" height="200">'
photos[4]='<img src="images/rotator/p6.jpg" alt="graphic rotator" width="800" height="200">'
photos[5]='<img src="images/rotator/p7.jpg" alt="graphic rotator" width="800" height="200">'
photos[6]='<img src="images/rotator/p8.jpg" alt="graphic rotator" width="800" height="200">'
photos[7]='<img src="images/rotator/p2.jpg" alt="graphic rotator" width="800" height="200">'

var whichad=Math.floor(Math.random()*(photos.length))
document.write(photos[whichad])