// JavaScript Document
// Moran Photos thumbnail

var bdis = "<a href=moran_photos.html";
var cdis = "><img src=\""; "\"></a>";
var edis = " width=\"150\" height=\"225\" border=\"0\">";
var rnumb = "";
var img = "";


rnumb += Math.floor(Math.random()*4);
img = rnumb;

if (img == "0") {
document.write(bdis+ "#biker target = \"_blank\"" +cdis+ "images/moran_photos/biker.jpg\" alt=\"Biker\"" +edis);
}
if (img == "1") {
document.write(bdis+ "#palms-on-beach target = \"_blank\"" +cdis+ "images/moran_photos/beach_trees.jpg\" alt=\"Palms on Beach\"" +edis);
}
if (img == "2") {
document.write(bdis+ "#twin-palms target = \"_blank\"" +cdis+ "images/moran_photos/two_trees.jpg\" alt=\"Twin palms\"" +edis);
}
if (img == "3") {
document.write(bdis+ "#girl-in-spring target = \"_blank\"" +cdis+ "images/moran_photos/snorkel_water.jpg\" alt=\"Girl in Spring\"" +edis);
}
