document.write(" "); function seal_init(){ var placeholder = document.getElementById('psarn_placeholder'); var parentObj = document.getElementById('psarn_placeholder').parentNode; parentObj.removeChild(placeholder); var template = parentObj.title; parentObj.title = 'PSARN Security - Trusted Seal'; parentObj.style.cursor = 'pointer'; parentObj.onclick = function() { location.href = "http://www.psarn.com.au/detail/?host=" + document.location.hostname; } // parentObj.onclick = function() { location.href = "http://www.psarn.com.au/detail/?client=" + parentObj.id; } // Create Image Tag var imgSeal = document.createElement('img'); imgSeal.id = 'psarn_seal'; imgSeal.alt = 'PSARN Security - Trusted Seal'; imgSeal.src = (template < 1) ? "http://avds.psarn.com.au/seal-image.cgi?host="+document.location.hostname : "http://avds.psarn.com.au/shield_static.png"; // imgSeal.src = (template < 1) ? "http://avds.psarn.com.au/seal.php?client="+parentObj.id : "http://avds.psarn.com.au/shield_static.png"; parentObj.appendChild(imgSeal); } // Initialise the Seal setTimeout('seal_init()',10);