// JavaScript Document

images = new Array(8);

images[0] = "<img src='australia/001.jpg' alt='Developing Dreams | Travel Photography' width=400 height=300 border=0> ";

images[1] = "<img src='laos/001.jpg' alt='Developing Dreams travel photography' width=400 height=300 border=0>";

images[2] = "<img src='laos/004.jpg' alt='Developing Dreams travel photography' width=400 height=300 border=0>";

images[3] = "<img src='australia/002.jpg' alt='Developing Dreams travel photography ' width=400 height=300 border=0>";

images[4] = "<img src='australia/011.jpg' alt='Developing Dreams travel photography' width=400 height=300 border=0>";

images[5] = "<img src='vietnam/003.jpg' alt='Developing Dreams | Travel Photography' width=400 height=300 border=0> ";

images[6] = "<img src='thailand/029.jpg' alt='Developing Dreams travel photography' width=400 height=300 border=0>";

images[7] = "<img src='thailand/046.jpg' alt='Developing Dreams travel photography' width=400 height=300 border=0>";

images[8] = "<img src='newzealand/001.jpg' alt='Developing Dreams travel photography ' width=400 height=300 border=0>";

images[9] = "<img src='newzealand/036.jpg' alt='Developing Dreams travel photography' width=400 height=300 border=0>";

images[8] = "<img src='laos/051.jpg' alt='Developing Dreams travel photography ' width=400 height=300 border=0>";

images[9] = "<img src='laos/007.jpg' alt='Developing Dreams travel photography' width=400 height=300 border=0>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);
// -->