//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://naughtybank.com/hit.php?s=2&p=2&w=101412&t=0&c=0"><img src="http://dome2nite.com/ads/allie009.jpg" height="30" width="234"  border=0></A>'

banner[1]='<A HREF="http://naughtybank.com/hit.php?s=2&p=2&w=101412&t=0&c=0"><img src="http://dome2nite.com/ads/allie010a.gif" height="30" width="234"  border=0></A>'

banner[2]='<A HREF="http://naughtybank.com/hit.php?s=2&p=2&w=101412&t=0&c=0"><img src="http://dome2nite.com/ads/allie012a.gif" height="30" width="234"  border=0></A>'

banner[3]='<A HREF="http://naughtybank.com/hit.php?s=2&p=2&w=101412&t=0&c=0"><img src="http://dome2nite.com/ads/allie014.jpg" height="30" width="234"  border=0></A>'

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