//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]='<script  type="text/javascript" src="http://ads.nutridollars.com/tools/ads/peel_ads/affiliatejs.php?id=http://ads.nutridollars.com/indexb.php?webm_id=msgrafx&ad_files_location=http://ads.nutridollars.com/tools/ads/peel_ads/1/"></script>'

banner[1]='<script  type="text/javascript" src="http://ads.nutridollars.com/tools/ads/peel_ads/affiliatejs.php?id=http://ads.nutridollars.com/indexb.php?webm_id=msgrafx&ad_files_location=http://ads.nutridollars.com/tools/ads/peel_ads/2/" ></script>'

banner[2]='<script  type="text/javascript" src="http://ads.nutridollars.com/tools/ads/peel_ads/affiliatejs.php?id=http://ads.nutridollars.com/indexb.php?webm_id=msgrafx&ad_files_location=http://ads.nutridollars.com/tools/ads/peel_ads/3/" ></script>'

banner[3]='<script  type="text/javascript" src="http://ads.nutridollars.com/tools/ads/peel_ads/affiliatejs.php?id=http://ads.nutridollars.com/indexb.php?webm_id=msgrafx&ad_files_location=http://ads.nutridollars.com/tools/ads/peel_ads/4/" ></script>'

banner[4]='<script  type="text/javascript"src="http://ads.nutridollars.com/tools/ads/peel_ads/affiliatejs.php?id=http://ads.nutridollars.com/indexb.php?webm_id=msgrafx&ad_files_location=http://ads.nutridollars.com/tools/ads/peel_ads/5/" ></script>'


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