//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]='<img src="../../graphics/top_graphic00.jpg" width="800" height="270" alt="top_picture" />'

banner[1]='<img src="../../graphics/top_graphic01.jpg" width="800" height="270" alt="top_picture" />'

banner[2]='<img src="../../graphics/top_graphic02.jpg" width="800" height="270" alt="top_picture" />'

banner[3]='<img src="../../graphics/top_graphic03.jpg" width="800" height="270" alt="top_picture" />'

banner[4]='<img src="../../graphics/top_graphic04.jpg" width="800" height="270" alt="top_picture" />'

banner[5]='<img src="../../graphics/top_graphic05.jpg" width="800" height="270" alt="top_picture" />'

banner[6]='<img src="../../graphics/top_graphic06.jpg" width="800" height="270" alt="top_picture" />'

banner[7]='<img src="../../graphics/top_graphic07.jpg" width="800" height="270" alt="top_picture" />'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
