$(function(){
  $(".flash_notice, .flash_error").click(function(){
    $(this).slideUp();
  });

  $('#movie_button img').click(function(){
    $.facebox("<embed src='/mediaplayer.swf' width='640' height='400' allowscriptaccess='always' allowfullscreen='true' flashvars='autostart=true&amp;height=400&amp;width=640&amp;file=http://29sul-siga.s3.amazonaws.com/siga.mov'></embed>");
  });
});

