<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="TheConcertStage.com - Leahy" /> 
  <Content type="html">
     <![CDATA[ 

<SCRIPT LANGUAGE="JavaScript">
<!-- HIDE FROM OLD BROWSERS
var a = "http://www.theconcertstage.com/images/leahy081703"
var currentImage = 0
var    my_images = new Array(8)
my_images[0]  = a + "a.jpg" 
my_images[1]  = a + "b.jpg"
my_images[2]  = a + "c.jpg"
my_images[3]  = a + "d.jpg"
my_images[4]  = a + "e.jpg"
my_images[5]  = a + "f.jpg"
my_images[6]  = a + "g.jpg"
my_images[7]  = a + "h.jpg"

// load the image with the designated image from
// the images array.
// 
function loadImage(imgNum) {
  // load the image
  
  document.images[0].src = my_images[imgNum]
//  document.images[0].src = my_images[imgNum]

}

// load the next image from the images array into
// document.images[0]. Starts over with 0 when it
// hits the end of the images array.
//
function nextImage() {
  // adjust currentImage so it cycles through the
  // available images.
  if (currentImage < my_images.length - 1) {
    currentImage++
  } else {
    currentImage = 0
  }
  // set a timeout to load the image
  setTimeout("loadImage(currentImage)", 3000)
}

// STOP HIDING -->
</SCRIPT>


<DIV ALIGN="center"><A HREF="http://www.theconcertstage.com/" TARGET="_blank"><IMG SRC="http://www.theconcertstage.com/images/leahy081703d.jpg" HSPACE=0 VSPACE=0 BORDER=0 width="250" height="169" onLoad="nextImage()"></A></DIV>
     ]]>
  </Content> 
</Module>
