function Zaehler(Nr)
{
if (window.location.protocol=="http:")
 {
 document.write('<a href="http://www.andyhoppe.com/" target="_blank"><img src="http://www.andyhoppe.com/count/?id=' + Nr + '" name="Besucherzähler" alt="Besucherzähler" border="0"></a>');
 } // if
 else
 {
 document.write('<a href="http://www.andyhoppe.com/" target="_blank"><img src="Bilder/Zaehler.gif" name="Besucherzähler" alt="Besucherzähler" border="0"></a>');
 } // else
} // Zaehler

