<!--
//----- 03-04-04,03-14-04, 03-20-04
//----- Just the array
//----- A side show presenter/dispayer, sequential

//----- Start code here...
var theItems = new Array();

theItems[0] = "map2.jpg";
theItems[1] = "plumdune.jpg";
theItems[2] = "swallows.jpg";
theItems[3] = "pihellcat.jpg";
theItems[4] = "pihcpath.jpg";
theItems[5] = "piyelber.jpg";
theItems[6] = "aliceber.jpg";
theItems[7] = "pibigsky.jpg";
theItems[8] = "fishwild.jpg";
theItems[9] = "duneloopsign.jpg";
theItems[10] = "hcduneloop.jpg";
theItems[11] = "hclooptrees.jpg";
theItems[12] = "hcsteps.jpg";
theItems[13] = "wardens.jpg";
theItems[14] = "prview.jpg";
theItems[15] = "dune2.jpg";
theItems[16] = "plumcayot.jpg";
theItems[17] = "plumfence.jpg";
theItems[18] = "plumdeck.jpg";
theItems[19] = "piocean3.jpg";
theItems[20] = "piramp.jpg";
theItems[21] = "pideck.jpg";
theItems[22] = "piocean.jpg";
theItems[23] = "piocean2.jpg";
theItems[24] = "stageis.jpg";
theItems[25] = "stisdunes.jpg";

//-->
