var theImages = new Array()

theImages[0] = 'images/ads/001.jpg'
theImages[1] = 'images/ads/002.jpg'
theImages[2] = 'images/ads/003.jpg'
theImages[3] = 'images/ads/004.png'
theImages[4] = 'images/ads/005.jpg'
theImages[5] = 'images/ads/006.jpg'
theImages[6] = 'images/ads/007.jpg'
theImages[7] = 'images/ads/008.png'
theImages[8] = 'images/ads/010.jpg'

var theLinks = new Array()

theLinks[0] = 'http://www.jellybeansniper.net/jbs'
theLinks[1] = 'http://www.insideoutcomic.com'
theLinks[2] = 'http://fantasywrit.com'
theLinks[3] = 'http://www.smbhax.com'
theLinks[4] = 'http://www.underlingcomic.com'
theLinks[5] = 'http://www.unionofheroes.com'
theLinks[6] = 'http://thesprouts.ca/s/soundon'
theLinks[7] = 'http://www.odinandfriends.com'
theLinks[8] = 'http://www.colourofivy.com/annyseedhome.htm'

var j = 0
var p = theImages.length;

var whichImage = Math.round(Math.random()*(p-1));
document.write('<a href="'+theLinks[whichImage]+'" target=_blank><img src="'+theImages[whichImage]+'" border=0 alt="Advertisement" /></a>');