		// JavaScript Document <script type="text/javascript">
window.onload = chooseAd;


var ims = ['Assests/animated gif/gearemusic.gif','Assests/animated gif/Leisuread.png','Assests/animated gif/CathedralParkKitchenAd.png','Assests/animated gif/CaptainFishheadAd.jpg','Assests/animated gif/BurgervilleAd.gif','Assests/animated gif/OrleansCandlead.gif','Assests/animated gif/spacerift.gif','Assests/animated gif/sogadesign.gif','Assests/animated gif/rebuildingcenter.gif','Assests/animated gif/SultanHooakaAd.gif','Assests/animated gif/JohnsStCafeAd.png','Assests/animated gif/stjohnsBoosters.gif','Assests/animated gif/KellyStaffordAd.png','Assests/animated gif/stjohnsbiz.gif','Assests/animated gif/StjohnsCinema.jpg','Assests/animated gif/theparlourad.gif','Assests/animated gif/TreBoneAd.png','Assests/animated gif/jackpotbanner.gif','Assests/animated gif/lilytoadBannerAd.gif','Assests/animated gif/kbooAd.gif',],

thelinks = ['http://www.gearemusic.com','http://www.leisurepublichouse.com','http://www.cathedralparkkitchen.com','#','http://burgerville.com','http://www.orleanscandleco.com','http://www.space-rift.com','http://www.sogadesign.com','http://rebuildingcenter.org','http://www.sultanhookahlounge.com','#','http://www.stjohnsboosters.com','http://activerain.com/kellystafford','http://www.np-ba.com','http://www.stjohnscinema.com','http://www.theparlourstjohns.com','http://www.trebone.net','http://www.jackpotrecording.com','http://www.lilytoad.us','http://www.kboo.org']

function chooseAd() {
	l = document.getElementById('myLink'), p = document.getElementById('myImage'),
r = Math.floor(ims.length * Math.random());
l.href = thelinks[r];
p.src = ims[r];
};

document.close()
