//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://withtlc.etsy.com target=_new><img alt="With TLC and Etsy Store" src="http://westpm.net/images/withtlc486.jpg"></a>'

banner[1]='<a href=http://willcookweather.com target=_new><img alt="Will Cook Weather" src="../images/banners/wcwbanner.jpg"></a>'

banner[2]='<a href=http://ourgenerationradio.com target=_new><img alt="Our Generation Radio" src="../images/banners/ogrAnimation.gif"></a>'

banner[3]='<a href=http://pcpharmacy.us/onremote.htm target=_new><img alt="PC Pharmacy.us" src="../images/banners/banner_remoteB.jpg"></a>'

banner[4]='<a href=http://illinoisgazette.com target=_new><img alt="Illinois Gazette Classifieds" src="http://illinoisgazette.com/wp-content/uploads/banner.png"></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])


















