s=String(top.location);
wa=s.substring(0,23);
s=s.substring(0,25);
if ((s != "http://galadriel.hu/index") && (wa != "http://web.archive.org/" )) {
 top.location = "http://galadriel.hu/index.php";
}
