var CaptovisVT = document.getElementById("CaptovisVT"); if (CaptovisVT) { var WOCount = '0'; var Image = CaptovisVT.firstChild; CaptovisVT.style.width = '180px'; var div = document.createElement('div'); div.style.width = '180px'; div.style.height = '20px'; div.style.top = '-57px'; div.style.left = '-3px'; div.style.textAlign = 'right'; div.style.border = 'none'; div.style.position = 'relative'; div.style.fontWeight = 'normal'; div.style.fontSize = '10pt'; div.style.color = '#292b83'; div.style.cursor = 'pointer'; div.style.fontFamily = '"lucida grande",tahoma,verdana,arial,sans-serif'; div.innerHTML = WOCount + ' completed jobs'; CaptovisVT.appendChild(div); }