<divclass="web_cookie"id='gotIdArea'style='display: none;'><p>Asia Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the use of cookies. More details can be found in our <ahref="/privacy">privacy policy</a>.</p>
<divclass="cookie_close">X</div>
<divclass="cookie_close"id="gotItBtn">X</div>
</div>
<script>
var GOT_IT_KEY = '__asia_highlights_you_agree_to_use_of_cookies__';
@ -369,6 +369,15 @@
if (window.localStorage) {
localStorage.setItem(GOT_IT_KEY, '1');
}
var gotItBtn = document.getElementById('gotItBtn');
gotItBtn.addEventListener('click', function (evt) {
<divclass="web_cookie"id='gotIdArea'style='display: none;'><p>Asia Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the use of cookies. More details can be found in our <ahref="/privacy">privacy policy</a>.</p>
<divclass="cookie_close">X</div>
<divclass="cookie_close"id="gotItBtn">X</div>
</div>
<script>
var GOT_IT_KEY = '__asia_highlights_you_agree_to_use_of_cookies__';
@ -318,6 +318,15 @@
if (window.localStorage) {
localStorage.setItem(GOT_IT_KEY, '1');
}
var gotItBtn = document.getElementById('gotItBtn');
gotItBtn.addEventListener('click', function (evt) {