if (typeof $== 'function') {
  $(function(){
    if (typeof Typed !== 'undefined') {
      var typed5 = new Typed('#block_image_text_0_0 h2', {
        strings: ['arcade enthusiasts', 'stilt walkers', 'musicians'],
        typeSpeed: 100,
        backSpeed: 100,
        cursorChar: '|',
        shuffle: true,
        smartBackspace: false,
        loop: true
      });
    }
  });
  if ('URLSearchParams' in window && new URLSearchParams(window.location.search).has('editing')) {    
    $('img.hidden-editor').hide() 
  }
}