var num = 300000;
var refreshSite;
refreshSiteInterval();
if (sessionStorage.getItem('numRefresh') == null) {
sessionStorage.setItem("numRefresh", "1");
}
function refreshSiteInterval() {
refreshSite = setInterval(function () {
var numRefreshInSession = parseInt(sessionStorage.getItem("numRefresh"));
sessionStorage.setItem("numRefresh", (numRefreshInSession + 1));
document.location = document.location;
}, num);
};
function stopRefreshSite() { clearInterval(refreshSite);
console.log('Stop Refresh Site activated');
}
The Jerusalem Post - jpost.1eye.us Israel News
The Jerusalem Post Is the leading english news source of American jewry. jpost.1eye.us is its online version.It delivers Israel News, Arab and Israeli conflict updates, and news about the Jewish life both in Israel and in the diaspora.