//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]='<a href=http://www.mantisit.com/repair.htm target=_new><img src="http://www.printer-repair.org//images/printer-service/printer-repair-nationwide-it-mantis.jpg" style="border-style: none"/></a>'

banner[1]='<a href=http://www.locopromos.com/ target=_new><img src="http://www.printer-repair.org/images/printer-service//hp-ink-refill-black-color-plotter-desktop.jpg" style="border-style: none"/></a>'

banner[2]='<a href=http://www.mantisit.com/repair.htm target=_new><img src="http://www.printer-repair.org/images/printer-service/printer-repair-nationwide-it-mantis.jpg" style="border-style: none"/></a>'

banner[3]='<a href=http://www.mantisit.com/repair.htm target=_new><img src="http://www.printer-repair.org/images/printer-service//hp-ink-refill-black-color-plotter-desktop.jpg" style="border-style: none"/></a>'

banner[4]='<a href=http://www.mantisit.com/repair.htm target=_new><img src="http://www.printer-repair.org/images/printer-service/printer-repair-nationwide-it-mantis.jpg" style="border-style: none"/></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
