/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Sandeep Gangadharan | http://www.sivamdesign.com/scripts/ */
function runBanner() {
    // change the name of the image below
  document.getElementById('banner2').src='/images/HomepagePromo4.png';
  document.getElementById('banner3').src='/images/HomepagePromo.png';
  document.getElementById('banner4').src='/images/HomepagePromo3.png';
  document.getElementById('banner5').src='/images/HomepagePromo6.png';

}

  // change the number below to adjust the time the image takes to load
window.setTimeout("runBanner()", 4000);
