var time

function FirstImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo1_03.jpg";
        time=setTimeout("SecondImage()",7000);
      }
}


function SecondImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo2_03.jpg";
        time=setTimeout("ThirdImage()",7000);
      }
}

function ThirdImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo3_03.jpg";
        time=setTimeout("FourthImage()",7000);
      }
}

function FourthImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo4_03.jpg";
        time=setTimeout("FifthImage()",7000);
      }
}

function FifthImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo5_03.jpg";
        time=setTimeout("SixthImage()",7000);
      }
}

function SixthImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo6_03.jpg";
        time=setTimeout("SeventhImage()",7000);
      }
}

function SeventhImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo7_03.jpg";
        time=setTimeout("EighthImage()",7000);
      }
}

function EighthImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo8_03.jpg";
        time=setTimeout("NinethImage()",7000);
      }
}

function NinethImage() {
  if (document.images) {
        clearTimeout(time)
        document.banner.src="http://www.hemig-erle.com/images/sub_page_photo9_03.jpg";
        time=setTimeout("FirstImage()",7000);
      }
}
