images = new Array();

images[0] = '<a href="http://hunthosting.com/marketing.shtml"><img src="img/banners/phone_banner.gif" alt=""  border="0"></a>';

index = Math.floor(Math.random() * images.length);

document.write(images[index] + "\n");