images = new Array(4);
images[0] = "<a href='/design/samples/casestudies.asp' border='0'><img src='images/splash/splash_main.jpg' alt='Look as heavenly as you sound.'>";
images[1] = "<a href='/design/samples/casestudies.asp' border='0'><img src='images/splash/splash_main_f2.jpg' alt='Designed with flying colors.'></a>";
images[2] = "<a href='/design/samples/casestudies.asp' border='0'><img src='images/splash/splash_main_f3.jpg' alt='Our experience stacks up.'></a>";
images[3] = "<a href='/design/samples/casestudies.asp' border='0'><img src='images/splash/splash_main_f4.jpg' alt='You supply the image. We supply the awesome.'></a>";
images[4] = "<a href='/design/samples/casestudies.asp' border='0'><img src='images/splash/splash_main_f5.jpg' alt='You supply the image. We supply the awesome.'></a>";
index = Math.floor(Math.random() * images.length);

document.write(images[index]);