//All scripts unless specified are copyright Poweraxis 2007-2009 - www.poweraxis.com

function doVoid()
{
}

function doCurrentAd()
{
	var whichRandom=Math.floor(Math.random()*17)
	document.getElementById("currentAd").src="./siteimages/ads/" + whichRandom + ".jpg";
}

