 $(document).ready(function() {
        $('.popup').click(function() {
          return hs.htmlExpand(this, { objectType: 'ajax'} )
        })
  })
