(function() {
  $(document).ready(function() {
    return $("#click_to_play").click(function() {
      $(this).hide();
      return $("#video").fadeIn().html('<iframe width="560" height="315" src="http://www.youtube.com/embed/20C6slCER8g?autoplay=1&rel=0" frameborder="0" allowfullscreen></iframe>');
    });
  });
}).call(this);

