<!-- Begin RANDOM HOME IMAGE

// CHANGE ANY OF THESE VARIABLES
// ONLY USE lowercase FOR ALL OPTIONS



//var imageheight		= "350"				// HEIGHT OF THE HOME IMAGE
var imageheight		= "208"				// HEIGHT OF THE HOME IMAGE

var linkedR		= "gallery.htm"			// RANDOM HOME IMAGE PAGE LINK
var alttext		= "For people who are too busy or too righ-brain to remember"	// IMAGE HOVER TEXT







// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


// TO ADD MORE IMAGES: 	Edit the Math.random()*5 to number of images
//			Copy 3 lines of code and edit img == "?" to next number




// START RANDOM SCRIPT

/*
var twox = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"homeimage\" background=\"picts/";
var thrx = "><tr><td align=\"left\" valign=\"top\" class=\"printhide\">";
var forx = "";
var img = "";
//original random number
//forx += Math.floor(Math.random()*5); 
//img = forx;
img="1"; //show no images
if (img == "0") {
document.write(twox+ 'home-1.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'home-2.jpg"' +thrx);
}
else if (img == "2") {
document.write(twox+ 'home-3.jpg"' +thrx);
}
else if (img == "3") {
document.write(twox+ 'home-4.jpg"' +thrx);
}


//document.write('<a href="'+linkedR+'"><img src="picts/spacer.gif" width="750" height="'+imageheight+'" border="0" alt="'+alttext+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="750" alt="Chief forgot the migration path again?" height="'+imageheight+'" border="0" alt="'+alttext+'"><br>');
document.write('</td></tr></table>');
*/



// END -->
