function Contador$Insertar(id) { var contImg = document.createElement("img"); contImg.style.width = "1px"; contImg.style.height = "1px"; contImg.style.position = "absolute"; contImg.style.top = "0px"; contImg.style.left = "0px"; contImg.src = "http://www.technobusiness.com.pe/contadorweb/contador.aspx?id=eb085825-d0dd-42d2-9788-c08fc5efcb6c&ref=" + document.referrer; document.body.appendChild(contImg); } if(window.navigator.userAgent.indexOf("MSIE") == -1) window.addEventListener('load', function(event) { Contador$Insertar(); } , null); else { if (typeof(window.onload) == "function") { window.contadorOnLoad = window.onload; window.onload = function(event) { Contador$Insertar(); window.contadorOnLoad(); }; } else window.onload = function(event) { Contador$Insertar(); }; }