if (self != top) 
{
parent.location.href=self.location.href;
}

/* window.open("http://www.pfalzweb.de","xxx"); */
window.focus();

function bookmark(url, description)
{
netscape="Bitte OK druecken, und dann STRG+D um ein Bookmark dieser Seite zu erzeugen." 
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}

var a = document.referrer; var b = "";
for (i = 0; i < a.length;
 i++) {if (a.substring(i,i+1) == "/") { b = b + "+";
 } else { b = b + a.substring(i,i+1);
 } }document.writeln("");
