<!-- Begin



var maxAdNo = 4

var adNo

var myAd = new Array()



myAd[0] = '<a href="http://i41.photobucket.com/albums/e266/funnyworld123/87-wheelie.jpg"><img src="http://i41.photobucket.com/albums/e266/funnyworld123/87-wheelie.jpg" width="150" height="100" border="0" title="Wheelie"><a/>'

myAd[1] = '<a href="http://i41.photobucket.com/albums/e266/funnyworld123/401-protesting.jpg"><img src="http://i41.photobucket.com/albums/e266/funnyworld123/401-protesting.jpg" width="150" height="100" border="0" title="Protesting"><a/>'


myAd[2] = '<a href="http://i41.photobucket.com/albums/e266/funnyworld123/417-stupid-label.jpg"><img src="http://i41.photobucket.com/albums/e266/funnyworld123/417-stupid-label.jpg" width="150" height="100" border="0" title="Childs Box"><a/>'

myAd[3] = '<a href="http://i41.photobucket.com/albums/e266/funnyworld123/357-sexytshirt.jpg"><img src="http://i41.photobucket.com/albums/e266/funnyworld123/357-sexytshirt.jpg" width="150" height="100" border="0" title="Not Flat"><a/>'

myAd[4] = '<a href="http://i41.photobucket.com/albums/e266/funnyworld123/376-chest.jpg"><img src="http://i41.photobucket.com/albums/e266/funnyworld123/376-chest.jpg" width="150" height="100" border="0" title="Nice Chest"><a/>'



//  End -->


<!-- Begin

  adNo = Math.round(Math.random() * maxAdNo)

  document.write(myAd[adNo])

//  End -->
