Copy and paste the code below into your webpage source to show an up to date list of local organisations:
<div id="iha_listings">
<noscript>Javascript is required for the IHA worldwide listings</noscript>
<img src="//hda.org.uk/icon-progress.gif" alt="IHA content loading" />
<script type="text/javascript">
var script = document.createElement('script');
script.setAttribute('src', "//hda.org.uk/international.js?callback=iha_callback");
function iha_callback() { iha_listings("iha_listings"); }
document.getElementsByTagName('head')[0].appendChild(script);
</script>
</div>