Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
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.com Israel News
The Jerusalem Post Is the leading english news source of American jewry. Jpost.com 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.