function showonline() { document.getElementById("online").style.display = "block"; } function hideonline() { document.getElementById("online").style.display = "none"; } document.write('
4 visitors online
');