// Copyright (c) May 2002 by Michał Nazarewicz (mina86@tlen.pl)
// This software is free; It's distributed under terms of GNU General Public License
if (self.location.href == parent.location.href) {
    var loc="index.html?url="+window.location.href+";";
    document.write('Jeśli nie pojawią się ramki, <a href="'+loc+'">kliknij tutaj</a>');
    window.location.replace(loc);
}


