//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://uk-hosting4u.co.uk/ target=_new><img src="http://www.goproxing.info/bannor/ukhost.gif" border="0" width="468" height="60"></a>'

banner[1]='<a href=http://www.imagearmy.com/ target=_new><img src="http://www.goproxing.info/bannor/imagearmy.jpg" border="0" width="468" height="126"></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])