//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="images/front-pic_happyguy.jpg" width="228" height="152" alt="" />'
banner[1]='<img src="images/front-pic_calc.jpg" width="228" height="152" alt="" />'
banner[2]='<img src="images/front-pic_guylaptop.jpg" width="228" height="152" alt="" />'
banner[3]='<img src="images/front-pic_modem.jpg" width="228" height="152" alt="" />'
banner[4]='<img src="images/front-pic_100keyboard.jpg" width="228" height="152" alt="" />'
banner[5]='<img src="images/front-pic_circuit.jpg" width="228" height="152" alt="" />'
banner[6]='<img src="images/front-pic_desk.jpg" width="228" height="152" alt="" />'
banner[7]='<img src="images/front-pic_kidflower.jpg" width="228" height="152" alt="" />'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
