//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://westpm.net/fastfoodcopy"><img alt="Fast Food Recipes Copy Cat" src="../images/banners/copycatfoods_banner.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://pcpharmacy.us/press target=_new><img alt="PC Pahrmacy.us" src="http://pcpharmacy.us/press/wp-content/uploads/banner.png"></a>'

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

banner[6]='<a href=http://estaterecipes.com/veggiePDF target=_new><img alt="The Italian Cookbook" src="../images/banners/veggie_banner.jpg"></a>'

banner[7]='<a target="_blank" href="http://www.shareasale.com/r.cfm?b=159133&u=432026&m=20622&urllink=&afftrack="><img src="http://www.shareasale.com/image/486x602.jpg" alt="Get Free Grocery Coupons" border="0"></a>'

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

















