var quotes = new Array;

quotes.push("<img src=http://www.myblahg.com/dippers/images/layton1.jpg>");

quotes.push("<img src=http://www.myblahg.com/dippers/images/mcdonough1.jpg>");

quotes.push("<img src=http://www.myblahg.com/dippers/images/mclaughlin1.jpg>");

quotes.push("<img src=http://www.myblahg.com/dippers/images/broadbent1.jpg>");

quotes.push("<img src=http://www.myblahg.com/dippers/images/lewis1.jpg>");

quotes.push("<img src=http://www.myblahg.com/dippers/images/douglas1.jpg>");

quotes.push("<img src=http://www.myblahg.com/dippers/images/coldwell1.jpg>");

quotes.push("<img src=http://www.myblahg.com/dippers/images/woodsworth1.jpg>");

document.write(quotes[(Math.floor(Math.random() * quotes.length))]);