<script> <!-- for(i=0; i < document.links.length; ++i) { var obj = document.links[i]; if (obj && obj.innerHTML.toLowerCase() == "log out" || obj.innerHTML.toLowerCase() == "logout") { obj.style.display = "none"; } } --> </script>
If you still need help, please contact us.