<style>html,body { width:100%; height:100%;padding:0;margin:0; }</style>
<script>
var clickurl = '${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/633-1/?mclick='+ encodeURIComponent(clickurl);
a.setAttribute('frameBorder',0);
a.setAttribute('style',css);
document.write(a.outerHTML);
</script>