
            function adClick(adtype) {
                if (document.getElementById('adClickIframe')!=undefined) {
                    document.getElementById('adClickIframe').src = '/track/click/tag/'+adtype+'/';
                }
            return true;
            }
        
