// JavaScript Document

var photos=new Array()

photos[0]='<a href="whatif1.html"><img src="images/whatif/whatif1.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[1]='<a href="whatif2.html"><img src="images/whatif/whatif2.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[2]='<a href="whatif3.html"><img src="images/whatif/whatif3.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[3]='<a href="whatif4.html"><img src="images/whatif/whatif4.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[4]='<a href="whatif5.html"><img src="images/whatif/whatif5.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[5]='<a href="whatif6.html"><img src="images/whatif/whatif6.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[6]='<a href="whatif7.html"><img src="images/whatif/whatif7.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[7]='<a href="whatif8.html"><img src="images/whatif/whatif8.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[8]='<a href="whatif9.html"><img src="images/whatif/whatif9.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[9]='<a href="whatif23.html"><img src="images/whatif/whatif23.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[10]='<a href="whatif24.html"><img src="images/whatif/whatif24.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[11]='<a href="whatif25.html"><img src="images/whatif/whatif25.gif" alt="graphic rotator" width="575" height="80"></a>'
photos[12]='<a href="/about/news/solar_dec/"><img src="images/whatif/solar_dec.gif" alt="graphic rotator" width="575" height="80"></a>'


var whichad=Math.floor(Math.random()*(photos.length))
document.write(photos[whichad])