if (top == self) {
	var n = 1;
	if (top.location.href.indexOf("allframe") != -1) {
		n = 0;
	}
	var reff = window.document.referrer;
	var pos = reff.indexOf("?");
	if (pos != -1) {
		reff = reff.substring(0, pos);
	}
	var url = top.location.href;
	url = url.substring(url.indexOf("/~koolwaaij"));

	self.location.href = "/~koolwaaij/afterwindow.shtml?url=" + url + "&n=" + n + "&ref=" + reff;
}

