/* 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('banner').src='images/navigation/name2_ani.gif'; }
  // change the number on below to adjust the time the image takes to load
  window.setTimeout("runBanner()", 1000);