//store the quotations in arrays

images = new Array(6);

images[0] = "<a href='http://cases.lippincottmercer.com/cgi-bin/WebObjects/LMCases.woa/wa/viewcase?Borders'><img src='http://www.lippincottmercer.com/images/randomcase/rnd_borders.jpg' alt='Borders Group' border='0' width='515' height='184' class='splashimg' /></a>";

images[1] = "<a href='http://cases.lippincottmercer.com/cgi-bin/WebObjects/LMCases.woa/wa/viewcase?Citizens%20Bank'><img src='http://www.lippincottmercer.com/images/randomcase/rnd_citizens.jpg' alt='Citizens Bank' border='0' width='515' height='184' class='splashimg' /></a>";

images[2] = "<a href='http://cases.lippincottmercer.com/cgi-bin/WebObjects/LMCases.woa/wa/viewcase?Country%20Road'><img src='http://www.lippincottmercer.com/images/randomcase/rnd_cntryrd.jpg' alt='Country Road' border='0' width='515' height='184' class='splashimg' /></a>";

images[3] = "<a href='http://cases.lippincottmercer.com/cgi-bin/WebObjects/LMCases.woa/wa/viewcase?Infiniti%202004'><img src='http://www.lippincottmercer.com/images/randomcase/rnd_infiniti.jpg' alt='Infiniti' border='0' width='515' height='184' class='splashimg' /></a>";

images[4] = "<a href='http://cases.lippincottmercer.com/cgi-bin/WebObjects/LMCases.woa/wa/viewcase?JohnsonDiversey'><img src='http://www.lippincottmercer.com/images/randomcase/rnd_johnsondiv.jpg' alt='JohnsonDiversey' border='0' width='515' height='184' class='splashimg' /></a>";

images[5] = "<a href='http://cases.lippincottmercer.com/cgi-bin/WebObjects/LMCases.woa/wa/viewcase?Nissan'><img src='http://www.lippincottmercer.com/images/randomcase/rnd_nissan.jpg' alt='Nissan' border='0' width='515' height='184' class='splashimg' /></a>";

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

document.write(images[index] + "<br clear='all' />");