/* 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/oster_ani1.gif'; }
  // change the number on below to adjust the time the image takes to load
  window.setTimeout("runBanner()", 500);

function runBanner2() {
  // change the name of the image below
  document.getElementById('banner2').src='../images/oster_ani2.gif'; }
  // change the number on below to adjust the time the image takes to load
  window.setTimeout("runBanner2()", 3000);

function runBanner3() {
  // change the name of the image below
  document.getElementById('banner3').src='../images/oster_ani3.gif'; }
  // change the number on below to adjust the time the image takes to load
  window.setTimeout("runBanner3()", 6000);