//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="ADs_Events.htm"> <img border="0" src="../website_images/ad_ParishionerServices.jpg" width="760" height="60"></a>'

banner[1]='<a href="Ministry.htm"> <img border="0" src="../website_images/ad_Stewardship1.jpg" width="760" height="60"></a>'

banner[3]='<a href="Ministry_KDrexelGiftShop.htm"> <img border="0" src="../website_images/ad_Book_Store.jpg" width="760" height="60"></a>'

banner[4]='<a href="PSR_Adult_Faith_Formation.htm"> <img border="0" src="../website_images/ad_religious_adults.jpg" width="760" height="60"></a>'

banner[5]='<a href="Special_FishFryFri.htm"> <img border="0" src="../website_images/ad_FishFryFri.jpg" width="760" height="60"></a>'

banner[6]='<a href="Stewardship.htm"> <img border="0" src="../website_images/ad_Stewardship2.jpg" width="760" height="60"></a>'

banner[7]='<a href="Special_Announcement.htm"> <img border="0" src="../website_images/ad_Announcements.jpg" width="760" height="60"></a>'

banner[8]='<a href="PastorPage.htm"> <img border="0" src="../website_images/ad_Welcome.jpg" width="760" height="60"></a>'

banner[2]='<a href="Special_mardi_gras.htm"> <img border="0" src="../website_images/ad_Mardi_Gras.jpg" width="760" height="60"></a>'

banner[9]='<a href="PSR_Service4Christ.htm"> <img border="0" src="../website_images/ad_Service4Christ.jpg" width="760" height="60"></a>'

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



