<!-- Hide JavaScript Language
// Local variables and array defs.
var NumImages = 21;
var SrcBase   = "/Bin/EBT/Head/";
var UrlBase   = "/Bin/EBT/";
var ImageSrc  = new Array(NumImages);
var ImageUrl  = new Array(NumImages);
var ImageSize = new Array(NumImages);
var ImageText = new Array(NumImages);
var image     = "";
var number    = "";
var barhtml   = "";

function getRandomNumber() {
        today = new Date();
        var bigNumber = Math.sqrt(today.getSeconds()) * today.getTime() * Math.sqrt(today.getMinutes());
        var randomNumber = (bigNumber % NumImages);
        return Math.floor(randomNumber);
}

// Remember all arrays in JavaScript start at 0 and end at NumImages -1
ImageSrc[0] = SrcBase+"ebt_hd1.jpg";
ImageSrc[1] = SrcBase+"ebt_hd2.jpg";
ImageSrc[2] = SrcBase+"ebt_hd3.jpg";
ImageSrc[3] = SrcBase+"ebt_hd4.jpg";
ImageSrc[4] = SrcBase+"ebt_hd5.jpg";
ImageSrc[5] = SrcBase+"ebt_hd6.jpg";
ImageSrc[6] = SrcBase+"ebt_hd7.jpg";
ImageSrc[7] = SrcBase+"ebt_hd8.jpg";
ImageSrc[8] = SrcBase+"ebt_hd9.jpg";
ImageSrc[9] = SrcBase+"ebt_hd10.jpg";
ImageSrc[10] = SrcBase+"ebt_hd11.jpg";
ImageSrc[11] = SrcBase+"ebt_hd12.jpg";
ImageSrc[12] = SrcBase+"ebt_hd13.jpg";
ImageSrc[13] = SrcBase+"ebt_hd14.jpg";
ImageSrc[14] = SrcBase+"ebt_hd15.jpg";
ImageSrc[15] = SrcBase+"ebt_hd16.jpg";
ImageSrc[16] = SrcBase+"ebt_hd17.jpg";
ImageSrc[17] = SrcBase+"ebt_hd18.jpg";
ImageSrc[18] = SrcBase+"ebt_hd19.jpg";
ImageSrc[19] = SrcBase+"ebt_hd20.jpg";
ImageSrc[20] = SrcBase+"ebt_hd21.jpg";

ImageUrl[0] = UrlBase+"07103.jpg";
ImageUrl[1] = UrlBase+"09004.jpg";
ImageUrl[2] = UrlBase+"09319.jpg";
ImageUrl[3] = UrlBase+"07126.jpg";
ImageUrl[4] = UrlBase+"08510.jpg";
ImageUrl[5] = UrlBase+"09205.jpg";
ImageUrl[6] = UrlBase+"10604.jpg";
ImageUrl[7] = UrlBase+"10617.jpg";
ImageUrl[8] = UrlBase+"10702.jpg";
ImageUrl[9] = UrlBase+"10622.jpg";
ImageUrl[10] = UrlBase+"11501.jpg";
ImageUrl[11] = UrlBase+"11233.jpg";
ImageUrl[12] = UrlBase+"13024.jpg";
ImageUrl[13] = UrlBase+"17914.jpg";
ImageUrl[14] = UrlBase+"17902.jpg";
ImageUrl[15] = UrlBase+"16107.jpg";
ImageUrl[16] = UrlBase+"16419.jpg";
ImageUrl[17] = UrlBase+"08922.jpg";
ImageUrl[18] = UrlBase+"15817.jpg";
ImageUrl[19] = UrlBase+"18015.jpg";
ImageUrl[20] = UrlBase+"21218.jpg";

ImageText[0] = "#12 at the Coal Docks in Rockhill Furnace.";
ImageText[1] = "#17 comes up to join #15.";
ImageText[2] = "#12 steams up for service.";
ImageText[3] = "#12 and #15 back the train on the Colgate Grove wye.";
ImageText[4] = "M-6 is on the lead track while #14 is over the Ash Pit.";
ImageText[5] = "#15 turning the Shade Gap Picnic Train.";
ImageText[6] = "Hoppers in the Rockhill Furnace Yard.";
ImageText[7] = "Four Mikados count off in the Roundhouse.";
ImageText[8] = "#15 and #17 parked in the Rockhill Furnace roundhouse.";
ImageText[9] = "#14 turning her train on the Rockhill Furnace wye.";
ImageText[10] = "The EBT shops are a lesson in 19th century industry.";
ImageText[11] = "Sisters #14 and #15 stand ready during the 1998 Fall Spectacular.";
ImageText[12] = "The one-of-a-kind railcar M-1 rides the turntable in Rockhill Furnace.";
ImageText[13] = "#14 waits at Colgate Grove during a Sunday morning run.";
ImageText[14] = "#14 departs Orbisonia Station for a Sunday morning run.";
ImageText[15] = "#14 poses for a vintage photographer during the 1999 Fall Spectacular.";
ImageText[16] = "#14 and #15 simmer as they wind down the 1999 Fall Spectacular.";
ImageText[17] = "#15 sets at the ready for the return to Orbisonia in the fall of 1997.";
ImageText[18] = "Mikados and poper cars swarm the Rockhill Furnace yard this fall day in 1999.";
ImageText[19] = "#15 and #14 prepare for double duty during the 40th Anniversary in August 2000.";
ImageText[20] = "#14 waits for the blowdown of #17 before pushing her into the roundhouse after the 2000 Spectacular.";

ImageSize[0] = "WIDTH=450 HEIGHT=274";
ImageSize[1] = "WIDTH=493 HEIGHT=274";
ImageSize[2] = "WIDTH=300 HEIGHT=435";
ImageSize[3] = "WIDTH=450 HEIGHT=275";
ImageSize[4] = "WIDTH=450 HEIGHT=300";
ImageSize[5] = "WIDTH=450 HEIGHT=300";
ImageSize[6] = "WIDTH=450 HEIGHT=300";
ImageSize[7] = "WIDTH=450 HEIGHT=300";
ImageSize[8] = "WIDTH=450 HEIGHT=300";
ImageSize[9] = "WIDTH=450 HEIGHT=300";
ImageSize[10] = "WIDTH=450 HEIGHT=300";
ImageSize[11] = "WIDTH=450 HEIGHT=300";
ImageSize[12] = "WIDTH=450 HEIGHT=300";
ImageSize[13] = "WIDTH=450 HEIGHT=300";
ImageSize[14] = "WIDTH=450 HEIGHT=300";
ImageSize[15] = "WIDTH=400 HEIGHT=250";
ImageSize[16] = "WIDTH=450 HEIGHT=375";
ImageSize[17] = "WIDTH=450 HEIGHT=300";
ImageSize[18] = "WIDTH=450 HEIGHT=300";
ImageSize[19] = "WIDTH=400 HEIGHT=275";
ImageSize[20] = "WIDTH=425 HEIGHT=287";

function imageGet() {
        image = ImageSrc[getRandomNumber()];
        return (image);
}
function imagelink() {
        number = getRandomNumber();
//image = "<a href='" + ImageUrl[number] + "'><img alt='" + ImageText[number] + "' " + ImageSize[number] + " border=5 SRC='" + ImageSrc[number] + "'></a>";
        //document.write(image);
  image = "<img alt='Celebrate America!' width='313' height='400' border='5' src='/Bin/EBT/Head/ebt_hd32.jpg'>";
        document.write(image);
}


// End JavaScript -->
