function CheckForIntraWeb(URL)
{
	return ((URL == "") || (URL.indexOf("http://jjaf.de/") == 0) || (URL.indexOf("http://www.jjaf.de/") == 0))
}
if (!CheckForIntraWeb(parent.document.referrer))
{
	refstat = new Image(1,1);
	refstat.src = "http://www.fxw.de/cgi-bin/ax.pl?" + parent.document.referrer + "&screen=" + screen.width + "/" + screen.height;
}