function Zaehler(Nr,sichtbar)
{
var Groesse = (sichtbar == 0?'width="1" height="1" ':'');

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" ' + Groesse + '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" ' + Groesse + 'border="0"></a>');
 } // else
} // Zaehler
