$(function () {

  $('#header').html('').css('text-indent', '0').flash({
    swf: '/swf/' + header + '.swf',
    height: 192,
    width: 752,
    params: {
      wmode: 'transparent',
      play: true,
      loop: true
    }
  });

  if (typeof trailer !== 'undefined') {
    $('#trailer-player').flash({
      swf: 'http://www.flicks.co.nz/flash/player.swf',
      height: trailer.height,
      width: trailer.width,
      params: {
        wmode: 'transparent',
        allowfullscreen: true
      },
      flashvars: {
        stretching: 'uniform',
        autostart: 0,
        bufferlength: 5,
        volume: 80,
        file: trailer.file
      }
    });

  }

});