   // <![CDATA[
   
      // get our flash movie object
      var flashMovie;
      function init() {
         if (document.getElementById) {
            flashMovie = document.getElementById("topswf");
         }
      }
      
      window.onload = init;

