//
// Title: Document header
//
// Site: www.discoverymountain.de
//
// Copyright (c) 2002 by FeLIX
//


{
	var url = top.location.href;
	var valid = false;
	
	if (url.indexOf("file") != -1 || url.indexOf("dlpfan.org") != -1 || url.indexOf("discoverymountain.de") != -1 || url.indexOf("fms.de") != -1) valid = true;
	
	if (valid == false) {
		top.location = "http://www.discoverymountain.de/";
	}
	
	if (top.location == self.location) {
		document.writeln("<DIV style=\"position:absolute; top:0px; left:0px; \"><A href=\"http://spacemountain.dlpfan.org/start.htm\"><IMG src=..//%22/mat/webtopbanner2.jpg/%22 width=450 height=60 alt=\"FeLIX Space Mountain Fan Pages\" border=0></A></DIV><BR><BR><BR>");
	}
	
	document.writeln("<TABLE width=600><TR><TD>");
}
