if (window.location.href.indexOf('index.html') == -1 && window.top.location.search.indexOf('nostat') == -1 && window.location.href.indexOf('books.html') == -1 && window.location.href.indexOf('links.html') == -1  && window.location.href.indexOf('links2.html') == -1 && window.location.href.indexOf('00.html') == -1 && location.protocol != 'file:' && location.hostname != 'localhost') {
	OneStat_Tag();
	// StatCounter
	var sc_project=262916; 
	var sc_invisible=1; 
	document.write('<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/frames.js"></script>');
}

if (window.self == window.top) {
	document.close();
	if (window.location.href.indexOf('book1') != -1 || window.location.href.indexOf('book2') != -1 || window.location.href.indexOf('book3') != -1 || window.location.href.indexOf('my') != -1 || window.location.href.indexOf('english') != -1 || window.location.href.indexOf('mailinglist') != -1) {
		if (window.location.href.indexOf('html') != -1 && (window.location.href.indexOf('index') == -1 || window.location.href.indexOf('mailinglist') != -1)) {
			if (window.location.href.indexOf('english') != -1) {
				document.write('&laquo; <a href="../index.html">Back to the site</a><br><br>');
			} else {
				document.write('&laquo; <a href="../index.html">חזרה לאתר</a><br><br>');
			}
		} else {
			window.top.location.replace('../index.html');
		}
	} else {
		window.top.location.replace('index.html');
	}
}

