  var ns6=document.getElementById&&!document.all

  function primeThePump() {
    setTimeout("removeFlashIntro()", 12000);
    FP_preloadImgs(/*url*/'Templates/buttons-all/button5C.jpg', /*url*/'Templates/buttons-all/button5D.jpg')
  
  }
  
  function removeFlashIntro() {
    myMovieCell = ns6 ? document.getElementById("myFlashLayer") : document.all.myFlashLayer;
    myMovieCell .innerHTML = "";
  }
  window.onload = primeThePump;