// JavaScript Document
// Moran Photos thumbnail

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


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

if (img == "0") {
document.write(bdis+ "#alligators target = \"_blank\"" +cdis+ "images/moran_photos/alligator_baby.jpg\" alt=\"Alligator with Baby\"" +edis);
}
if (img == "1") {
document.write(bdis+ "#sea-oats target = \"_blank\"" +cdis+ "images/moran_photos/weed_sunset.jpg\" alt=\"Sea Oats\"" +edis);
}
if (img == "2") {
document.write(bdis+ "#trees-on-beach target = \"_blank\"" +cdis+ "images/moran_photos/beach_sunset.jpg\" alt=\"Trees on Beach\"" +edis);
}
if (img == "3") {
document.write(bdis+ "#horse target = \"_blank\"" +cdis+ "images/moran_photos/horse_sunset.jpg\" alt=\"Horse on horizon\"" +edis);
}
