ok_urls = new Array();
ok_urls[1] = "http://www.calvarymoravian.org/default.htm";
ok_urls[2] = "http://calvarymoravian.org/default.htm";
ok_urls[3] = "http://www.calvarymoravian.org/dynamic.htm";

	function reportError(msg, url, line) {
		if (url == window.location.href) {
		msg = "\nBandwidth Theft Alert!\n\n" + "This site is illegally stealing bandwidth\n" + "from our site, WWW.CALVARYMORAVIAN.ORG.\n\n" + "We will now load the content page\n" + "from our server so you may view it.\n\n" + "Thank you for your patience!";
		alert(msg);
		top.location.href = ok_urls[3] + "?" + window.location.href;
		return true;
			}
				}
		window.onerror = reportError;
		url_found = 0;
		for (var i = 1; i <= ok_urls.length && !url_found; i++) {
		url_found = (parent.location.href.indexOf(ok_urls[i]) == -1);
			}
		if (!url_found || (window == top))
		top.location.href = ok_urls[3] + "?" + window.location.href;
