//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<target=_new><img src="space/0.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[1]='<target=_new><img src="space/1.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[2]='<target=_new><img src="space/2.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[3]='<target=_new><img src="space/3.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[4]='<target=_new><img src="space/4.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[5]='<target=_new><img src="space/5.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[6]='<target=_new><img src="space/6.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[7]='<target=_new><img src="space/7.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[8]='<target=_new><img src="space/8.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'
banner[9]='<target=_new><img src="space/9.jpg" align="center" border="0" alt="Astronomy Pic of the Day"</a>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

