$(function() {
  swfobject.embedSWF('main.swf', 'flash-content', '100%', '100%', '9.0.0', null, null, {'wmode':'transparent', 'allowscriptaccess':'always'}, {name:"flashContent", id: "flashContent"});
  swffit.fit('flashContent', 960, 700);
  
  $('#blackout, .overlay .close').click(hide_overlay);
  $('#video-overlay .horizontal-nav .return').click(function() { switch_video('_wzbBqItlPc'); return false; });
  $('#video-overlay .horizontal-nav .found').click(function() { switch_video('ivaIU2UhuVE'); return false; });
  $('#video-overlay .horizontal-nav .music').click(function() { switch_video('hdvZakC1VmQ'); return false; });
  $('#video-overlay .horizontal-nav .booth').click(function() { switch_video('mAO-OGK_ELo'); return false; });
  $('#share-overlay .facebook').click(function() { Landing.track({name:'share-facebook'}); });
  $('#share-overlay .twitter').click(function() { Landing.track({name:'share-twitter'}); });
});

