﻿
$(function(){
$('#homeVid').flash(
     {
         src: 'intro_film.swf',
         width: 595,
         height: 372,
         background: '#000000',
         id: 'mymovie',
         wmode: 'transparent'
       
      },
      {
          expressInstall: true,
          version: '9'
      }
 );

 }); 

