//jquery.media: used to embed Flash (see jquery.media.js for details)

$(document).ready(function () {
  $('.media_header').media({ 
      width:     950, 
      height:    235, 
      autoplay:  true, 
      caption:   false // supress caption text 
  }); 
  $('.media_clients').media({ 
      width:     230, 
      height:    75, 
      autoplay:  true, 
      caption:   false 
  }); 
});