//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://www.theworldofmultiples.com/advertise.asp target=_new><img src="images/ads/baby-stroller-changing-table-toys-kids-.jpg"</a>'

banner[1]='<a href=http://www.dentalplans.com/afftracker.asp?affid=25208&cr=5120 target=_new><img src="http://images.dentalplans.com/images/120x600/120x600_dpc_toothy.gif" alt="Cut Your Dental Care Costs with DentalPlans.com"</a>'

banner[2]='<a href=http://www.theworldofmultiples.com/advertise.asp target=_new><img src="images/ads/baby-stroller-changing-table-toys-kids-.jpg"</a>'

banner[3]='<a href=http://www.theworldofmultiples.com/advertise.asp target=_new><img src="images/ads/baby-stroller-changing-table-toys-kids-.jpg"</a>'

banner[4]='<a href=http://www.theworldofmultiples.com/advertise.asp target=_new><img src="images/ads/baby-stroller-changing-table-toys-kids-.jpg"</a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
