window.addEventListener('load',function(){ var e=document.querySelector('.w-locales-empty'); if(e){var ls=[['English','https://www.awlawyers.co'],['繁體','https://www.awlawyers.co/hk'],['简体','https://www.awlawyers.co/cn']]; e.innerHTML=ls.map(function(l){return''+l[0]+'';}).join('');} [].forEach.call(document.querySelectorAll('.flags-wrapper img'),function(img,i){ var u=['https://www.awlawyers.co','https://www.awlawyers.co/hk','https://www.awlawyers.co/cn']; if(u[i]){img.style.cursor='pointer';img.addEventListener('click',function(){window.location=u[i];});} }); });