//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="Ministry_MensClub.htm"> <img border="0" src="../website_images/ad_TasteofMen.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[2]='<a href="Special_ParishHomecoming.htm"> <img border="0" src="../website_images/ad_ChurchHomecoming.jpg" width="760" height="60"></a>'

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

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

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

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

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

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

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

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


