en.globes.co.il
Open in
urlscan Pro
2.17.100.138
Public Scan
Submitted URL: https://en.globes.co.il/
Effective URL: https://en.globes.co.il/en/
Submission: On August 20 via manual from GB — Scanned from IL
Effective URL: https://en.globes.co.il/en/
Submission: On August 20 via manual from GB — Scanned from IL
Form analysis
1 forms found in the DOMName: aspnetForm — POST home.aspx
<form name="aspnetForm" method="post" action="home.aspx" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MWRkjIJNlzAS4O56kwUyec2TMYdb9Xtksy8G1wrqjYvb66g=">
</div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="DA06675B">
</div>
<header id="header">
<h1>
<a href="/en"><img class="logo" src="https://images.globes.co.il/globes/en/globes_eng_logo.svg" alt="Globes English" width="252" height="57"></a>
</h1>
<div class="menu"></div>
<div class="searchIcon">
<a class="fa fa-search">
<input id="txtSearch4" type="text" name="Search" title="Search" onkeypress="getEnter(event,this);" placeholder="Search">
</a>
</div>
</header>
<script src="/shared/js/he/user.asp"></script>
<script>
var area_fid = "-";
</script>
<script src="/news/cache/base/wide=true&encoding=utf-8.js?ver=3@13b18"></script> <iframe id="logjframe" width="100%" height="0" frameborder="0" style="display:none"></iframe>
<link href="/news/cache/wizard.css?ver=06" rel="stylesheet" type="text/css">
<div id="SignWizard_Gray_Layer" onclick="SignWizard_Close()" style="width:1600px; height:1200px; "> </div>
<div id="LG_wizard_close" style="display:none; position:absolute; top:50px; z-index:205">
<a id="SignWizard_Close_Anchor" href="javascript:SignWizard_Close();"><img src="https://images.globes.co.il/images/Site2/wizard/Icon_Close_v3.png" alt="׳¡׳’׳•׳¨" width="28" height="28" border="0"></a></div>
<div id="SignWizard_popup" class="SignWizard_popup">
<div style="clear:both;display:block;margin:0 auto;"><iframe frameborder="0" scrolling="no" class="SignWizard_popup_Iframe" id="SignWizard_popup_Iframe" name="SignWizard_popup_Iframe" src="about:blank"></iframe></div>
</div>
<link rel="alternate" href="https://www.globes.co.il/" hreflang="he-il">
<!-- ************************************* -->
<script type="text/javascript">
g.StopPageReload = false;
</script>
<div class="searchDropDown">
<input type="text" placeholder="Search" onkeypress="getEnter(event,this);" title="Search" name="Search" id="txtSearch2">
<a href="javascript:startSearch();">search</a>
</div>
<div class="menuSticky">
<div class="InnerDropDown">
<nav class="nav">
<ul class="sub">
<li class="link2home"><a href="/en/">G</a></li>
<li class="main active"><a href="/en/">Front</a></li>
<li class="main"><a href="/en/news/">News</a></li>
<li class="main"><a href="/en/comment/">Comment</a></li>
<li class="main"><a href="/en/features/">Features</a></li>
<li class=""><a href="/en/market.tag">MARKET</a></li>
<li class=""><a href="/en/economy.tag">ECONOMY</a></li>
<li class=""><a href="/en/energy.tag">ENERGY</a></li>
<li class=""><a href="/en/healthcare.tag">HEALTHCARE</a></li>
<li class=""><a href="/en/it.tag">TECH</a></li>
<li class=""><a href="/en/realestate.tag">REAL ESTATE</a></li>
<li class=""><a href="/en/startups.tag">START UPS</a></li>
</ul>
<div class="menuMore"><span> <i class="fa fa-angle-right"></i> </span>
<ul>
<li class=""><a href="/en/aerospacendefence.tag">AEROSPACE & DEFENSE</a></li>
<li class=""><a href="/en/chemicalsnplastics.tag">CHEMICALS & PLASTICS</a></li>
<li class=""><a href="/en/financialservices.tag">FINANCIAL SERVICES</a></li>
<li class=""><a href="/en/mergersnacquisitions.tag">MERGERS & ACQUISITIONS</a></li>
<li class=""><a href="/en/politics.tag">POLITICS</a></li>
<li class=""><a href="/en/telecomsnmedianmarketing.tag">TELECOMS, MEDIA & MARKETING</a></li>
<li class=""><a href="/en/tourism.tag">TOURISM</a></li>
<li class=""><a href="/en/transportninfrastructure.tag">TRANSPORT & INFRASTRUCTURE</a></li>
</ul>
</div>
</nav>
<div class="menuSearch"><a class="fa fa-search">
<input id="txtSearch3" type="text" name="Search" title="Search" onkeypress="getEnter(event,this);" placeholder="Search">
</a></div>
</div>
</div>
<div style="clear:both"></div>
<script>
$(document).ready(function() {
var menuState = false,
searchSate = false;
function openMenu() {
$("#header").addClass("selected");
$(".InnerDropDown").addClass("selected");
$("#mador").addClass("selected");
$("#article").addClass("selected");
$("#mainTop").addClass("selected");
$("#footerN_top_line").hide();
$("#footer").hide();
$("#mainContent").addClass("selected");
menuState = true;
}
function closeMenu() {
$("#header").removeClass("selected");
$(".InnerDropDown").removeClass("selected");
$("#mador").removeClass("selected");
$("#article").removeClass("selected");
$("#mainTop").removeClass("selected");
$("#footerN_top_line").show();
$("#footer").show();
$("#mainContent").removeClass("selected");
menuState = false;
}
function openSearch() {
// $(".searchDropDown").addClass("selected");
// $("#header").addClass("selected");
// $("#mainTop").addClass("selected");
// $("#article").addClass("selected");
// $("#mador").addClass("selected");
// $("#footerN_top_line").hide();
// $("#footer").hide();
// $("#mainContent").addClass("selected");
// searchSate = true;
}
function closeSearch() {
// $(".searchDropDown").removeClass("selected");
// $("#header").removeClass("selected");
// $("#mainTop").removeClass("selected");
// $("#article").removeClass("selected");
// $("#mador").removeClass("selected");
// $("#footerN_top_line").show();
// $("#footer").show();
// $("#mainContent").removeClass("selected");
// searchSate = false;
}
$(".menu").click(function() {
//closeSearch();
if (menuState) {
closeMenu()
} else {
openMenu()
}
});
// $(".searchIcon").click(function () {
// //closeMenu();
// //if (searchSate) { closeSearch() } else { openSearch() }
// });
var fl = 0;
$(".menuMore").click(function(event) {
if (fl == 0) {
$(".menuMore ul").addClass("selected");
fl = 1;
} else {
$(".menuMore ul").removeClass("selected");
fl = 0;
}
event.stopPropagation();
});
$("body").click(function() {
if (fl == 1) {
$(".menuMore ul").removeClass("selected");
fl = 0;
}
});
});
</script>
<section id="mainTop">
<div class="article">
<picture>
<a href="/en/article-johnson-johnson-buys-israeli-co-vwave-for-up-to-11b-1001487184">
<img class="mainImg" src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1643811235/direct/shutterstock_1017347380_jaeuh7.jpg" alt="Johnson & Johnson credit: PR">
</a>
<h2><a href="/en/article-johnson-johnson-buys-israeli-co-vwave-for-up-to-11b-1001487184">Johnson & Johnson buys Israeli co V-Wave for up to $1.7b</a></h2>
<p>V-Wave’s shunt is an implantable device designed to decrease elevated left atrial pressure seen in congestive heart failure.</p>
<span class="article_tag"><a href="/en/healthcare.tag#fromelement=hp_tags">Healthcare</a></span>
</picture>
</div>
<div class="moreArticles">
<div class="news more"><!-- 20220131 | 942 | 942 -->
<div class="clear"></div>
<div class="mostPopular newsBlock">
<ul>
</ul>
</div>
<div class="moreNews newsBlock selected">
<ul>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1687873858/COT_Pic/800_wvahmb_ghnfmb.jpg" alt="Amir Yaron and Benjamin Netanyahu credit: Noam Moskovitz and Knesset Spokesperson" width="100">
<h2><a href="/en/article-boi-governor-to-pm-get-going-on-the-budget-1001487241">BoI governor to PM: Get going on the budget</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1639903730/direct/shutterstock_548508043_vxckdy.jpg" alt="JP Morgan" width="100">
<h2><a href="/en/article-jpmorgan-cuts-israels-2024-gdp-growth-forecast-1001487266">JPMorgan cuts Israel's 2024 growth forecast</a></h2>
</li>
<li>
<img
src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1705487211/direct/%D7%94%D7%93%D7%9E%D7%99%D7%99%D7%AA_%D7%94%D7%A4%D7%A8%D7%95%D7%99%D7%A7%D7%98._%D7%A7%D7%A8%D7%93%D7%99%D7%98_%D7%90%D7%9C%D7%9B%D7%A1_%D7%9C%D7%95%D7%91%D7%99%D7%A0%D7%95%D7%91_3_lkvbux.jpg"
alt="Planned La Guardia project in Tel Aviv credit: Alex Lubinov" width="100">
<h2><a href="/en/article-housing-prices-in-israel-up-6-since-november-1001487140">Housing prices in Israel up 6% since November</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1651147925/direct/EIZ_9537_qsbpv1.jpg" alt="Employment Service office in Holon credit: Eyal Izhar" width="100">
<h2><a href="/en/article-unemployment-in-israel-dips-to-new-low-1001487158">Unemployment in Israel dips to new low</a></h2>
</li>
<li>
<img
src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1724148734/direct/%D7%A8%D7%99%D7%90%D7%9C%D7%99%D7%98%D7%99_-_%D7%A7%D7%A8%D7%A7%D7%A2_%D7%91%D7%94%D7%A8%D7%A6%D7%9C%D7%99%D7%94._%D7%A7%D7%A8%D7%93%D7%99%D7%98_%D7%A6%D7%97%D7%99_%D7%A7%D7%99%D7%91%D7%A0%D7%A9%D7%98%D7%99%D7%99%D7%9F_bfwkys.jpg"
alt="Land for development in north Herzliya credit: Tzachi Kivenshtein" width="100">
<h2><a href="/en/article-reality-group-buys-herzliya-land-for-over-nis-200m-1001487200">Reality Group buys Herzliya land for over NIS 200m</a></h2>
</li>
<li>
<img src="" alt="" width="100">
<h2><a href="/en/article-tue-shufersal-jumps-leading-tase-gains-1001487240">Tue: Shufersal jumps, leading TASE gains</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1684391772/direct/277089ee-b5a3-45a1-8b6d-f3bda35f5451_spbrhy.jpg" alt="Elbit Systems rocket launcher credit: Elbit Systems" width="100">
<h2><a href="/en/article-meitav-sees-large-upside-in-elbit-systems-1001487167">Meitav sees large upside in Elbit Systems</a></h2>
</li>
</ul>
</div>
<script>
$(function() {
$(".more ul.navNews li").click(function() {
$(".more ul.navNews li").removeClass("selected");
$(this).addClass("selected");
});
$("#mostPopular").click(function() {
$(".more .mostPopular").addClass("selected");
$(".more .moreNews").removeClass("selected");
});
$("#moreNews").click(function() {
$(".more .mostPopular").removeClass("selected");
$(".more .moreNews").addClass("selected");
});
});
</script>
</div>
</div>
</section>
<div class="clear"></div>
<section id="mainContent">
<style>
#mainContent .element {
width: 100%
}
</style>
<div id="col1">
<div class="colTitle">OPINION & FEATURES</div>
<div class="element">
<a href="/en/article-the-jihadist-who-became-a-zionist-1001487058"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1723630979/direct/image001_s4urrr.jpg" alt="Kasim Hafeez credit: CUFI" title="Kasim Hafeez credit: CUFI"></a>
<b><a href="/en/article-the-jihadist-who-became-a-zionist-1001487058">The jihadist who became a Zionist</a></b>
<p>Born into a Pakistani immigrant family in the UK, Kasim Hafeez discusses his journey from Islamic extremism to public diplomacy for Israel, and the emergence of antisemitism into the US mainstream. <span
class="article_tag"><a href="/en/politics.tag#fromelement=hp_tags">Politics</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-the-israeli-behind-a-global-conservative-movement-1001487027"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1723032552/direct/%D7%99%D7%95%D7%A8%D7%9D_%D7%97%D7%96%D7%95%D7%A0%D7%99_4_p4ns67.jpg" alt="Yoram Hazony credit: Rafi Kutz" title="Yoram Hazony credit: Rafi Kutz"></a>
<b><a href="/en/article-the-israeli-behind-a-global-conservative-movement-1001487027">The Israeli behind a global conservative movement</a></b>
<p>Yoram Hazony campaigns for traditional values to fill the vacuum left by what he sees as the inevitable failure of the liberal elite. <span class="article_tag"><a href="/en/politics.tag#fromelement=hp_tags">Politics</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-rating-downgrade-was-preventable-1001486767"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1718179477/one%20time%20use%20only/20240529144947_NOAM9724_pfjxxl.jpg" alt="Minister of Finance Bezalel Smotrich credit: Noam Moskovitch Knesset Spokesperson" title="Minister of Finance Bezalel Smotrich credit: Noam Moskovitch Knesset Spokesperson"></a>
<b><a href="/en/article-rating-downgrade-was-preventable-1001486767">Rating downgrade was preventable</a></b>
<p>Minister of Finance Bezalel Smotrich treats Israel's declining credit rating as a decree of fate, ignoring his government's failure to take necessary steps. <span
class="article_tag"><a href="/en/economy.tag#fromelement=hp_tags">Economy</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-amnon-shashuas-ai-empire-comes-up-against-bg-tech-1001486678"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1723119269/direct/2021-07-20T193223Z_551333664_RC2FOO9V6O20_RTRMADP_3_MOBILEYE-AU_kch6zu.jpg" alt="Amnon Shashua credit: Reuters/Jeenah Moon" title="Amnon Shashua credit: Reuters/Jeenah Moon"></a>
<b><a href="/en/article-amnon-shashuas-ai-empire-comes-up-against-bg-tech-1001486678">Amnon Shashua's AI empire comes up against Big Tech</a></b>
<p>Mobileye, OrCam and AI21 Labs are all challenged by the likes of Nvidia, Qualcomm, and OpenAI, while digital bank One Zero has also had to restructure. <span
class="article_tag"><a href="/en/financialservices.tag#fromelement=hp_tags">Financial services</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-the-economist-predicting-a-post-war-rebound-for-israel-1001486491"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1723116574/direct/800_xrn9sq.jpg" alt="Ofer Klein credit: Jonathan Bloom" title="Ofer Klein credit: Jonathan Bloom"></a>
<b><a href="/en/article-the-economist-predicting-a-post-war-rebound-for-israel-1001486491">The economist predicting a post-war rebound for Israel</a></b>
<p>Harel's Ofer Klein is sanguine about Israel's macro position, sees strong growth once the war ends, and doubts predictions of deep Fed rate cuts. <span class="article_tag"><a href="/en/economy.tag#fromelement=hp_tags">Economy</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-drahis-debt-problems-force-teads-sale-1001486426"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1723116144/direct/%D7%A8%D7%95%D7%99%D7%98%D7%A8%D7%A1----Daniel-Pier---2_lmncse.jpg" alt="Patrick Drahi credit: Reuters/Daniel Pier" title="Patrick Drahi credit: Reuters/Daniel Pier"></a>
<b><a href="/en/article-drahis-debt-problems-force-teads-sale-1001486426">From Israel's richest man to a billionaire with a problem</a></b>
<p>Patrick Drahi built his business empire through aggressive leveraging, which is now weighing it down. <span class="article_tag"><a href="/en/telecomsnmedianmarketing.tag#fromelement=hp_tags">Telecoms, Media & Marketing</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-el-al-has-never-had-it-so-good-1001486271"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1708445682/direct/%D7%90%D7%9C_%D7%A2%D7%9C_f7sgeq.jpg" alt="El Al credit: El Al PR" title="El Al credit: El Al PR"></a>
<b><a href="/en/article-el-al-has-never-had-it-so-good-1001486271">El Al has never had it so good</a></b>
<p>The airline’s share price is soaring amid record profits, as heightened regional tensions and canceled flights by foreign carriers, leave Israelis with limited choice for their summer vacation. <span
class="article_tag"><a href="/en/tourism.tag#fromelement=hp_tags">Tourism</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-israel-left-vulnerable-by-dependency-on-nteli-1001486039"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1632404549/direct/%D7%9E%D7%A4%D7%A2%D7%9C_%D7%90%D7%99%D7%A0%D7%98%D7%9C_%D7%91%D7%A4%D7%AA%D7%97_%D7%AA%D7%A7%D7%95%D7%95%D7%94_%D7%A6%D7%99%D7%9C%D7%95%D7%9D_%D7%90%D7%99%D7%A0%D7%98%D7%9C2_nb1s5o.jpg" alt="Intel plant in Petah Tikva credit: Intel" title="Intel plant in Petah Tikva credit: Intel"></a>
<b><a href="/en/article-israel-left-vulnerable-by-dependency-on-nteli-1001486039">Israel left vulnerable by dependency on Intel</a></b>
<p>Intel’s struggles might not have been so critical if Israel had not missed the opportunity to develop a more diverse semiconductor industry. <span class="article_tag"><a href="/en/it.tag#fromelement=hp_tags">IT</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-prepare-for-an-escalation-1001485641"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1712226414/direct/%D7%A2%D7%9E%D7%95%D7%A1_%D7%99%D7%93%D7%9C%D7%99%D7%9F_%D7%A0%D7%A9%D7%99%D7%90_%D7%9E%D7%99%D7%99%D7%A0%D7%93_%D7%99%D7%A9%D7%A8%D7%90%D7%9C_%D7%A6%D7%9C%D7%9D_%D7%90%D7%9C%D7%9F_%D7%A6_%D7%A4%D7%9C%D7%A1%D7%A7%D7%99_p17pmc.jpg" alt="Amos Yadlin credit: Alan Chapelski" title="Amos Yadlin credit: Alan Chapelski"></a>
<b><a href="/en/article-prepare-for-an-escalation-1001485641">“Prepare for an escalation”</a></b>
<p>“Globes” talks to former IDF Head of military intelligence Maj. Gen. (res.) Amos Yadlin about the impact on Hamas and Hezbollah of the assassinations attributed to Israel and the Iranian axis’s likely response. <span
class="article_tag"><a href="/en/politics.tag#fromelement=hp_tags">Politics</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-seed-round-valuations-on-the-rise-in-israel-1001485629"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1722351836/COT_Pic/800_iyue7g.png" alt="Seed-stage startups credit: Shutterstock" title="Seed-stage startups credit: Shutterstock"></a>
<b><a href="/en/article-seed-round-valuations-on-the-rise-in-israel-1001485629">Seed round valuations on the rise in Israel</a></b>
<p>Contrary to the global trend, Israeli early-stage tech companies are attracting increasing investment. "Globes" investigates the phenomenon. <span class="article_tag"><a href="/en/startups.tag#fromelement=hp_tags">Start ups</a></span>
</p>
</div>
<div class="element">
<a href="/en/article-globes-ten-most-promising-startup-of-2024-1001476543"><img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1713267035/direct/startups-english_yrkkfz.jpg" alt="2024 ''Globes'' most promising startups" title="2024 ''Globes'' most promising startups"></a>
<b><a href="/en/article-globes-ten-most-promising-startup-of-2024-1001476543">"Globes'" ten most promising startup of 2024</a></b>
<p>This year's crop includes technologies from underground mapping to metabolism monitoring to autonomous tractors, and of course features plenty of AI. <span
class="article_tag"><a href="/en/startups.tag#fromelement=hp_tags">Start ups</a></span>
</p>
</div>
</div>
<div class="mainContentSecond">
<div class="graph">
<script src="/portal/handlers/addbom.ashx?srcenc=windows-1255&jsfile=/data/js/currency_ContinuousRates.js"></script>
<script src="/portal/handlers/addbom.ashx?srcenc=windows-1255&jsfile=/data/js/currency_RepresentativeRates.js"></script>
<script language="javascript" type="text/javascript" src="https://www.globes.co.il/data/webservices/exchanges_details.ashx?exchanges=tase,nyse,tse,lse,australia"></script>
<script>
var lastIndicesRowId = 'IndicesRow0';
var currentMainTab = '';
var currentLowerTab = '';
function BuildIndices(upperT, lowerT) {
currentMainTab = upperT;
currentLowerTab = lowerT;
var sPath = "/data/webservices/fb.ashx?upper_tab=" + upperT + "&lower_tab=" + lowerT;
httpget(sPath, GetIndicesResult)
}
function GetIndicesResult(url, x) {
try {
var res = x.responseText;
var rowsArr = res.split('\n');
var sRes = [];
var imgProgName = 'SChart.aspx';
if (currentMainTab.toLowerCase() == 'currencies/commodities') {
imgProgName = 'cchart.aspx';
}
for (var i = 0; i < rowsArr.length; i++) {
var fieldsArr = rowsArr[i].split('|');
var class_name = 'result';
if (i == 0) {
class_name = 'result on';
}
var percentClass = 'up';
var percentStr = '';
var percentNum = fieldsArr[6];
var styleStr = ''
var imgDir = "up";
var cssClass = "more";
if (!isNaN(percentNum) && percentNum.length > 0) {
percentStr = percentNum;
if (percentStr.substring(0, 1) == '-') {
percentClass = 'down';
imgDir = "down";
cssClass = "less";
} else if (percentStr.length > 0) {
percentStr = '+' + percentStr
imgDir = "up";
cssClass = "more";
} else {
imgDir = "Unchanged";
cssClass = "nopchange";
}
percentStr = percentNum + '%';
} else {
percentStr = "---";
styleStr = 'style="color:black"';
imgDir = "Unchanged";
cssClass = "nopchange";
}
//var IndiceName=fieldsArr[4].toLowerCase().replace('index','').substring(0,8);
//var IndiceName=fieldsArr[4];//.replace('index','').substring(0,10);
//if(currentMainTab.toLowerCase()=='currencies/commodities')
//{
// IndiceName=fieldsArr[4];
//}
var IndiceShortName = fieldsArr[4];
var IndiceName = fieldsArr[4];
var nameArr = fieldsArr[4].split('^')
var disabled = fieldsArr[7]
if (nameArr.length == 2) {
IndiceShortName = nameArr[0];
IndiceName = nameArr[1];
} else {
IndiceShortName = fieldsArr[4].replace('index', '').substring(0, 8);
}
if (i == 0) {
var iconSrc = 'https://images.globes.co.il/images/site/finance/' + imgDir + '_icon_1.png';
var graphSrc = 'https://graph.globes.co.il/graphs3.5/schart.aspx?width=600&height=190&symbol=' + fieldsArr[3] + '&exchange=' + fieldsArr[2] + '&style=fp&chartcolor=edf4f9'
if (disabled == 'd') {
graphSrc = '';
iconSrc = '';
}
sRes.push('<div class="top"><div class="right"><img width="36" height="35" alt="" src="' + iconSrc + '"><span class="name">' + IndiceShortName + '</span></div>');
sRes.push('<div class="left"><div class="percent ' + cssClass + '">' + percentStr + '</div><div class="number">' + fieldsArr[5] + '</div></div></div>');
sRes.push('<div class="chart"><img id="imgIndice" src="' + graphSrc + '" style="min-height:120px;"/></div><table cellspacing=0 cellpadding=0>');
}
sRes.push('<tr title="' + IndiceName + '" id="IndicesRow' + i.toString() + '" class="' + class_name + '" onmouseover="IndicesSelect(\'IndicesRow' + i.toString() + '\',\'' + fieldsArr[2] + '\',\'' + fieldsArr[3] + '\',' + i + ',\'' +
imgDir + '\',\'' + IndiceShortName + '\',\'' + cssClass + '\', \'' + percentStr + '\',\'' + fieldsArr[5] + '\',\'' + disabled + '\');">');
sRes.push('<td class=name onclick="location.href=\'/Finance/Instrument/Instrument.asp?Feeder=' + fieldsArr[0] + '&InstrumentID=' + fieldsArr[1] +
'&Lang=EN\'" style="cursor:pointer" class="name" onmousedown="_gaq.push([\'_trackEvent\', \'Finance Box EN\', \'ItemClick\', \'ItemClick\', undefined, true]);">' + IndiceShortName + '</td>');
sRes.push('<td class="number val">' + fieldsArr[5] + '</td>');
sRes.push('<td class="percent ' + percentClass + '" ' + styleStr + '>' + percentStr + '</td>');
sRes.push('</tr>');
}
//document.getElementById("divIndices").innerHTML = '';
$("#divIndices").html('<div class="info">' + sRes.join('') + "</table></div>");
// IE bug fix ...
setTimeout('$("#divIndices").find(".info").show();', 750);
//alert(res);
} catch (e) {
//alert(e.description);
//hideMarketWatchDiv();
}
}
function MainTabsClick(n) {
var class_name = ''
for (var i = 1; i < 6; i++) {
class_name = ''
if (i == 1) {
class_name = 'first '
}
if (i == n) {
//alert('n:'+n);
class_name += 'selected'
$('#row2tab' + i).removeClass("hide");
//document.getElementById('a'+i+'_1').click();
switch (i) {
case 1:
row2tabClick('a1_', 4, 1, 'tase', 'indices');
break;
case 2:
row2tabClick('a2_', 5, 1, 'ws', 'indices');
break;
case 3:
row2tabClick('a3_', 5, 1, 'europe', 'indices');
break;
case 4:
row2tabClick('a4_', 4, 1, 'asia', 'indices');
break;
case 5:
row2tabClick('a5_', 1, 1, 'currencies/commodities', '');
break;
}
} else {
//alert('i:'+i);
$('#row2tab' + i).addClass("hide");
}
document.getElementById('tab' + i).className = class_name
}
lastIndicesRowId = 'IndicesRow0';
}
function row2tabClick(tabPrefix, maxTabs, n, upperTab, lowerTab) {
for (var i = 1; i <= maxTabs; i++) {
if (i == n) {
document.getElementById(tabPrefix + i).className = 'selected'
} else {
document.getElementById(tabPrefix + i).className = ''
}
}
//alert(upperTab + " "+lowerTab)
BuildIndices(upperTab, lowerTab);
lastIndicesRowId = 'IndicesRow0';
}
function IndicesSelect(indicesRowId, exchangeStr, symbolStr, rowIdx, imgDir, IndiceShortName, cssClass, percentStr, val, disabled) {
try {
if (indicesRowId != lastIndicesRowId) {
var lastObj = document.getElementById(lastIndicesRowId)
if (lastObj) {
lastObj.className = 'result';
}
document.getElementById(indicesRowId).className = 'result ' + cssClass;
lastIndicesRowId = indicesRowId;
var imgProgName = 'SChart.aspx';
if (currentMainTab.toLowerCase() == 'currencies/commodities' && rowIdx < 3) {
imgProgName = 'cchart.aspx';
}
var imgObj = document.getElementById('imgIndice');
if (disabled == 'd' /*symbolStr == 'UKX'*/ ) {
if (imgObj) {
imgObj.src = ''
}
} else {
if (imgObj) {
imgObj.src = 'https://graph.globes.co.il/graphs3.5/schart.aspx?width=600&height=190&symbol=' + symbolStr + '&exchange=' + exchangeStr + '&style=fp&chartcolor=edf4f9';
} else {
alert('not found')
}
}
$("#divIndices").find(".info").find("div.top div.right .name").html(IndiceShortName);
$("#divIndices").find(".info").find("div.top div.right img").attr("src", "https://images.globes.co.il/images/site/finance/" + imgDir + "_icon_1.png");
$("#divIndices").find(".info").find("div.top div.left div.percent").text(percentStr);
$("#divIndices").find(".info").find("div.top div.left div.percent").attr("class", "percent " + cssClass);
$("#divIndices").find(".info").find("div.top div.left div.number").text(val);
}
} catch (e) {
// alert(e.description);
}
}
</script>
<div class="colTitle">MARKET DATA</div>
<section id="mainGraphs">
<ul class="nav menu2">
<li class="selected" id="tab1" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'TEL AVIV', 'Top - TEL AVIV', undefined, true]);">
<a href="javascript:void(0);" onclick="MainTabsClick(1);"><h3>TEL AVIV</h3><div id="tasetabclose">closed</div></a></li>
<li id="tab2" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'US', 'Top - US', undefined, true]);"><a onclick="MainTabsClick(2);" href="javascript:void(0);"><h3>WALL STREET</h3><div id="wstabclose">0:48 to close </div></a></li>
<li id="tab3" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'EUROPE', 'Top - EUROPE', undefined, true]);"><a href="javascript:void(0);" onclick="MainTabsClick(3);"><h3>EUROPE</h3><div id="eurotabclose">closed</div></a></li>
<li id="tab4" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ASIA', 'Top - ASIA', undefined, true]);"><a href="javascript:void(0);" onclick="MainTabsClick(4);"><h3>ASIA</h3><div id="asiatabclose">closed</div></a></li>
<li id="tab5" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'CURRENCIES', 'Top - CURRENCIES', undefined, true]);"><a href="javascript:void(0);" onclick="MainTabsClick(5);">CURRENCIES</a></li>
</ul>
<div class="menu3 sub_title_white" id="row2tab1">
<a class="selected" href="javascript:void(0);" onclick="row2tabClick('a1_',4,1,'tase','indices')" id="a1_1" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'TEL AVIV', 'ViewTab - Indices', undefined, true]);">Indices</a><a href="javascript:void(0);" onclick="row2tabClick('a1_',4,2,'tase','active')" id="a1_2" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'TEL AVIV', 'ViewTab - Active', undefined, true]);" class="">Active</a><a href="javascript:void(0);" onclick="row2tabClick('a1_',4,3,'tase','up')" id="a1_3" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'TEL AVIV', 'ViewTab - Advancers', undefined, true]);" class="">Advancers</a><a href="javascript:void(0);" onclick="row2tabClick('a1_',4,4,'tase','down')" id="a1_4" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'TEL AVIV', 'ViewTab - Decliners', undefined, true]);" class="">Decliners</a><!-- <img style="vertical-align:middle;" src="../HpImages/Shared/icon_Up.gif" height="12"/> --><!-- <img style="vertical-align:middle;" src="../HpImages/Shared/icon_Down.gif" height="12"/> -->
</div>
<div class="menu3 sub_title_white hide" id="row2tab2">
<a class="selected" href="javascript:void(0);" onclick="row2tabClick('a2_',5,1,'ws','indices')" id="a2_1" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'US', 'ViewTab - Indices', undefined, true]);">Indices</a><a href="javascript:void(0);" onclick="row2tabClick('a2_',5,2,'ws','active')" id="a2_2" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'US', 'ViewTab - Active', undefined, true]);">Active</a><a href="javascript:void(0);" onclick="row2tabClick('a2_',5,3,'ws','up')" id="a2_3" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'US', 'ViewTab - Advancers', undefined, true]);">Advancers</a><a href="javascript:void(0);" onclick="row2tabClick('a2_',5,4,'ws','down')" id="a2_4" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'US', 'ViewTab - Decliners', undefined, true]);">Decliners</a><a href="javascript:void(0);" onclick="row2tabClick('a2_',5,5,'ws','israelies')" id="a2_5" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'US', 'ViewTab - Israeli', undefined, true]);">Israeli</a>
</div>
<div class="menu3 sub_title_white hide" id="row2tab3">
<a class="selected" href="javascript:void(0);" onclick="row2tabClick('a3_',5,1,'europe','indices')" id="a3_1" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'EUROPE', 'ViewTab - Indices', undefined, true]);">Indices</a><a href="javascript:void(0);" onclick="row2tabClick('a3_',5,2,'europe','active')" id="a3_2" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'EUROPE', 'ViewTab - Active', undefined, true]);">Active</a><a href="javascript:void(0);" onclick="row2tabClick('a3_',5,3,'europe','up')" id="a3_3" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'EUROPE', 'ViewTab - Advancers', undefined, true]);">Advancers</a><a href="javascript:void(0);" onclick="row2tabClick('a3_',5,4,'europe','down')" id="a3_4" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'EUROPE', 'ViewTab - Decliners', undefined, true]);">Decliners</a><a href="javascript:void(0);" onclick="row2tabClick('a3_',5,5,'europe','israelies')" id="a3_5" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'EUROPE', 'ViewTab - Israeli', undefined, true]);">Israeli</a>
</div>
<div class="menu3 sub_title_white hide" id="row2tab4">
<a class="selected" href="javascript:void(0);" onclick="row2tabClick('a4_',4,1,'asia','indices')" id="a4_1" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ASIA', 'ViewTab - Indices', undefined, true]);">Indices</a><a href="javascript:void(0);" onclick="row2tabClick('a4_',4,2,'asia','active')" id="a4_2" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ASIA', 'ViewTab - Active', undefined, true]);">Active</a><a href="javascript:void(0);" onclick="row2tabClick('a4_',4,3,'asia','up')" id="a4_3" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ASIA', 'ViewTab - Advancers', undefined, true]);">Advancers</a><a href="javascript:void(0);" onclick="row2tabClick('a4_',4,4,'asia','down')" id="a4_4" onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ASIA', 'ViewTab - Decliners', undefined, true]);">Decliners</a>
</div>
<div class="menu3 sub_title_white hide" id="row2tab5">
<a class="selected" href="javascript:void(0);" style="border:none;" onclick="row2tabClick('a5_',1,1,'currencies/commodities','')" id="a5_1"> </a>
</div>
<div class="right_box_content bdr" id="divIndices">
<div class="info">
<div class="top">
<div class="right"><img width="36" height="35" alt="" src="https://images.globes.co.il/images/site/finance/up_icon_1.png"><span class="name">TA 35</span></div>
<div class="left">
<div class="percent more">0.17%</div>
<div class="number">2060.25</div>
</div>
</div>
<div class="chart"><img id="imgIndice" src="https://graph.globes.co.il/graphs3.5/schart.aspx?width=600&height=190&symbol=9999020&exchange=tase&style=fp&chartcolor=edf4f9" style="min-height:120px;"></div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr title="Tel Aviv 35" id="IndicesRow0" class="result on" onmouseover="IndicesSelect('IndicesRow0','tase','9999020',0,'up','TA 35','more', '0.17%','2060.25','a');">
<td class="name" onclick="location.href='/Finance/Instrument/Instrument.asp?Feeder=0&InstrumentID=979&Lang=EN'" style="cursor:pointer"
onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ItemClick', 'ItemClick', undefined, true]);">TA 35</td>
<td class="number val">2060.25</td>
<td class="percent up">0.17%</td>
</tr>
<tr title="Tel Aviv 125" id="IndicesRow1" class="result" onmouseover="IndicesSelect('IndicesRow1','tase','9999012',1,'up','TA 125','more', '0.11%','2043.65','a');">
<td class="name" onclick="location.href='/Finance/Instrument/Instrument.asp?Feeder=0&InstrumentID=980&Lang=EN'" style="cursor:pointer"
onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ItemClick', 'ItemClick', undefined, true]);">TA 125</td>
<td class="number val">2043.65</td>
<td class="percent up">0.11%</td>
</tr>
<tr title="BlueTech Global" id="IndicesRow2" class="result" onmouseover="IndicesSelect('IndicesRow2','tase','9999533',2,'up','BlueTech Global','more', '0.15%','413.36','a');">
<td class="name" onclick="location.href='/Finance/Instrument/Instrument.asp?Feeder=0&InstrumentID=983&Lang=EN'" style="cursor:pointer"
onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ItemClick', 'ItemClick', undefined, true]);">BlueTech Global</td>
<td class="number val">413.36</td>
<td class="percent up">0.15%</td>
</tr>
<tr title="TA SME60" id="IndicesRow3" class="result" onmouseover="IndicesSelect('IndicesRow3','tase','9999632',3,'up','TA SME60','more', '0.62%','693.88','a');">
<td class="name" onclick="location.href='/Finance/Instrument/Instrument.asp?Feeder=0&InstrumentID=11733&Lang=EN'" style="cursor:pointer"
onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ItemClick', 'ItemClick', undefined, true]);">TA SME60</td>
<td class="number val">693.88</td>
<td class="percent up">0.62%</td>
</tr>
<tr title="Real Estate" id="IndicesRow4" class="result" onmouseover="IndicesSelect('IndicesRow4','tase','9999657',4,'down','Real Estate','less', '-0.20%','940.93','a');">
<td class="name" onclick="location.href='/Finance/Instrument/Instrument.asp?Feeder=0&InstrumentID=11735&Lang=EN'" style="cursor:pointer"
onmousedown="_gaq.push(['_trackEvent', 'Finance Box EN', 'ItemClick', 'ItemClick', undefined, true]);">Real Estate</td>
<td class="number val">940.93</td>
<td class="percent down">-0.20%</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="clear"></div>
<div id="exchangeRate">
<div class="er"><b>NIS/USD</b>
<div class="rate">3.6940</div>
<div class="percent less">-0.1900%</div>
</div>
<div class="er"><b>NIS/EUR</b>
<div class="rate">4.0926</div>
<div class="percent more">0.1800%</div>
</div>
<div class="er"><b>USD/EUR</b>
<div class="rate">1.1111</div>
<div class="percent more">0.23%</div>
</div>
</div>
<script>
// nyse New York
var nyse_MinutsLeft = parseInt((exchanges_details.now - exchanges_details.exchanges["nyse"].close) / 60000) * -1
// lse London
var lse_MinutsLeft = parseInt((exchanges_details.now - exchanges_details.exchanges["lse"].close) / 60000) * -1
// tase Tel Aviv
var tase_MinutsLeft = parseInt((exchanges_details.now - exchanges_details.exchanges["tase"].close) / 60000) * -1
// tse Tokio
var tse_MinutsLeft = parseInt((exchanges_details.now - exchanges_details.exchanges["tse"].close) / 60000) * -1
// australia
var australia_MinutsLeft = parseInt((exchanges_details.now - exchanges_details.exchanges["australia"].close) / 60000) * -1
function AddExchangeRarte(obj, dispName) {
var cssClass = (1 * obj.percentageChange >= 0) ? "more" : "less";
var val = (typeof obj.Currency != 'undefined') ? obj.Currency : obj.last;
$("#exchangeRate").append('<div class="er"><b>' + dispName + '</b><div class="rate">' + val + '</div><div class="percent ' + cssClass + '">' + obj.percentageChange + '%</div></div>');
}
function fixSecondLength(str) {
if ((str + "").length == 1) return "0" + str
return str
}
AddExchangeRarte(RepresentativeRates_details.RepresentativeRates[0], "NIS/USD");
AddExchangeRarte(RepresentativeRates_details.RepresentativeRates[1], "NIS/EUR");
AddExchangeRarte(ContinuousRates_details.ContinuousRates[1], "USD/EUR");
var txt = "";
// tase close time
if (exchanges_details.exchanges["tase"].status == "opened") {
var iMinuts = tase_MinutsLeft * 1;
var iSecond = parseInt(iMinuts / 60)
txt = iSecond + ":" + fixSecondLength(iMinuts % 60) + " to close ";
} else {
txt = "closed";
}
// $("div.telaviv div.close").text(txt);
$("#tasetabclose").text(txt);
// nyse close time
if (exchanges_details.exchanges["nyse"].status == "opened") {
var iMinuts = nyse_MinutsLeft * 1;
var iSecond = parseInt(iMinuts / 60)
txt = iSecond + ":" + fixSecondLength(iMinuts % 60) + " to close ";
} else {
txt = "closed";
}
//$("div.israwallstreet div.close").text(txt);
//$("div.wallstreet div.close").text(txt);
//$("#iwstabclose").text(txt);
$("#wstabclose").text(txt);
// europe close time
if (exchanges_details.exchanges["lse"].status == "opened") {
var iMinuts = lse_MinutsLeft * 1;
var iSecond = parseInt(iMinuts / 60)
txt = iSecond + ":" + fixSecondLength(iMinuts % 60) + " to close ";
} else {
txt = "closed";
}
//$("div.europe div.close").text(txt);
$("#eurotabclose").text(txt);
// asia close time
if (exchanges_details.exchanges["tse"].status == "opened") {
var iMinuts = tse_MinutsLeft * 1;
var iSecond = parseInt(iMinuts / 60)
txt = iSecond + ":" + fixSecondLength(iMinuts % 60) + " to close ";
} else {
txt = "closed";
}
//$("div.asia div.close").text(txt);
$("#asiatabclose").text(txt);
</script>
<div class="clear"></div>
</section>
</div>
<div id="mainGraphLiks">
<a class="more">More Market Data <i class="fa"></i></a>
<div id="MP_content">
<h3>Market prices </h3>
<div class="subTitleMP">Stocks and bonds</div>
<ul>
<li><a href="/serveen/globes/nodeview.asp?fid=4119">Tel Aviv market report</a></li>
<li><a href="/Finance/Shared/SearchResults.asp?Feeder=0&TypeID=6&WhatType=1&lang=EN&strToSearch=A">Tel Aviv Stock Exchange</a></li>
<li><a href="/Finance/Shared/SearchResults.asp?Feeder=1&SearchIdxInst=1&Lang=EN&WhatType=3&TypeID=12&IdxInstrumentID=">Israeli stocks in NY</a></li>
<li><a href="/portal/arbitrage/?Lang=en">Arbitrage gaps for dual-listed stocks</a></li>
<li><a href="/Finance/Shared/SearchResults.asp?Feeder=1&WhatType=3&TypeID=14&lang=en">Israeli stocks in Europe</a></li>
<li><a href="/Finance/Shared/SearchResults.asp?Feeder=1&WhatType=3&TypeID=30&lang=en">Israeli stocks on other markets</a></li>
<li><a href="/Finance/Shared/SearchResults.asp?ExchangeID=45&Feeder=0&TypeID=15&WhatType=1&lang=en">Tel Aviv 25 options</a></li>
<li><a href="/Finance/Shared/SearchResults.asp?Lang=EN&Field=3&Direction=1&WhatType=1&TypeID=16&Feeder=0&strToSearch=A">Mutual funds</a></li>
</ul>
<div class="subTitleMP">Exchange rates</div>
<ul>
<li>
<a href="/Finance/Currency/BigCurrency1_en.htm" onclick="window.open(this.href,'','resizable=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,fullscreen=yes,dependent=yes,width=550,height=750,status'); return false">Current representative shekel rates</a>
</li>
<li><a onclick="window.open('/serveEn/fcurrency/HistoryRates.asp','mp_win','menubar=false,resizable=yes,fullscreen=yes,dependent=yes,width=720,height=450');" href="javascript:void(0);">Historical representative shekel rates</a></li>
<li><a href="/Finance/Shared/SearchResults.asp?ExchangeID=45&Feeder=0&TypeID=18&WhatType=1&lang=en">Shekel/dollar options</a></li>
<li><a href="/serveen/globes/GlobalExchangeRates.asp">Global exchange rates</a></li>
</ul>
<div class="subTitleMP">Price indices</div>
<ul>
<li><a href="/finance/indexprice/indexprice.asp?Lang=EN&Year=2014">Monthly indices</a></li>
<li><a href="/finance/indexprice/inflation.asp?Lang=EN">Annual movements</a></li>
</ul>
</div>
<a href="/news/home.aspx?fid=7671&leadid=992">Israel Real Estate Conference <i class="fa"></i></a>
<a href="/en/mador.aspx?fid=4122">Israel Resources <i class="fa"></i></a>
</div>
<!-- 10961 not active -->
<script>
$(".more").click(function() {
$("#MP_content").toggle();
});
</script>
<div id="iconsMobi">
<a class="fa fa-twitter" href="https://twitter.com/GlobesEnglish"><span>Visit twitter</span></a>
<a class="fa fa-facebook" href="https://www.facebook.com/pages/Globes-English/789492651065653"><span>Visit our page</span></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/company/globes"><span>Visit our page</span></a>
<a class="fa fa-rss" href="/en/article.aspx?did=850820"><span>Visit rss</span></a>
<a class="fa fa-envelope-o" href="javascript:mail_article('fid=942');"><span>Mail it</span></a>
</div>
<div class="element banner">
<script>
if (!is_mobile) {
document.write(ad_handler.google_div({
"url": "/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_1",
"sizes": "[300,250]",
"local": "en.spot.hp.1"
}))
}
</script>
<div id="div-gpt-ad-1724181163474-1" url="/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_1" style="width:300px;height:250px" data-google-query-id="CK6m2q-jhIgDFT4uVQgdqtkFPg">
<div id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_1_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_1_0"
name="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_1_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement"
tabindex="0" allow="attribution-reporting" data-load-complete="true" data-google-container-id="2" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<div class="colTitle">MOST POPULAR</div>
<div class="news popular">
<ul class="navNews">
<li id="mostPopularMonth">MONTH</li>
<li id="mostPopularWeek">WEEK</li>
<li id="mostPopularDay" class="selected">DAY</li>
</ul>
<div class="clear"></div>
<div class="mostPopular newsBlock month">
<ul>
<li>
<h2><a href="/en/article-1001486301">Israel Shipyards set to deliver 2 attack vessels to Philippines</a></h2>
</li>
<li>
<h2><a href="/en/article-1001485872">Intel layoffs in Israel to begin Monday</a></h2>
</li>
<li>
<h2><a href="/en/article-1001485392">Should Israel take Turkey's invasion threat seriously?</a></h2>
</li>
<li>
<h2><a href="/en/article-1001485853">Int'l airlines suspend flights; El Al supplements schedule</a></h2>
</li>
<li>
<h2><a href="/en/article-1001485144">Philippine army test fires Elbit tanks</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486271">El Al has never had it so good</a></h2>
</li>
<li>
<h2><a href="/en/article-1001485946">Israel Navy tests new interceptor; US upgrades readiness</a></h2>
</li>
</ul>
</div>
<div class="mostPopular newsBlock week">
<ul>
<li>
<h2><a href="/en/article-1001486834">Passengers shun Tel Aviv light rail</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486873">Israeli startups provide IDF with tech advantage</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486761">UK chip giant ARM developing GPU in Israel</a></h2>
</li>
<li>
<h2><a href="/en/article-1001487048">El Al pays no tax on its record profits</a></h2>
</li>
<li>
<h2><a href="/en/article-1001487135">El Al milks monopoly on Tel Aviv - New York flights</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486845">El Al's profit keeps climbing</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486987">Per capita growth negative in Q2</a></h2>
</li>
</ul>
</div>
<div class="mostPopular newsBlock day selected">
<ul>
<li>
<h2><a href="/en/article-1001487048">El Al pays no tax on its record profits</a></h2>
</li>
<li>
<h2><a href="/en/article-1001487135">El Al milks monopoly on Tel Aviv - New York flights</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486761">UK chip giant ARM developing GPU in Israel</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486873">Israeli startups provide IDF with tech advantage</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486987">Per capita growth negative in Q2</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486991">Ryanair cancels all Israel flights until end of September</a></h2>
</li>
<li>
<h2><a href="/en/article-1001486997">Landa’s lab-grown diamonds co LUSIX seeks debt settlement</a></h2>
</li>
</ul>
</div>
<script>
$(function() {
$(".popular ul.navNews li").click(function() {
$(".popular ul.navNews li").removeClass("selected");
$(this).addClass("selected");
});
$("#mostPopularDay").click(function() {
$(".popular .mostPopular").removeClass("selected");
$(".popular .mostPopular.day").addClass("selected");
});
$("#mostPopularWeek").click(function() {
$(".popular .mostPopular").removeClass("selected");
$(".popular .mostPopular.week").addClass("selected");
});
$("#mostPopularMonth").click(function() {
$(".popular .mostPopular").removeClass("selected");
$(".popular .mostPopular.month").addClass("selected");
});
});
</script>
</div>
<div class="element banner">
<script>
if (!is_mobile) {
document.write(ad_handler.google_div({
"url": "/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_2",
"sizes": "[300,250]",
"local": "en.spot.hp.2"
}))
}
</script>
<div id="div-gpt-ad-1724181163474-2" url="/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_2" style="width:300px;height:250px" data-google-query-id="CIjx2q-jhIgDFcAxvwQdjlMAYg">
<div id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_2_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_2_0"
name="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_2_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement"
tabindex="0" allow="attribution-reporting" data-load-complete="true" data-google-container-id="3" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<div class="element">
<div class="colTitle"><a target="_blank" href="https://www.globes.co.il/news/gibli">Gil Gibli</a></div>
<a id="hpgibli" href="https://www.globes.co.il/news/gibli"><img src="https://images.globes.co.il/images/NewGlobes/gibliSite/2021/buziS-300x380.2021602T181649.jpg" alt="Isaac Herzog, 11th President of the State of Israel" title="Isaac Herzog, 11th President of the State of Israel"></a>
</div>
<div class="element banner">
<script>
if (!is_mobile) {
document.write(ad_handler.google_div({
"url": "/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_3",
"sizes": "[300,250]",
"local": "en.spot.hp.3"
}))
}
</script>
<div id="div-gpt-ad-1724181163474-3" url="/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_3" style="width:300px;height:250px" data-google-query-id="CKjf2q-jhIgDFackVQgdAGUwqg">
<div id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_3_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_3_0"
name="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_3_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement"
tabindex="0" allow="attribution-reporting" data-load-complete="true" data-google-container-id="4" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<div class="missedArticles" id="missedArticles">
<div class="colTitle">YOU MAY HAVE MISSED</div>
<div class="news more"><!-- 20220131 | 942 | 14214 -->
<div class="clear"></div>
<div class="mostPopular newsBlock">
<ul>
</ul>
</div>
<div class="moreNews newsBlock selected">
<ul>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1715519082/one%20time%20use%20only/800_l6qfop.jpg" alt="Reda Masarwa credit: Intel" width="100">
<h2><a href="/en/article-the-israeli-doing-the-nuts-and-bolts-of-intels-revolution-1001479885">The Israeli doing the nuts and bolts of Intel's revolution</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1716901776/direct/2024-04-16T133254Z_2111023195_MT1SIPA0006H143Q_RTRMADP_3_SIPA-U_rx6yc8.jpg"
alt="Tech workers protest Israel cooperation credit: Cristina Matuozzi Reuters" width="100">
<h2><a href="/en/article-anti-israel-activists-tackle-us-tech-giants-1001480008">Anti-Israel activists tackle US tech giants</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1715511141/direct/%D7%AA%D7%9E%D7%95%D7%A0%D7%941_nokmfh.jpg" alt="Tel Aviv's planned Azrieli Spiral Tower" width="100">
<h2><a href="/en/article-tel-aviv-looks-to-the-skies-1001478628">Tel Aviv looks to the skies</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1716189823/direct/%D7%9E%D7%99%D7%99%D7%A0%D7%94_ztwhdt.png" alt="Indian mynah bird in Hayarkon Park, Tel Aviv" width="100">
<h2><a href="/en/article-fewer-butterflies-more-invaders-nature-in-retreat-in-israel-1001479121">Fewer butterflies, more invaders: Nature in retreat in Israel</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1716366833/direct/NMW_7483-Edit_rkybvy.jpg" alt="Joshua Burgin credit: Nick Hanyok imaging" width="100">
<h2><a href="/en/article-the-golden-age-of-jews-in-america-is-cracking-1001479914">"The golden age of Jews in America is cracking"</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1630234866/direct/%D7%A7%D7%A8%D7%93%D7%99%D7%98_%D7%A6%D7%9C%D7%9D_%D7%A8%D7%9F_%D7%91%D7%99%D7%A8%D7%9F_xttznc.jpg" alt="Tamir Pardo credit: Ran Biran"
width="100">
<h2><a href="/en/article-the-small-rosh-haayin-company-challenging-elon-musk-1001478970">The small Rosh Ha’ayin company challenging Elon Musk</a></h2>
</li>
<li>
<img src="https://res.cloudinary.com/globes/image/upload/t_800X392/v1713105732/COT_Pic/800_arputd.jpg" alt="Irael's defense industries Illustration Tali Bogdanovsky credit: IDF Spokesperson Ministry of Defense" width="100">
<h2><a href="/en/article-israels-defense-companies-register-remarkable-victory-1001476551">Israel's defense companies register remarkable victory</a></h2>
</li>
</ul>
</div>
<script>
$(function() {
$(".more ul.navNews li").click(function() {
$(".more ul.navNews li").removeClass("selected");
$(this).addClass("selected");
});
$("#mostPopular").click(function() {
$(".more .mostPopular").addClass("selected");
$(".more .moreNews").removeClass("selected");
});
$("#moreNews").click(function() {
$(".more .mostPopular").removeClass("selected");
$(".more .moreNews").addClass("selected");
});
});
</script>
</div>
</div>
<div class="pirsumsdera">
<a href="/en/mynewsletters.aspx" target="_blank">
<img src="https://res.cloudinary.com/globes/image/upload/v1643893807/Digital/homepage_button_300x140.png">
</a>
</div>
<script>
console.log('body.width', $('body').width())
if ($('body').width() > 956) {
document.write(ad_handler.google_div({
"url": "/22932857709/en_globes_desktop/en_globes_desktop_hp_300x600_1",
"sizes": "[300, 600]",
"local": "en.tower.hp.1"
}))
}
</script>
<div id="div-gpt-ad-1724181163474-4" url="/22932857709/en_globes_desktop/en_globes_desktop_hp_300x600_1" style="width:300px;height:600px" data-google-query-id="CL7c26-jhIgDFaY0VQgdQ3YQ_A">
<div id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x600_1_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x600_1_0"
name="google_ads_iframe_/22932857709/en_globes_desktop/en_globes_desktop_hp_300x600_1_0" title="3rd party ad content" width="300" height="600" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement"
tabindex="0" allow="attribution-reporting" data-load-complete="true" data-google-container-id="5" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<div id="col3">
<script>
if (is_mobile) {
document.write(ad_handler.google_div({
"url": "/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_1",
"sizes": "[300,250]",
"local": "en.spot.hp.#:20200512001"
}))
}
</script>
<div class="colTitle">NEWS</div>
<section class="newsBlock">
<h3>MARKET</h3>
<ul>
<li>
<h2><a href="/en/article-tue-shufersal-jumps-leading-tase-gains-1001487240">Tue: Shufersal jumps, leading TASE gains</a></h2>
</li>
<li>
<h2><a href="/en/article-meitav-sees-large-upside-in-elbit-systems-1001487167">Meitav sees large upside in Elbit Systems</a></h2>
</li>
<li>
<h2><a href="/en/article-shufersals-performance-improves-under-amir-brothers-1001487190">Shufersal's performance improves under Amir brothers</a></h2>
</li>
<li>
<h2><a href="/en/article-zim-umps-sharply-after-raising-guidance-1001487123">ZIM jumps sharply after raising guidance</a></h2>
</li>
<li>
<h2><a href="/en/article-azrieli-group-ceo-eyal-chenkin-to-switch-roles-1001487060">Azrieli Group CEO Eyal Chenkin to switch roles</a></h2>
</li>
<li>
<h2><a href="/en/article-el-al-pays-no-tax-on-its-record-profits-1001487048">El Al pays no tax on its record profits</a></h2>
</li>
<li>
<h2><a href="/en/article-optimism-about-ceasefire-talks-strengthens-shekel-1001486979">Optimism about ceasefire talks boosts shekel</a></h2>
</li>
<li>
<h2><a href="/en/article-cellcom-awards-new-ceo-eli-adadi-nis-32m-pay-package-1001486985">Cellcom awards new CEO Eli Adadi NIS 3.2m pay package</a></h2>
</li>
</ul>
</section>
<script>
if (is_mobile) {
document.write(ad_handler.google_div({
"url": "/22932857709/en_globes_desktop/en_globes_desktop_hp_300x250_2",
"sizes": "[300,250]",
"local": "en.spot.hp.#:20200512002"
}))
}
</script>
<section class="newsBlock">
<h3>ECONOMY</h3>
<ul>
<li>
<h2><a href="/en/article-per-capita-growth-negative-in-q2-1001486987">Per capita growth negative in Q2</a></h2>
</li>
<li>
<h2><a href="/en/article-inflation-in-israel-climbs-back-above-target-range-1001486962">Inflation in Israel rises back above target range</a></h2>
</li>
<li>
<h2><a href="/en/article-mortgage-taking-tops-nis-9b-for-first-time-since-2022-1001486790">Mortgage taking tops NIS 9b for first time since 2022</a></h2>
</li>
<li>
<h2><a href="/en/article-fitch-downgrade-sends-clear-message-on-2025-budget-1001486617">Fitch downgrade sends clear message on 2025 budget</a></h2>
</li>
<li>
<h2><a href="/en/article-tech-workers-pay-a-third-of-all-income-tax-study-1001486609">Tech workers pay a third of all income tax - study</a></h2>
</li>
<li>
<h2><a href="/en/article-fiitch-cuts-israels-credit-rating-with-negative-outlook-1001486569">Fitch cuts Israel's credit rating with negative outlook</a></h2>
</li>
<li>
<h2><a href="/en/article-netanyahu-empowered-to-choose-civil-service-commissioner-1001486531">Netanyahu to choose Civil Service Commissioner</a></h2>
</li>
<li>
<h2><a href="/en/article-treasury-prepares-2025-emergency-budget-cuts-plan-1001486498">Treasury prepares 2025 emergency budget cuts plan</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>LEGAL</h3>
<ul>
<li>
<h2><a href="/en/article-duty-free-americas-petitions-court-on-iaa-duty-free-tenders-1001487073">Duty Free Americas petitions court on IAA tenders</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>EDUCATION & RESEARCH</h3>
<ul>
<li>
<h2><a href="/en/article-israeli-universities-retain-top-100-status-in-shanghai-ranking-1001487030">Israeli universities retain top 100 status in Shanghai Ranking</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>HEALTHCARE</h3>
<ul>
<li>
<h2><a href="/en/article-microbiome-personalized-health-co-daytwo-shuts-down-1001486683">Microbiome personalized health co DayTwo shuts down</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>TOURISM & AVIATION</h3>
<ul>
<li>
<h2><a href="/en/article-el-al-milks-monopoly-on-tel-aviv-new-york-flights-1001487135">El Al milks monopoly on Tel Aviv - New York flights</a></h2>
</li>
<li>
<h2><a href="/en/article-el-als-profit-keeps-climbing-1001486845">El Al's profit keeps climbing</a></h2>
</li>
<li>
<h2><a href="/en/article-ryanair-cancels-all-israel-flights-until-end-of-september-1001486991">Ryanair cancels all Israel flights until end of September</a></h2>
</li>
<li>
<h2><a href="/en/article-staycations-boost-israeli-hotel-occupancy-as-prices-soar-1001486968">Staycations boost Israeli hotel occupancy as prices soar</a></h2>
</li>
<li>
<h2><a href="/en/article-many-foreign-airlines-reluctant-to-resume-israel-flights-1001486509">Many foreign airlines reluctant to resume Israel flights</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>DEFENSE & AEROSPACE</h3>
<ul>
<li>
<h2><a href="/en/article-israeli-startups-provide-idf-with-vital-tech-advantage-1001486873">Israeli startups provide IDF with tech advantage</a></h2>
</li>
<li>
<h2><a href="/en/article-elbit-ceo-some-investors-have-bowed-to-political-pressure-1001486822">Elbit CEO: Some investors bowed to political pressure</a></h2>
</li>
<li>
<h2><a href="/en/article-us-approves-20b-weapons-deal-for-israel-1001486755">US approves $20b weapons deal for Israel</a></h2>
</li>
<li>
<h2><a href="/en/article-israeli-defense-firms-retain-high-rankings-in-worlds-top-100-1001486566">Israeli defense firms retain high rankings in world’s top 100</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>FINANCIAL SERVICES</h3>
<ul>
<li>
<h2><a href="/en/article-mizrahi-tefahot-records-highest-q2-roe-among-israels-banks-1001486851">Mizrahi Tefahot posts highest Q2 ROE among Israel's banks</a></h2>
</li>
<li>
<h2><a href="/en/article-discount-banks-q2-profit-declines-1001486856">Discount Bank's Q2 profit declines</a></h2>
</li>
<li>
<h2><a href="/en/article-bank-hapoalim-announces-nis-1b-share-buyback-program-1001486696">Bank Hapoalim announces NIS 1b share buyback program</a></h2>
</li>
<li>
<h2><a href="/en/article-leumi-posts-nis-23b-q2-profit-despite-us-write-down-1001486754">Leumi posts NIS 2.3b Q2 profit despite US write down</a></h2>
</li>
<li>
<h2><a href="/en/article-gallatin-point-in-talks-to-buy-discount-bank-ny-stake-1001486611">Gallatin Point in talks to buy Discount Bank NY stake</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>TRANSPORT & INFRASTRUCTURE</h3>
<ul>
<li>
<h2><a href="/en/article-tel-aviv-logistics-center-pilot-shrinks-1001487070">Tel Aviv logistics center pilot shrinks</a></h2>
</li>
<li>
<h2><a href="/en/article-passengers-shun-tel-aviv-light-rail-1001486834">Passengers shun Tel Aviv light rail</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>TECH, TELECOMS & INTERNET</h3>
<ul>
<li>
<h2><a href="/en/article-prytek-buys-control-of-israel-fintech-co-tipranks-1001486871">Prytek buys control of Israel fintech co TipRanks</a></h2>
</li>
<li>
<h2><a href="/en/article-nice-systems-names-new-ceo-beats-analysts-on-q2-1001486909">NICE Systems names new CEO, beats analysts on Q2</a></h2>
</li>
<li>
<h2><a href="/en/article-uk-chip-giant-arm-developing-gpu-in-israel-1001486761">UK chip giant ARM developing GPU in Israel</a></h2>
</li>
<li>
<h2><a href="/en/article-canadian-co-element-fleet-management-buys-israels-autofleet-1001486733">Canadian co Element Fleet Management buys Israel's Autofleet</a></h2>
</li>
<li>
<h2><a href="/en/article-mondaycom-sees-tenfold-growth-1001486689">monday.com sees tenfold growth in limitless market</a></h2>
</li>
<li>
<h2><a href="/en/article-why-is-nices-share-price-tumbling-1001486492">Why is NICE’s share price tumbling?</a></h2>
</li>
<li>
<h2><a href="/en/article-more-layoffs-as-cisco-shifts-focus-to-ai-and-cybersecurity-report-1001486430">Layoffs as Cisco shifts focus to AI, cybersecurity - report</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>STARTUPS</h3>
<ul>
<li>
<h2><a href="/en/article-landas-lab-grown-diamonds-co-lusix-seeks-debt-settlement-1001486997">Landa’s lab-grown diamonds co LUSIX seeks debt settlement</a></h2>
</li>
<li>
<h2><a href="/en/article-onchain-risk-management-co-chaos-labs-raises-55m-1001486951">Onchain risk management co Chaos Labs raises $55m</a></h2>
</li>
<li>
<h2><a href="/en/article-ai-access-control-co-knostic-wins-black-hat-startup-award-1001486943">AI access control co Knostic wins Black Hat startup award</a></h2>
</li>
</ul>
</section>
<section class="newsBlock">
<h3>REAL ESTATE</h3>
<ul>
<li>
<h2><a href="/en/article-jnf-to-pay-betterment-levy-on-jerusalem-church-lands-1001487149">JNF to pay betterment levy on Jerusalem church lands</a></h2>
</li>
<li>
<h2><a href="/en/article-electra-wins-nis-31b-contract-for-new-new-york-jail-1001487053">Electra wins NIS 3.1b contract for new New York jail</a></h2>
</li>
<li>
<h2><a href="/en/article-apartments-sold-and-rented-1001486986">Apartments sold and rented</a></h2>
</li>
<li>
<h2><a href="/en/article-sde-dov-penthouse-sells-for-nis-195m-1001486549">Sde Dov penthouse sells for NIS 19.5m</a></h2>
</li>
<li>
<h2><a href="/en/article-jisr-az-zarqa-homes-attract-diverse-buyers-at-diverse-prices-1001486437">Jisr az-Zarqa homes attract diverse buyers at diverse prices</a></h2>
</li>
<li>
<h2><a href="/en/article-rami-ungar-bets-nis-1b-on-israeli-real-estate-1001486177">Rami Ungar bets NIS 1b on Israeli real estate</a></h2>
</li>
</ul>
</section>
</div>
</section>
<script>
var sContentGroup1 = "English";
var sContentGroup2 = "Folder";
</script>
<!-- Google Analytics 2018 -->
<script type="text/javascript" src="/news/Cache/Stat_lib.js?v=7"></script>
<!-- End Google Analytics -->
<script type="text/javascript" src="/news/inc/banners/ad_banner.js"></script>
<script src="/ga_2018.asp?p=1&aa=true&ver=24"></script>
<script type="text/javascript" src="/news/Cache/ga_lib.js?v=22"></script>
</form>
Text Content
search * G * Front * News * Comment * Features * MARKET * ECONOMY * ENERGY * HEALTHCARE * TECH * REAL ESTATE * START UPS * AEROSPACE & DEFENSE * CHEMICALS & PLASTICS * FINANCIAL SERVICES * MERGERS & ACQUISITIONS * POLITICS * TELECOMS, MEDIA & MARKETING * TOURISM * TRANSPORT & INFRASTRUCTURE JOHNSON & JOHNSON BUYS ISRAELI CO V-WAVE FOR UP TO $1.7B V-Wave’s shunt is an implantable device designed to decrease elevated left atrial pressure seen in congestive heart failure. Healthcare * BOI GOVERNOR TO PM: GET GOING ON THE BUDGET * JPMORGAN CUTS ISRAEL'S 2024 GROWTH FORECAST * HOUSING PRICES IN ISRAEL UP 6% SINCE NOVEMBER * UNEMPLOYMENT IN ISRAEL DIPS TO NEW LOW * REALITY GROUP BUYS HERZLIYA LAND FOR OVER NIS 200M * TUE: SHUFERSAL JUMPS, LEADING TASE GAINS * MEITAV SEES LARGE UPSIDE IN ELBIT SYSTEMS OPINION & FEATURES The jihadist who became a Zionist Born into a Pakistani immigrant family in the UK, Kasim Hafeez discusses his journey from Islamic extremism to public diplomacy for Israel, and the emergence of antisemitism into the US mainstream. Politics The Israeli behind a global conservative movement Yoram Hazony campaigns for traditional values to fill the vacuum left by what he sees as the inevitable failure of the liberal elite. Politics Rating downgrade was preventable Minister of Finance Bezalel Smotrich treats Israel's declining credit rating as a decree of fate, ignoring his government's failure to take necessary steps. Economy Amnon Shashua's AI empire comes up against Big Tech Mobileye, OrCam and AI21 Labs are all challenged by the likes of Nvidia, Qualcomm, and OpenAI, while digital bank One Zero has also had to restructure. Financial services The economist predicting a post-war rebound for Israel Harel's Ofer Klein is sanguine about Israel's macro position, sees strong growth once the war ends, and doubts predictions of deep Fed rate cuts. Economy From Israel's richest man to a billionaire with a problem Patrick Drahi built his business empire through aggressive leveraging, which is now weighing it down. Telecoms, Media & Marketing El Al has never had it so good The airline’s share price is soaring amid record profits, as heightened regional tensions and canceled flights by foreign carriers, leave Israelis with limited choice for their summer vacation. Tourism Israel left vulnerable by dependency on Intel Intel’s struggles might not have been so critical if Israel had not missed the opportunity to develop a more diverse semiconductor industry. IT “Prepare for an escalation” “Globes” talks to former IDF Head of military intelligence Maj. Gen. (res.) Amos Yadlin about the impact on Hamas and Hezbollah of the assassinations attributed to Israel and the Iranian axis’s likely response. Politics Seed round valuations on the rise in Israel Contrary to the global trend, Israeli early-stage tech companies are attracting increasing investment. "Globes" investigates the phenomenon. Start ups "Globes'" ten most promising startup of 2024 This year's crop includes technologies from underground mapping to metabolism monitoring to autonomous tractors, and of course features plenty of AI. Start ups MARKET DATA * TEL AVIV closed * WALL STREET 0:48 to close * EUROPE closed * ASIA closed * CURRENCIES IndicesActiveAdvancersDecliners IndicesActiveAdvancersDeclinersIsraeli IndicesActiveAdvancersDeclinersIsraeli IndicesActiveAdvancersDecliners TA 35 0.17% 2060.25 TA 352060.250.17%TA 1252043.650.11%BlueTech Global413.360.15%TA SME60693.880.62%Real Estate940.93-0.20% NIS/USD 3.6940 -0.1900% NIS/EUR 4.0926 0.1800% USD/EUR 1.1111 0.23% More Market Data MARKET PRICES Stocks and bonds * Tel Aviv market report * Tel Aviv Stock Exchange * Israeli stocks in NY * Arbitrage gaps for dual-listed stocks * Israeli stocks in Europe * Israeli stocks on other markets * Tel Aviv 25 options * Mutual funds Exchange rates * Current representative shekel rates * Historical representative shekel rates * Shekel/dollar options * Global exchange rates Price indices * Monthly indices * Annual movements Israel Real Estate Conference Israel Resources Visit twitter Visit our page Visit our page Visit rss Mail it MOST POPULAR * MONTH * WEEK * DAY * ISRAEL SHIPYARDS SET TO DELIVER 2 ATTACK VESSELS TO PHILIPPINES * INTEL LAYOFFS IN ISRAEL TO BEGIN MONDAY * SHOULD ISRAEL TAKE TURKEY'S INVASION THREAT SERIOUSLY? * INT'L AIRLINES SUSPEND FLIGHTS; EL AL SUPPLEMENTS SCHEDULE * PHILIPPINE ARMY TEST FIRES ELBIT TANKS * EL AL HAS NEVER HAD IT SO GOOD * ISRAEL NAVY TESTS NEW INTERCEPTOR; US UPGRADES READINESS * PASSENGERS SHUN TEL AVIV LIGHT RAIL * ISRAELI STARTUPS PROVIDE IDF WITH TECH ADVANTAGE * UK CHIP GIANT ARM DEVELOPING GPU IN ISRAEL * EL AL PAYS NO TAX ON ITS RECORD PROFITS * EL AL MILKS MONOPOLY ON TEL AVIV - NEW YORK FLIGHTS * EL AL'S PROFIT KEEPS CLIMBING * PER CAPITA GROWTH NEGATIVE IN Q2 * EL AL PAYS NO TAX ON ITS RECORD PROFITS * EL AL MILKS MONOPOLY ON TEL AVIV - NEW YORK FLIGHTS * UK CHIP GIANT ARM DEVELOPING GPU IN ISRAEL * ISRAELI STARTUPS PROVIDE IDF WITH TECH ADVANTAGE * PER CAPITA GROWTH NEGATIVE IN Q2 * RYANAIR CANCELS ALL ISRAEL FLIGHTS UNTIL END OF SEPTEMBER * LANDA’S LAB-GROWN DIAMONDS CO LUSIX SEEKS DEBT SETTLEMENT Gil Gibli YOU MAY HAVE MISSED * THE ISRAELI DOING THE NUTS AND BOLTS OF INTEL'S REVOLUTION * ANTI-ISRAEL ACTIVISTS TACKLE US TECH GIANTS * TEL AVIV LOOKS TO THE SKIES * FEWER BUTTERFLIES, MORE INVADERS: NATURE IN RETREAT IN ISRAEL * "THE GOLDEN AGE OF JEWS IN AMERICA IS CRACKING" * THE SMALL ROSH HA’AYIN COMPANY CHALLENGING ELON MUSK * ISRAEL'S DEFENSE COMPANIES REGISTER REMARKABLE VICTORY NEWS MARKET * TUE: SHUFERSAL JUMPS, LEADING TASE GAINS * MEITAV SEES LARGE UPSIDE IN ELBIT SYSTEMS * SHUFERSAL'S PERFORMANCE IMPROVES UNDER AMIR BROTHERS * ZIM JUMPS SHARPLY AFTER RAISING GUIDANCE * AZRIELI GROUP CEO EYAL CHENKIN TO SWITCH ROLES * EL AL PAYS NO TAX ON ITS RECORD PROFITS * OPTIMISM ABOUT CEASEFIRE TALKS BOOSTS SHEKEL * CELLCOM AWARDS NEW CEO ELI ADADI NIS 3.2M PAY PACKAGE ECONOMY * PER CAPITA GROWTH NEGATIVE IN Q2 * INFLATION IN ISRAEL RISES BACK ABOVE TARGET RANGE * MORTGAGE TAKING TOPS NIS 9B FOR FIRST TIME SINCE 2022 * FITCH DOWNGRADE SENDS CLEAR MESSAGE ON 2025 BUDGET * TECH WORKERS PAY A THIRD OF ALL INCOME TAX - STUDY * FITCH CUTS ISRAEL'S CREDIT RATING WITH NEGATIVE OUTLOOK * NETANYAHU TO CHOOSE CIVIL SERVICE COMMISSIONER * TREASURY PREPARES 2025 EMERGENCY BUDGET CUTS PLAN LEGAL * DUTY FREE AMERICAS PETITIONS COURT ON IAA TENDERS EDUCATION & RESEARCH * ISRAELI UNIVERSITIES RETAIN TOP 100 STATUS IN SHANGHAI RANKING HEALTHCARE * MICROBIOME PERSONALIZED HEALTH CO DAYTWO SHUTS DOWN TOURISM & AVIATION * EL AL MILKS MONOPOLY ON TEL AVIV - NEW YORK FLIGHTS * EL AL'S PROFIT KEEPS CLIMBING * RYANAIR CANCELS ALL ISRAEL FLIGHTS UNTIL END OF SEPTEMBER * STAYCATIONS BOOST ISRAELI HOTEL OCCUPANCY AS PRICES SOAR * MANY FOREIGN AIRLINES RELUCTANT TO RESUME ISRAEL FLIGHTS DEFENSE & AEROSPACE * ISRAELI STARTUPS PROVIDE IDF WITH TECH ADVANTAGE * ELBIT CEO: SOME INVESTORS BOWED TO POLITICAL PRESSURE * US APPROVES $20B WEAPONS DEAL FOR ISRAEL * ISRAELI DEFENSE FIRMS RETAIN HIGH RANKINGS IN WORLD’S TOP 100 FINANCIAL SERVICES * MIZRAHI TEFAHOT POSTS HIGHEST Q2 ROE AMONG ISRAEL'S BANKS * DISCOUNT BANK'S Q2 PROFIT DECLINES * BANK HAPOALIM ANNOUNCES NIS 1B SHARE BUYBACK PROGRAM * LEUMI POSTS NIS 2.3B Q2 PROFIT DESPITE US WRITE DOWN * GALLATIN POINT IN TALKS TO BUY DISCOUNT BANK NY STAKE TRANSPORT & INFRASTRUCTURE * TEL AVIV LOGISTICS CENTER PILOT SHRINKS * PASSENGERS SHUN TEL AVIV LIGHT RAIL TECH, TELECOMS & INTERNET * PRYTEK BUYS CONTROL OF ISRAEL FINTECH CO TIPRANKS * NICE SYSTEMS NAMES NEW CEO, BEATS ANALYSTS ON Q2 * UK CHIP GIANT ARM DEVELOPING GPU IN ISRAEL * CANADIAN CO ELEMENT FLEET MANAGEMENT BUYS ISRAEL'S AUTOFLEET * MONDAY.COM SEES TENFOLD GROWTH IN LIMITLESS MARKET * WHY IS NICE’S SHARE PRICE TUMBLING? * LAYOFFS AS CISCO SHIFTS FOCUS TO AI, CYBERSECURITY - REPORT STARTUPS * LANDA’S LAB-GROWN DIAMONDS CO LUSIX SEEKS DEBT SETTLEMENT * ONCHAIN RISK MANAGEMENT CO CHAOS LABS RAISES $55M * AI ACCESS CONTROL CO KNOSTIC WINS BLACK HAT STARTUP AWARD REAL ESTATE * JNF TO PAY BETTERMENT LEVY ON JERUSALEM CHURCH LANDS * ELECTRA WINS NIS 3.1B CONTRACT FOR NEW NEW YORK JAIL * APARTMENTS SOLD AND RENTED * SDE DOV PENTHOUSE SELLS FOR NIS 19.5M * JISR AZ-ZARQA HOMES ATTRACT DIVERSE BUYERS AT DIVERSE PRICES * RAMI UNGAR BETS NIS 1B ON ISRAELI REAL ESTATE Front News Comment Features Market Newsletters Globes Conferences RSS Israel Resources עברית Advertising Terms of Use Privacy Policy About Support Powered by UI & Design By Application delivery by © Globes. All rights reserved. Twitter Facebook Linkedin RSS Newsletters גלובס Israel Business Conference 2018