images = new Array(4);

images[0] = "<a href='quotes.html'><img src='images/quote1.gif' alt='2b Prodigious testimonial' width='500' height='117' border='0' style='float:right;'></a>";

images[1] = "<a href='quotes.html'><img src='images/quote2.gif' alt='2b Prodigious testimonial' width='500' height='117' border='0' style='float:right;'></a>";

images[2] = "<a href='quotes.html'><img src='images/quote3.gif' alt='2b Prodigious testimonial' width='500' height='117' border='0' style='float:right;'></a>";

images[3] = "<a href='quotes.html'><img src='images/quote4.gif' alt='2b Prodigious testimonial' width='500' height='117' border='0' style='float:right;'></a>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);

