<style> html,body { width:100%; height:100%; } </style>
<script>
var url = encodeURIComponent('${click_command_redirect}');
var a = document.createElement('iframe');
var css = 'min-width:320px;min-height:480px;width:100%;height:100%;'
a.src = 'https://creative.mng-ads.com/direct/627-1/?mclick='+url+'&mlat=${HAWK_LATITUDE}&mlng=${HAWK_LONGITUDE}';
a.setAttribute('frameBorder',0);
a.setAttribute('style',css);
a.setAttribute('allow','geolocation *');
document.write(a.outerHTML);
</script>