images = new Array(1);

images[0] = "<img src='ads/bottom_advt.jpg' style='border-style: none'/>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);
