//Copyright 2003 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://ecommerce.lcs.net/stores/englishmountaincoffee/"><img border="0" src="englishmountaincoffee.gif"></a>'

banner[1]='<a "href=http://ecommerce.lcs.net/stores/englishmountain"><img border="0" src="englishmountainwater.gif"></a>'

banner[2]='<a href="http://ecommerce.lcs.net/stores/joesproducts"><img border="0" src="JoesOldFashionedProducts.gif"></a>'

banner[3]='<a href="http://ecommerce.lcs.net/stores/focus"><img border="0" src="focusonsuccess.gif"></a>'

banner[4]='<a href="http://ecommerce.lcs.net/stores/someguy"><img border="0" src="someguy.jpg"></a>'

banner[5]='<a href="http://ecommerce.lcs.net/stores/stonehollow/"><img border="0" src="stonehollow.jpg"></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
