//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]='<iframe name="I1" src="0.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[1]='<iframe name="I1" src="1.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[2]='<iframe name="I1" src="2.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[3]='<iframe name="I1" src="3.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[4]='<iframe name="I1" src="4.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[5]='<iframe name="I1" src="5.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[6]='<iframe name="I1" src="6.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[7]='<iframe name="I1" src="7.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[8]='<iframe name="I1" src="8.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'

banner[9]='<iframe name="I1" src="9.html" marginwidth="1" marginheight="1" height="90" width="726" scrolling="no" border="0" frameborder="0"></iframe>'



var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
