function NachPos ()
{
if (Kette) geladen ();

var Anker = location.hash;
if (Anker.length > 0) 
    if (Anker == "#Ende")
        scrollTo (0, 20000)
    else
        location.href = Anker;


/////////////////////////////////////////////////////
//
// für Geier-Kommunikation

setTimeout ("top.LadeStatus = 'stabil'", 1000);

/////////////////////////////////////////////////////

}





if (top.total)
    if (top.total.MS_ok)
        {
        var Kette = (window.onload != null);
        if (Kette)
            {
            var Code = String (window.onload);
            var geladen = new Function (Code.slice (9, Code.indexOf (')') + 1));
            };

        window.onload = NachPos;


/////////////////////////////////////////////////////
//
// für Geier-Kommunikation

top.LadeStatus = 'gemeldet';

/////////////////////////////////////////////////////

        }
