//this code ©2002 by Rolf Holowenko ( rolf@psydeco.de )
//no unauthorized copying, or use of any parts of the code.

function a(txt) {
self.status = txt
}

function b() {
self.status = "Freddy König Online."
}

function secure(){
if (top.location == self.location)
{
top.location.href = "../index.htm"
}
b();
}
