images = new Array(9);

images[0] = "<img src='louisville_2.jpg' width='750' height='150'>";

images[1] = "<img src='104a.jpg' width='750' height='150'>";

images[2] = "<img src='002b.jpg' width='750' height='150'>";

images[3] = "<img src='025b.jpg' width='750' height='150'>";

images[4] = "<img src='051ab.jpg' width='750' height='150'>";

images[5] = "<img src='016b.jpg' width='750' height='150'>";

images[6] = "<img src='023b.jpg' width='750' height='150'>";

images[7] = "<img src='081b.jpg' width='750' height='150'>";

images[8] = "<img src='125b.jpg' width='750' height='150'>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);