www.one.co.il Open in urlscan Pro
213.8.143.143  Public Scan

Submitted URL: http://www.one.co.il/
Effective URL: https://www.one.co.il/
Submission: On August 18 via manual from IL — Scanned from IL

Form analysis 1 forms found in the DOM

Name: aspnetFormPOST ./

<form name="aspnetForm" method="post" action="./" id="aspnetForm" tabindex="-1">
  <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE0MzQ3MjIyNDRkZMXRdRQksDq2HgZTVj/SmU8jF4F0vwhLRVCQ+HK9K9Qd" tabindex="10000">
  <div id="fb-root" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
  <script tabindex="-1">
    (function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s);
      js.id = id;
      js.src = "//connect.facebook.net/he_IL/all.js#xfbml=1&appId=117670158262038";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));
  </script>
  <noscript tabindex="-1"><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5DT7XJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <script tabindex="-1">
    (function(w, d, s, l, i) {
      w[l] = w[l] || [];
      w[l].push({
        'gtm.start': new Date().getTime(),
        event: 'gtm.js'
      });
      var f = d.getElementsByTagName(s)[0],
        j = d.createElement(s),
        dl = l != 'dataLayer' ? '&l=' + l : '';
      j.async = true;
      j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
      f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-5DT7XJ');
  </script>
  <div class="one-main-container" tabindex="-1" data-font-size="10" data-font-size-type="px">
    <div class="center w100p" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div id="adxONEJumbo_Top" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CNfolpzP_ocDFZYdVQgd4WEZFg" style="display: none;">
        <div id="google_ads_iframe_/6870/ONE_Web/Jumbo_Top_0__container__" style="border: 0pt none; width: 970px; height: 0px;"></div>
      </div>
    </div>
    <style type="text/css" tabindex="-1">
      .header-hp-left {
        float: left;
        width: 330px;
      }

      .header-hp-right {
        float: right;
        width: 330px;
      }

      .header-hp-top,
      .header-hp-bottom {
        width: 100%;
        height: 30px;
        padding: 1px 0 0 0;
      }

      .header-hp-top {
        height: 52px;
      }

      .header-hp-top {
        border-bottom: solid 1px #CB200C;
      }

      .header-hp-bottom {
        border-top: solid 1px #CB200C;
      }

      /* Left Top */
      .header-hp-left div.header-hp-top {
        color: #00215e;
        font-size: 14px;
        direction: rtl;
        text-align: left;
        vertical-align: bottom;
        font-style: italic;
        font-weight: bold;
      }

      /* Left Bottom */
      .header-hp-left div.header-hp-bottom {
        text-align: left;
      }

      .header-hp-left div.header-hp-bottom img {
        margin: 10px 5px 0 0;
        width: 57px;
        height: 22px;
      }

      /* Right top */
      .header-hp-right div.header-hp-top a.hp-promo-ozen {
        margin-left: 40px;
        display: inline-block;
        width: calc(100% - 40px);
        direction: rtl;
        text-align: right;
      }

      .header-hp-right div.header-hp-top a.hp-promo-ozen h3,
      .header-hp-right div.header-hp-top a.hp-promo-ozen h4 {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        color: #414141;
        font-weight: normal;
      }

      .header-hp-right div.header-hp-top a.hp-promo-ozen h3 {
        color: #36569f;
        font-size: 14px;
        font-weight: bold;
      }

      /* Right bottom */
      .header-hp-right div.header-hp-bottom {
        padding-top: 10px;
        text-align: right;
      }

      /* FOR INSIDE PAGES TOP RIGHT CORNER */
      .one-inside-header-right {
        float: right;
        width: 357px;
        direction: rtl;
        color: #00215e;
        font-size: 14px;
        direction: rtl;
        text-align: right;
        vertical-align: bottom;
        font-style: italic;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
      }

      .one-inside-header-right a {
        color: #00215e;
        font-size: 14px;
      }

      #one-main-top-logo {
        width: 30.2rem;
      }

      .access-search {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
      }

      .access-search>* {
        display: inline-block;
        max-height: 2.2rem;
      }

      #one-search {
        width: 16rem;
        border: solid 0.1rem #3e60a0;
        text-align: right;
        direction: rtl;
        background: white;
        margin-left: 1rem;
      }

      #one-search-button {
        background: var(--one-color-blue);
        color: white;
        padding: 0 1rem 0.2rem 1rem;
        border: 0;
      }
    </style>
    <script type="text/javascript" tabindex="-1">
      $j(document).ready(function() {
        var input = document.getElementById("one-search");
        // Execute a function when the user presses a key on the keyboard
        input.addEventListener("keypress", function(event) {
          // If the user presses the "Enter" key on the keyboard
          if (event.key === "Enter") {
            // Cancel the default action, if needed
            event.preventDefault();
            // Trigger the button element with a click
            document.getElementById("one-search-button").click();
          }
        });
      });

      function SearchIt(query) {
        if (query.length < 3) return;
        document.location = "/Search/?page=1&param1=" + escape(query);
      }
    </script>
    <div class="one-hp-header" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div class="header-hp-left" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <div class="header-hp-top" tabindex="-1" data-font-size="18" data-font-size-type="px">
          <div class="header-hp-top-spacer" style="height: 33px;" tabindex="-1" data-font-size="18" data-font-size-type="px"></div> יום ראשון,&nbsp;18.08.2024&nbsp;שעה&nbsp;16:12
        </div>
        <div class="header-hp-bottom" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <a href="https://www.facebook.com/ONEcoil" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2016/06/26/1315/facebook_57x22.png" src="https://images.one.co.il/images/msites/2016/06/26/1315/facebook_57x22.png" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
          <a href="https://www.instagram.com/one.co.il" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2016/06/26/1315/instagram_57x22.png" src="https://images.one.co.il/images/msites/2016/06/26/1315/instagram_57x22.png" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
          <a href="https://twitter.com/one_co_il" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2016/06/26/1315/twitter_57x22.png" src="https://images.one.co.il/images/msites/2016/06/26/1315/twitter_57x22.png" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
          <a id="aStripTicker1" href="http://pubads.g.doubleclick.net/gampad/clk?id=5362607920&amp;iu=/6870/one/hp/article_web" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" src="//ads.one.co.il/images/ads/2018/02/18/1230/youtube.png" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
          <a id="aStripTicker2" href="http://bit.ly/2DSIM0E" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" src="//ads.one.co.il/images/ads/2016/08/04/1615/191346_57x22_bg_winner.png" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
        </div>
      </div>
      <div class="header-hp-right" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <div class="header-hp-top" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <a id="_ctl0_ContentHolder_Body__ctl0_hlHPPromo" class="hp-promo-ozen" href="/Opinion/470152.html" tabindex="10000" data-font-size="10" data-font-size-type="px">
                <img loading="lazy" data-src="https://images.one.co.il/images/promo/2786.gif" src="https://images.one.co.il/images/promo/2786.gif" style="width:83px; height:52px; float: left; padding-right: 5px;" alt="ONE - מספר 1 בספורט" tabindex="-1">
                
                

                <h3 tabindex="-1" data-font-size="20" data-font-size-type="px" data-line-height="20px">החותמת הסופית</h3>
                <h4 tabindex="-1" data-font-size="19" data-font-size-type="px" data-line-height="20px">אם למישהו היה ספק, נובאק סגר עניין בפאריס</h4>
            </a>
          <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        </div>
        <div class="header-hp-bottom" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div class="access-search" tabindex="-1" data-font-size="10" data-font-size-type="px">
            <a id="aAccessibility" href="javascript:void(0);" onclick="StartAccessibility();return false;" tabindex="1" class="one-accessibility" data-font-size="10" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/09/11/button.png" src="https://images.one.co.il/images/msites/2017/09/11/button.png" style="vertical-align: middle;margin-right: 10px;" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
            <input type="button" id="one-search-button" onclick="javascript:SearchIt($j('#one-search').val());" value="חפש" tabindex="10000">
            <input id="one-search" type="text" tabindex="10000">
          </div>
        </div>
      </div>
      <a href="/" tabindex="10000" data-font-size="10" data-font-size-type="px">



        <img loading="lazy" id="one-main-top-logo" data-src="https://images.one.co.il/images/msites/2022/05/29/37d9554410cb08da9b3531a58ac60137.png" src="https://images.one.co.il/images/msites/2022/05/29/37d9554410cb08da9b3531a58ac60137.png" alt="ONE - מספר 1 בספורט" tabindex="-1">

    </a>
      <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
    </div>
    <div id="top-menu" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
      <img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/03/07/topmenu_right.png" src="https://images.one.co.il/images/msites/2017/03/07/topmenu_right.png" alt="ONE - מספר 1 בספורט" tabindex="-1">
      <div id="items" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"><a href="https://www.one.co.il" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">ראשי</a>
        </div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="//www.one.co.il/Live/" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">תוצאות LIVE</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"><a href="//www.one.co.il/VOD/" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">ONE VOD</a>
        </div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="http://bit.ly/2pI41zn" target="_blank" style="color:#ffffff;" rel="noopener" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">הימורי ספורט</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="//www.one.co.il/cat/glitches/" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">גליצ'ים</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="http://bit.ly/2zwxGLf" style="color:#ffffff;" rel="noopener" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">Winner</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="//www.one.co.il/MSites/Radio/topshows.aspx" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">רדיו</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="https://www.one.co.il/Other/League/1100" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">ספורט תיכוניים</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="https://www.one.co.il/Other/League/1172" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">ONE Podcasts</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="https://www.one.co.il/NextONE/" style="color:#ffffff;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">NEXT ONE</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="https://one.penka.io/" style="color:#ffffff;" rel="noopener" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">משחק הניחושים</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="https://fantasy.one.co.il/" style="color:#FFFF00;" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">פנטזי ליגת העל והספרדית</a></div>
        <div class="splitter" tabindex="-1" data-font-size="14" data-font-size-type="px" data-line-height="20px">|</div>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
          <a href="http://pubads.g.doubleclick.net/gampad/clk?id=6410424199&amp;iu=/6870/one_app/one_article_counter_mobile" style="color:#42A3FF;" rel="noopener" tabindex="10000" data-font-size="14" data-font-size-type="px" data-line-height="20px">חיפוש בעלי מקצוע</a>
        </div>
      </div>
      <img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/03/07/topmenu_left.png" src="https://images.one.co.il/images/msites/2017/03/07/topmenu_left.png" alt="ONE - מספר 1 בספורט" tabindex="-1">
    </div>
    <div></div>
    <div class="clear h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div class="ad-bg ad-container ad-container-jumbo" style="margin-bottom: 10px;" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div id="adxONEJumbo" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="COD4lZzP_ocDFS32EQgdOrkNow">
        <div id="google_ads_iframe_/6870/ONE_Web/Jumbo_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/6870/ONE_Web/Jumbo_0" name="google_ads_iframe_/6870/ONE_Web/Jumbo_0" title="3rd party ad content" width="970" height="90"
            scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="attribution-reporting" data-load-complete="true" data-google-container-id="1"
            style="border: 0px; vertical-align: bottom;"></iframe></div>
      </div>
    </div>
    <div class="top-4-articles" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div class="one-secondaries-articles" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <a class="one-article one-article-secondary" href="/Article/24-25/3,10,134,60014/469361.html?ref=hp" tabindex="30" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body_ucArticleSecondary1_imgVideo" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;position: absolute;top: 8px;left: 8px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/2,1/1754700.webp?width=162" width="162" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body_ucArticleSecondary1_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">החיים בלי טוני: כיצד ייראה הקישור של ריאל?</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        אמבפה יגרום לשינוי המערך, ואלוורדה קיבל את המספר של הגרמני, טשואמני יזכה לאחריות גדולה וקמאבינגה מוכן לכל עמדה. ב-22:30 בערוץ ONE מבחן ראשון
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">2</span>
        
        
    </h3>
</a>
        <div style="width: 54.5rem;" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <style tabindex="-1">
            #divTicker3D {
              width: 100%;
              padding: 0;
              margin: 0;
              height: 17px;
              background: #e7e7e7;
            }

            #content3d {
              width: calc(100% - 55px);
              float: right;
              overflow: hidden;
              margin-top: 1px;
              direction: rtl;
              line-height: 14px;
              height: 14px;
              text-align: center;
              white-space: nowrap;
              background: #e7e7e7;
              font-family: Arial;
              font-size: 11px;
            }

            #content3d a {
              color: #666666;
              font-weight: bold;
            }
          </style>
          <div id="divTicker3D" tabindex="-1" data-font-size="10" data-font-size-type="px">
            <div id="content3d" tabindex="-1" data-font-size="16" data-font-size-type="px" data-line-height="23px" style="">
              <a style="color:#666666" href="http://pubads.g.doubleclick.net/gampad/clk?id=5339063967&amp;iu=/6870/one/hp/article_web" target="_blank">משחקי הספורט החמים עכשיו באפליקציית ווינר בסלולר, בוא להרוויח!</a></div>
            <a style="display:none;" href="http://xads.zedo.com/ads2/c?a=1755089;g=0;c=455000000;i=0;x=3840;n=455;s=0;k=http://www.racer.co.il" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" data-src="https://ads.one.co.il/images/ads/2011/10/05/1115/logo_43x17.gif" src="https://ads.one.co.il/images/ads/2011/10/05/1115/logo_43x17.gif" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
            <a href="http://pubads.g.doubleclick.net/gampad/clk?id=5339063967&amp;iu=/6870/one/hp/article_web" target="_blank" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" src="//ads.one.co.il/images/ads/2015/01/20/1215/win.png" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
          </div>
          <script type="text/javascript" tabindex="-1">
            var arrTpls = ["משחקי הספורט החמים עכשיו באפליקציית ווינר בסלולר, בוא להרוויח!", "משחקי הספורט החמים עכשיו באפליקציית ווינר בסלולר, בוא להרוויח!"];
            var arrGames = [
              new Array("מכבי ת&quot;א", "בני סכנין", new Array("1.30", "6.25", "4.05")),
              new Array("הפועל חיפה", "מ.ס אשדוד", new Array("1.65", "3.80", "3.25")),
              new Array("הפועל ב&quot;ש", "עירוני טבריה", new Array("1.35", "5.60", "3.90")),
              new Array("ריאל סוסיאדד", "ראיו וייקאנו", new Array("1.50", "5.20", "3.15")),
              new Array("נאק ברדה", "אייאקס", new Array("4.70", "1.30", "3.85")),
              new Array("צ'לסי", "מנצ'סטר סיטי", new Array("3.50", "1.65", "3.50"))
            ];
            Array.max = function(array) {
              return Math.max.apply(Math, array);
            };
            Array.min = function(array) {
              return Math.min.apply(Math, array);
            };

            function FShow() {
              arrTpls = arrTpls.sort(function() {
                return 0.5 - Math.random()
              });
              arrGames = arrGames.sort(function() {
                return 0.5 - Math.random()
              });
              var text = arrTpls[0]; //[Random(arrTpls.length)-1];
              if (arrGames.length > 0) {
                var match = arrGames[0]; //[Random(arrGames.length)-1];
                var maxBet = parseInt(parseFloat(Array.max(match[2])) * 100, 10);
                text = text.replace(/home/g, match[0]);
                text = text.replace(/guest/g, match[1]);
                text = text.replace(/bet\*100/g, maxBet);
              }
              $j("#content3d").html('<a style="color:#666666" href="http://pubads.g.doubleclick.net/gampad/clk?id=5339063967&iu=/6870/one/hp/article_web" target="_blank">' + text + '</a>');
              $j("#content3d").fadeIn(1000, function() {
                setTimeout(function() {
                  $j("#content3d").fadeOut(1000, function() {
                    FShow();
                  })
                }, 2000)
              });
            };
            $j(document).ready(function() {
              FShow();
            });
          </script>
        </div>
        <a class="one-article one-article-secondary" href="/Article/24-25/1,1,4,53113/470408.html?ref=hp" tabindex="30" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body_ucArticleSecondary2_imgVideo" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;position: absolute;top: 8px;left: 8px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/2,1/1757339.webp?width=162" width="162" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body_ucArticleSecondary2_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">מכבי חיפה הפכה את סבע לשחקן המוביל שלה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        המועדון העביר את השרביט עם המספר 10 ושלח מסר לאוהדים. וגם: הקבוצה של ברק בכר אסימטרית, השחקנים שרוצים לעזוב ומתי יגיע הרכש? האזינו לפודקאסט
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">60</span>
        
        
    </h3>
</a>
        <a class="one-article one-article-secondary" href="/Article/24-25/3,8,121,65589/470070.html?ref=hp" tabindex="30" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body_ucArticleSecondary3_imgVideo" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;position: absolute;top: 8px;left: 8px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/2,1/1756507.webp?width=162" width="162" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body_ucArticleSecondary3_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">רנסנס: דה רוסי ודובביק יחיו את רומא מחדש?</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        אחרי שש שנים מתסכלות, אוהדי הג'אלורוסי יכולים לפתח ציפיות. ההימור על המאמן שעשוי לשנות את פני המועדון, ההגעה המפתיעה של החלוץ והסגל המוכשר
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">1</span>
        
        
    </h3>
</a>
      </div>
      <div class="top-article-container one-article one-article-main" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <div id="top-article" style="background:#35479b;" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="18px">
          <h1 tabindex="-1" data-font-size="33" data-font-size-type="px">
            <a id="_ctl0_ContentHolder_Body_ucArticleMain_hlTitle" href="/Article/24-25/1,1,3,70058/470415.html?ref=hp" style="color:White;" tabindex="10000" data-font-size="33" data-font-size-type="px">טבריה טוענת: מכבי דרשה שנתמוך בה בהצבעות</a>
          </h1>
          <a href="/Article/24-25/1,1,3,70058/470415.html?ref=hp" class="top-article-image" style="position: relative;background-image:url('https://photo.one.co.il/Image/GG/7,1/1720878.webp?width=666');" tabindex="10000" data-font-size="10" data-font-size-type="px" data-line-height="18px">

        </a>
          <div class="h5" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="5px"></div>
          <a class="top-article-subtitle" href="/Article/24-25/1,1,3,70058/470415.html?ref=hp" tabindex="10000" data-font-size="20" data-font-size-type="px" data-line-height="18px">העולה החדשה טענה כי האלופה דרשה ממנה לכאורה תמיכות בהצבעות הבאות בהתאחדות לכדורגל עבור השאלתו של רוי נאווי, ולכן היא ביטלה את ההשאלה. במכבי ת"א טוענים שמדובר בהמצאה וכי בטבריה סירבו לפגישת היכרות עם נציגיהם</a>
          <a href="/Article/24-25/1,1,3,70058/470415.html#CommentsTitler" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="18px"><span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">19</span></a>
          <div id="divPostSpacer" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="18px"></div>
        </div>
      </div>
      <script type="text/javascript" tabindex="-1">
        var ggsBasePath = "https://images.one.co.il/images/d/dmain/ms/gg";
        var ggs = "https://photo.one.co.il/Image/GG/7,1/1720878.webp?width=525";
        var ggArrGGs = ggs.split(';');
        ggArrGGs = $j.map(ggArrGGs, function(a) {
          return (a != "" ? a : null);
        });
        var topArticleImagesTimeToChange = 4000;
        ggIndex = 0;
        var topArticleImagesIntervaler = null;
        if (ggArrGGs.length > 1) {
          $j(document).ready(function() {
            TopArticleImagesNavigationBuilder();
            TopArticleImagesSetActive(0);
            topArticleImagesIntervaler = setInterval("TopArticleImagesChanger()", topArticleImagesTimeToChange);
          });
        }

        function TopArticleImagesChanger() {
          if (ggIndex >= ggArrGGs.length) ggIndex = 0;
          //$j("#TopArticle a.TopArticleImage").css("background-image", "url(" + ggsBasePath + $j.trim(ggArrGGs[ggIndex]) + ".jpg)");
          $j("#top-article a.top-article-image").css("background-image", "url(" + $j.trim(ggArrGGs[ggIndex]) + ")");
          TopArticleImagesSetActive(ggIndex);
          ggIndex++;
        }

        function TopArticleImagesNavigationBuilder() {
          strul = "";
          strul = "<div id='top-article-images-navigation'>";
          for (var i = ggArrGGs.length - 1; i > -1; i--) strul += '<a id="top-article-images-navigation' + i + '" href="javascript:TopArticleImagesSetter(' + i + ');">' + (i + 1) + '</a>';
          strul += "</div>";
          $j(".top-article-image").append(strul);
        }

        function TopArticleImagesSetter(index) {
          clearInterval(topArticleImagesIntervaler);
          $j("#top-article a.top-article-image").css("background-image", "url(" + $j.trim(ggArrGGs[index]) + "?width=525)");
          TopArticleImagesSetActive(index);
          topArticleImagesIntervaler = setInterval("TopArticleImagesChanger()", topArticleImagesTimeToChange);
        }

        function TopArticleImagesSetActive(index) {
          $j("#top-article-images-navigation a").css("background", "#b6b5b5");
          $j("#top-article-images-navigation" + index).css("background", "#000000");
        }
      </script>
    </div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <style type="text/css" tabindex="-1">
      #MainVideos {
        width: calc(100% - 0.2rem);
        background: #e7e7e7;
        background: -moz-linear-gradient(top, #e7e7e7 0, #fafafa 100%);
        background: -webkit-linear-gradient(top, #e7e7e7 0, #fafafa 100%);
        background: linear-gradient(to bottom, #e7e7e7 0, #fafafa 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#fafafa', GradientType=0);
        border: solid 0.1rem #e7e7e7;
      }

      #MainVideosNav {
        padding-top: 2px;
        height: 24px;
      }

      #MainVideosNav * {
        display: block;
        float: left;
        height: 26px;
        line-height: 26px;
      }

      #MainVideosNav a {
        text-align: center;
        font-size: 14px;
        color: #696a6f;
        font-weight: bold;
      }

      #MainVideosItems {
        width: calc(100% - 10px);
        padding: 10px 0 5px 10px;
        direction: rtl;
      }

      .MainVideosNavBorder {
        border-bottom: solid 2px #e0e0e0;
      }

      .MainVideosItem {
        display: none;
        width: 225px;
        height: 150px;
        margin: 3px 12px 0 0;
        background: white;
        padding: 1px;
        border: solid 1px #d3d3d3;
        position: relative;
      }

      .MainVideosItem a {
        background-size: cover;
        display: block;
        width: 100%;
        height: 100%;
      }

      .MainVideosItem div {
        width: calc(100% - 34px);
        min-height: 34px;
        padding: 3px 2px 3px 30px;
        margin: -28px 0 0 0;
        position: absolute;
        direction: rtl;
        color: #ffffff;
        font-size: 14px;
        background: rgba(0, 0, 0, 0.7);
        bottom: 1px;
      }

      .MainVideosItem div img {
        position: absolute;
        left: 5px;
        width: 26px;
        height: 26px;
        top: calc(50% - 13px);
      }

      .MainVideosItemHover {
        width: 150px;
        height: 120px;
        margin: 0;
        background: url(https://images.one.co.il/images/msites/2013/09/02/1700/150_120.png) no-repeat;
      }

      .MainVideosItemHover img {
        width: 142px;
        height: 112px;
        padding: 4px;
      }

      .MainVideosItemHover div {
        font-size: 13px;
        width: 138px;
        margin: 82px 4px 0 4px;
        height: 30px;
      }

      .MainVideosItemHover div img {
        float: left;
        width: 25px;
        height: 25px;
        margin: 0;
      }
    </style>
    <script type="text/javascript" tabindex="-1">
      $j(function() {
        SetActiveTab("", "Main");
      });

      function SetActive(oneobj) {
        $j(".MainVideosItem").removeClass("MainVideosItemHover").addClass("MainVideosItem");
      }

      function SetActiveTab(urlToPage, tabNum) {
        if (tabNum.indexOf("Main") > -1) $j("#aMoreVideos").hide();
        else $j("#aMoreVideos").show().attr("href", urlToPage);
        $j("#MainVideosNav a").css({
          "color": "#696a6f"
        });
        $j("#tabNav" + tabNum).css({
          "color": "#CC0000"
        });
        $j("#MainVideosItems").fadeOut(100, function() {
          $j(".MainVideosItem").hide();
          $j(".belongToTab" + tabNum).css("display", "inline-block");
          SetActive($j(".belongToTab" + tabNum)[0]);
          $j("#MainVideosItems").fadeIn();
        });
      }

      function CountVph(id, priority) {
        if (priority < 5) {
          CountVideoViewVpH(id);
        }
      }
    </script>
    <div id="MainVideos" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div id="MainVideosNav" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <img loading="lazy" data-src="https://images.one.co.il/images/blank.gif" src="https://images.one.co.il/images/blank.gif" style="width:10px;" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a style="width: 155px; color: rgb(105, 106, 111);" target="_blank" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">
            <img loading="lazy" id="onevodADPhillipsLogo" src="https://images.one.co.il/images/msites/2024/06/06/4362a6f896fe3779e47a4a87ebd46fd8.png" style="width:158px;height:25px;" alt="ONE - מספר 1 בספורט" tabindex="-1">
        </a>
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" class="MainVideosNavBorder" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a class="MainVideosNavBorder" id="tabNav5" style="width: 141px; color: rgb(105, 106, 111);" href="javascript:SetActiveTab(&quot;https://www.one.co.il/VOD/Browse/131/אספרסו&quot;, &quot;5&quot;);" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">אספרסו</a>
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" class="MainVideosNavBorder" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a class="MainVideosNavBorder" id="tabNav4" style="width: 141px; color: rgb(105, 106, 111);" href="javascript:SetActiveTab(&quot;https://www.one.co.il/VOD/Browse/117/טאפאסים&quot;, &quot;4&quot;);" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">טאפאסים</a>
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" class="MainVideosNavBorder" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a class="MainVideosNavBorder" id="tabNav3" style="width: 141px; color: rgb(105, 106, 111);" href="javascript:SetActiveTab(&quot;https://www.one.co.il/VOD/Browse/149/ONE_Podcasts&quot;, &quot;3&quot;);" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">ONE&nbsp;Podcasts</a>
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" class="MainVideosNavBorder" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a class="MainVideosNavBorder" id="tabNav2" style="width: 141px; color: rgb(105, 106, 111);" href="javascript:SetActiveTab(&quot;https://www.one.co.il/VOD/Browse/11/אסור_להחמיץ&quot;, &quot;2&quot;);" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">אסור&nbsp;להחמיץ</a>
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" class="MainVideosNavBorder" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a class="MainVideosNavBorder" id="tabNav1" style="width: 141px; color: rgb(105, 106, 111);" href="javascript:SetActiveTab(&quot;https://www.one.co.il/VOD/Browse/56/ליגה_איטלקית&quot;, &quot;1&quot;);" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">ליגה&nbsp;איטלקית</a>
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" class="MainVideosNavBorder" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a class="MainVideosNavBorder" id="tabNav0" style="width: 141px; color: rgb(105, 106, 111);" href="javascript:SetActiveTab(&quot;https://www.one.co.il/VOD/Browse/113/ליגה_ספרדית&quot;, &quot;0&quot;);" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">ליגה&nbsp;ספרדית</a>
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" src="https://images.one.co.il/images/msites/2013/09/02/1230/divider.png" class="MainVideosNavBorder" alt="ONE - מספר 1 בספורט" tabindex="-1">
        <a class="MainVideosNavBorder" id="tabNavMain" style="width: 12rem; color: rgb(204, 0, 0);" href="javascript:SetActiveTab('','Main');" tabindex="50" data-font-size="18" data-font-size-type="px" data-line-height="24px">&nbsp;&nbsp;ONE VOD&nbsp;&nbsp;</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="24px"></div>
      </div>
      <div id="MainVideosItems" tabindex="-1" data-font-size="10" data-font-size-type="px" style="">
        <div class="MainVideosItem belongToTabMain belongToTab0" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: inline-block;">
          <a target="_top" onclick="javascript:CountVph(93956, 1);" class=" belongToTabMain belongToTab0" href="https://www.one.co.il/VOD/Play/93956/צמד_ללבנדובסקי_1_2_לברצלונה_נגד_ולנסיה?c=113" style="background-image: url(&quot;https://photo.one.co.il/Image/Cover/1b027decd2ce5f3908f6c643cc3a10ec/93956.webp?width=377&quot;); display: inline-block;" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">צמד ללבנדובסקי, 1:2 לברצלונה נגד ולנסיה</div></a>
        </div>
        <div class="MainVideosItem belongToTabMain belongToTab1" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: inline-block;">
          <a target="_top" onclick="javascript:CountVph(93955, 2);" class=" belongToTabMain belongToTab1" href="https://www.one.co.il/VOD/Play/93955/דרמה_בסיום_מילאן_חוזרת_מפיגור_כפול_2_2?c=56" style="background-image: url(&quot;https://photo.one.co.il/Image/Cover/c95e2eb7ebb737d60a318a749c2229a5/93955.webp?width=377&quot;); display: inline-block;" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">דרמה בסיום: מילאן חוזרת מפיגור כפול 2:2</div></a>
        </div>
        <div class="MainVideosItem belongToTabMain belongToTab2" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: inline-block;">
          <a target="_top" onclick="javascript:CountVph(93959, 3);" class=" belongToTabMain belongToTab2" href="https://www.one.co.il/VOD/Play/93959/הולנד_תאי_עבד_כובש_שער_ראשון_לעונה?c=11" style="background-image: url(&quot;https://photo.one.co.il/Image/Cover/feb8a620b8c683c2f85166e814e2e7e2/93959.webp?width=377&quot;); display: inline-block;" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">הולנד: תאי עבד כובש שער ראשון לעונה</div></a>
        </div>
        <div class="MainVideosItem belongToTabMain belongToTab2" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: inline-block;">
          <a target="_top" onclick="javascript:CountVph(93958, 4);" class=" belongToTabMain belongToTab2" href="https://www.one.co.il/VOD/Play/93958/מחזורי_הפתיחה_והשערים_היפים_ביותר_בספרד?c=11" style="background-image: url(&quot;https://photo.one.co.il/Image/Cover/05ef23f8a6501fe747d14a27eedbe725/93958.webp?width=377&quot;); display: inline-block;" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">מחזורי הפתיחה והשערים היפים ביותר בספרד</div></a>
        </div>
        <div class="MainVideosItem belongToTab2" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93961, 999);" class="  belongToTab2" href="https://www.one.co.il/VOD/Play/93961/רונאלדו_כועס_על_החברים_ועושה_להם_סטף_קרי?c=11" style="background-image:url(https://photo.one.co.il/Image/Cover/c1325f44a01fe02aeb263fc8c7975393/93961.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">רונאלדו כועס על החברים ועושה להם סטף קרי</div></a>
        </div>
        <div class="MainVideosItem belongToTab0" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93957, 999);" class=" belongToTab0" href="https://www.one.co.il/VOD/Play/93957/האם_לוולנסיה_הגיע_פנדל_ולקוברסי_אדום_?c=113" style="background-image:url(https://photo.one.co.il/Image/Cover/1a3e1c956c2e21927f9bebd6d676b080/93957.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">האם לוולנסיה הגיע פנדל, ולקוברסי אדום?</div></a>
        </div>
        <div class="MainVideosItem belongToTab0" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93947, 999);" class=" belongToTab0" href="https://www.one.co.il/VOD/Play/93947/קצב_משוגע_1_1_בין_לגאנס_ואוססונה?c=113" style="background-image:url(https://photo.one.co.il/Image/Cover/593cbed006b5de3c34674ce718d6b3a5/93947.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">קצב משוגע: 1:1 בין לגאנס ואוססונה</div></a>
        </div>
        <div class="MainVideosItem belongToTab0" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93939, 999);" class=" belongToTab0" href="https://www.one.co.il/VOD/Play/93939/_quot_טכנולוגית_הנבדל_בלה_ליגה_quot_?c=113" style="background-image:url(https://photo.one.co.il/Image/Cover/5822fb71d8a35b5f2326d9390d654b0a/93939.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">"טכנולוגית הנבדל בלה ליגה"</div></a>
        </div>
        <div class="MainVideosItem belongToTab1" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93954, 999);" class=" belongToTab1" href="https://www.one.co.il/VOD/Play/93954/לא_פוגעות_חלוקת_נקודת_בין_אמפולי_למונצה?c=56" style="background-image:url(https://photo.one.co.il/Image/Cover/292689fc5b903d8a3d88d668136fcb07/93954.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">לא פוגעות: חלוקת נקודת בין אמפולי למונצה</div></a>
        </div>
        <div class="MainVideosItem belongToTab1" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93946, 999);" class=" belongToTab1" href="https://www.one.co.il/VOD/Play/93946/2_2_בקרב_עיקש_בין_אינטר_האלופה_לגנואה?c=56" style="background-image:url(https://photo.one.co.il/Image/Cover/01f484f7807a27ecbd4e53b8ed558fbf/93946.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">2:2 בקרב עיקש בין אינטר האלופה לגנואה</div></a>
        </div>
        <div class="MainVideosItem belongToTab1" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93945, 999);" class=" belongToTab1" href="https://www.one.co.il/VOD/Play/93945/פארמה_העולה_החדשה_מפתיעה_את_פיורנטינה?c=56" style="background-image:url(https://photo.one.co.il/Image/Cover/561d83037cbc49bcb5d48a38cccc975d/93945.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">פארמה העולה החדשה מפתיעה את פיורנטינה</div></a>
        </div>
        <div class="MainVideosItem belongToTab2" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93960, 999);" class=" belongToTab2" href="https://www.one.co.il/VOD/Play/93960/הסרטון_שמוכיח_לא_קל_להיות_הבן_של_ניימאר?c=11" style="background-image:url(https://photo.one.co.il/Image/Cover/e274a80b0c9f5a265f1cbcabc331f0f8/93960.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">הסרטון שמוכיח: לא קל להיות הבן של ניימאר</div></a>
        </div>
        <div class="MainVideosItem belongToTab3" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93896, 999);" class=" belongToTab3" href="https://www.one.co.il/VOD/Play/93896/השיטה_של_ברצלונה_להתמודד_מול_ריאל_העונה?c=149" style="background-image:url(https://photo.one.co.il/Image/Cover/9de6d44fca3e2f463bf14b55f3bc8d79/93896.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">השיטה של ברצלונה להתמודד מול ריאל העונה</div></a>
        </div>
        <div class="MainVideosItem belongToTab3" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93748, 999);" class=" belongToTab3" href="https://www.one.co.il/VOD/Play/93748/האזינו_לפודקאסט_עם_שרון_קנטור_לקראת_פריז?c=149" style="background-image:url(https://photo.one.co.il/Image/Cover/cd7e77710d71aa5ad149ff9f646910ee/93748.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">האזינו לפודקאסט עם שרון קנטור לקראת פריז</div></a>
        </div>
        <div class="MainVideosItem belongToTab3" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93747, 999);" class=" belongToTab3" href="https://www.one.co.il/VOD/Play/93747/הפודקאסט_המרגש_עם_פיטר_פלצ_יק_?c=149" style="background-image:url(https://photo.one.co.il/Image/Cover/b4d39f4093f385791a2c903abd7007ad/93747.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">הפודקאסט המרגש עם פיטר פלצ׳יק </div></a>
        </div>
        <div class="MainVideosItem belongToTab3" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(93350, 999);" class=" belongToTab3" href="https://www.one.co.il/VOD/Play/93350/מסאי_דגו_פותח_הכל_בריאיון_מיוחד?c=149" style="background-image:url(https://photo.one.co.il/Image/Cover/dacf85db8c2bab29b24d57eaec687599/93350.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">מסאי דגו פותח הכל בריאיון מיוחד</div></a>
        </div>
        <div class="MainVideosItem belongToTab4" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92992, 999);" class=" belongToTab4" href="https://www.one.co.il/VOD/Play/92992/לא_צפוי_המקום_ממנו_מגיע_מועמד_לשער_השנה?c=117" style="background-image:url(https://photo.one.co.il/Image/Cover/3f7814868259652356217522662b1277/92992.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">לא צפוי: המקום ממנו מגיע מועמד לשער השנה</div></a>
        </div>
        <div class="MainVideosItem belongToTab4" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92852, 999);" class=" belongToTab4" href="https://www.one.co.il/VOD/Play/92852/בעט_בו_מה_הפריע_ללבנדובסקי_על_הספסל_?c=117" style="background-image:url(https://photo.one.co.il/Image/Cover/72ea82cd3cadd65adefcbc53a8d650c2/92852.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">בעט בו: מה הפריע ללבנדובסקי על הספסל?</div></a>
        </div>
        <div class="MainVideosItem belongToTab4" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92725, 999);" class=" belongToTab4" href="https://www.one.co.il/VOD/Play/92725/המציא_פנדל_שופטי_המסך_מנעו_מבוכה_גדולה?c=117" style="background-image:url(https://photo.one.co.il/Image/Cover/75b296a3d0e5292f441ab10007ed33f0/92725.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">המציא פנדל: שופטי המסך מנעו מבוכה גדולה</div></a>
        </div>
        <div class="MainVideosItem belongToTab4" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92604, 999);" class=" belongToTab4" href="https://www.one.co.il/VOD/Play/92604/רק_כמעט_כך_הרסו_לויניסיוס_את_בישול_השנה?c=117" style="background-image:url(https://photo.one.co.il/Image/Cover/67985068687fcf24eff604dc72dc81d2/92604.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">רק כמעט: כך הרסו לויניסיוס את בישול השנה</div></a>
        </div>
        <div class="MainVideosItem belongToTab5" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92983, 999);" class=" belongToTab5" href="https://www.one.co.il/VOD/Play/92983/חיוך_של_אחד_שכבש_שער_והציל_את_הקבוצה_שלו?c=131" style="background-image:url(https://photo.one.co.il/Image/Cover/a4e54c4cf2e720773cd4e2400136c687/92983.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">חיוך של אחד שכבש שער והציל את הקבוצה שלו</div></a>
        </div>
        <div class="MainVideosItem belongToTab5" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92835, 999);" class=" belongToTab5" href="https://www.one.co.il/VOD/Play/92835/הנשים_היפות_שחגגו_עם_אינטר_בסטייל?c=131" style="background-image:url(https://photo.one.co.il/Image/Cover/fbd20a3e3786a93ed5b4c0e351ac328d/92835.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">הנשים היפות שחגגו עם אינטר בסטייל</div></a>
        </div>
        <div class="MainVideosItem belongToTab5" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92720, 999);" class=" belongToTab5" href="https://www.one.co.il/VOD/Play/92720/מה_קרה_לחולצה_של_יירי_מינה_?c=131" style="background-image:url(https://photo.one.co.il/Image/Cover/67f44f7919ea3209e9f9e088c2b1cb32/92720.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">מה קרה לחולצה של יירי מינה?</div></a>
        </div>
        <div class="MainVideosItem belongToTab5" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
          <a target="_top" onclick="javascript:CountVph(92600, 999);" class=" belongToTab5" href="https://www.one.co.il/VOD/Play/92600/הרגע_בו_המגן_הבין_שהוא_עשה_טעות_עצומה?c=131" style="background-image:url(https://photo.one.co.il/Image/Cover/b782d7cbcf9f3cb83067c8bd42636047/92600.webp?width=377);" tabindex="50" data-font-size="10" data-font-size-type="px"><div tabindex="-1" data-font-size="18" data-font-size-type="px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2017/02/01/2.png" src="https://images.one.co.il/images/msites/2017/02/01/2.png" alt="ONE - מספר 1 בספורט" tabindex="-1">הרגע בו המגן הבין שהוא עשה טעות עצומה</div></a>
        </div>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
      </div>
      <a id="aMoreVideos" style="font-size:11px;color:#999999;text-decoration:underline;padding: 0 3px;display:none;" target="_top" tabindex="50" data-font-size="11" data-font-size-type="px">קטעים נוספים</a>
    </div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div class="one-hp-left-container" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div id="adxONEPromotion" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CJ37lpzP_ocDFWEKVQgd6mMFRg" style="margin-bottom: 2rem;">
        <div id="google_ads_iframe_/6870/ONE_Web/Promotion_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/6870/ONE_Web/Promotion_0" name="google_ads_iframe_/6870/ONE_Web/Promotion_0" title="3rd party ad content" width="1040"
            height="110" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="attribution-reporting" data-load-complete="true" data-google-container-id="c"
            style="border: 0px; vertical-align: bottom;"></iframe></div>
      </div>
      <div class="one-hp-left-container-column-extras" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <div class="ad-container" id="adxONEElement_Winner" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="COXvlpzP_ocDFST0EQgdldATTA" style="display: none;">
          <div id="google_ads_iframe_/6870/ONE_Web/Element_Winner_0__container__" style="border: 0pt none; width: 330px; height: 0px;"></div>
        </div>
        <div class="ad-bg ad-container ad-container-premium-big1" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div id="adxONEBig_1" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CLehsJzP_ocDFZgkVQgd35EfbQ">
            <div id="google_ads_iframe_/6870/ONE_Web/Big_1_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/6870/ONE_Web/Big_1_0" name="google_ads_iframe_/6870/ONE_Web/Big_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" style="border: 0px; vertical-align: bottom;"
                data-google-container-id="5"></iframe></div>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <style type="text/css" tabindex="-1">
          .left-double-columns {
            width: 100%;
            background: #efefef;
          }

          .left-double-columns div.left {
            float: left;
          }

          .left-double-columns div.right {
            float: right;
          }

          .hp-glitches-box {
            width: calc(100%-4px);
            border: solid 1px #e5e5e5;
            padding: 1px;
          }

          .hp-glitches-box-content {
            width: calc(100%-18px);
            background: #e7e7e7;
            background: -moz-linear-gradient(top, #e7e7e7 0%, #f3f3f3 100%);
            background: -webkit-linear-gradient(top, #e7e7e7 0%, #f3f3f3 100%);
            background: linear-gradient(to bottom, #e7e7e7 0%, #f3f3f3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#f3f3f3', GradientType=0);
            margin: auto;
            padding: 5px;
          }

          .hp-glitches-box a.glitches-title {
            display: inline-block;
            width: 100%;
            direction: rtl;
            text-align: right;
            margin: 0 0 10px 0;
            font-size: 16px;
            font-weight: bold;
            color: #CD0403;
            border-bottom: groove 2px #FFFFFF;
          }

          .hp-glitches-box div.left-glitches {
            width: 138px;
            float: left;
          }

          .hp-glitches-box div.right-glitch {
            width: 165px;
            float: right;
          }

          .hp-glitches-box div.left-glitches a,
          .hp-glitches-box div.right-glitch a {
            display: inline-block;
            position: relative;
          }

          .hp-glitches-box div.left-glitches a img,
          .hp-glitches-box div.right-glitch a img {
            border-radius: 10px;
          }

          .hp-glitches-box div.left-glitches a span,
          .hp-glitches-box div.right-glitch a span {
            position: absolute;
            width: 100%;
            bottom: 3px;
            left: 0;
            background: rgba(68, 14, 98, 0.7);
            text-align: right;
            direction: rtl;
            color: white;
            padding: 1px 0;
            font-size: 14px;
            text-align: center;
            font-weight: bold;
            border-radius: 0 0 10px 10px;
          }

          .glitch-hp-video-indicator {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 24px;
            height: 24px;
          }
        </style>
        <div class="hp-glitches-box" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div class="hp-glitches-box-content" tabindex="-1" data-font-size="10" data-font-size-type="px">
            <a class="glitches-title" href="https://www.one.co.il/Glitches/" tabindex="200" data-font-size="16" data-font-size-type="px">גליצ'ים</a>
            <div class="left left-glitches" tabindex="-1" data-font-size="10" data-font-size-type="px">
              <a id="glitch-hp-top-left" href="https://www.one.co.il/Glitch/71064/%d7%9e%d7%96%d7%9c-%d7%98%d7%95%d7%91-%d7%9c%d7%95%d7%96%d7%90%d7%9f-%d7%95%d7%a7%d7%a0%d7%99-%d7%a1%d7%99%d7%99%d7%a3-%d7%94%d7%95%d7%a8%d7%99%d7%9d-" tabindex="200" data-font-size="10" data-font-size-type="px">

                <span tabindex="-1" data-font-size="14" data-font-size-type="px">מזל טוב: לוזאן וקני סייף הורים!</span>
                <img loading="lazy" src="https://photo.one.co.il/Image/GG/32,1/1728250.webp?width=135" alt="לוזן וקני סייף" tabindex="-1">
            </a>
              <div class="h5" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="5px"></div>
              <a id="glitch-hp-bottom-left" href="https://www.one.co.il/Glitch/71065/%d7%90%d7%97%d7%a8%d7%99-%d7%94%d7%9e%d7%93%d7%9c%d7%99%d7%94-%d7%a4%d7%99%d7%98%d7%a8-%d7%a4%d7%9c%d7%a6-%d7%99%d7%a7-%d7%9e%d7%aa%d7%a4%d7%a0%d7%a7-" tabindex="200" data-font-size="10" data-font-size-type="px">

                <span tabindex="-1" data-font-size="14" data-font-size-type="px">אחרי המדליה - פיטר פלצ'יק מתפנק!</span>
                <img loading="lazy" src="https://photo.one.co.il/Image/GG/32,1/1757344.webp?width=135" alt="פיטר פלצ'יק נופש" tabindex="-1">
            </a>
            </div>
            <div class="right right-glitch" tabindex="-1" data-font-size="10" data-font-size-type="px">
              <a id="glitch-hp-right" href="https://www.one.co.il/Glitch/71063/%d7%9e%d7%a4%d7%aa%d7%99%d7%a2-%d7%a7%d7%a0%d7%a6%d7%a4%d7%95%d7%9c%d7%a1%d7%a7%d7%99-%d7%95%d7%a9%d7%a8%d7%a6%d7%a7%d7%99-%d7%9e%d7%90%d7%95%d7%94%d7%91%d7%99%d7%9d" tabindex="200" data-font-size="10" data-font-size-type="px">

                <span tabindex="-1" data-font-size="14" data-font-size-type="px">מפתיע? קנצפולסקי ושרצקי מאוהבים</span>
                <img loading="lazy" src="https://photo.one.co.il/Image/GG/31,1/1757084.webp?width=165" alt="אל-ים קנצפולסקי ואופיר שרצקי" style="width: 165px; height: 280px;" tabindex="-1">
            </a>
            </div>
            <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div id="ob_holder" style="display: none;" tabindex="-1" data-font-size="10" data-font-size-type="px"><iframe id="ob_iframe"
            src="https://widgets.outbrain.com/widgetOBUserSync/obUserSync.html#pid=1922&amp;dmpenabled=true&amp;filterDMP=&amp;d=c5ZUka1Uu2n7lmWHTGS5_ZEkVgrrggF1XA0q8T3S0x4gk_eTVFcdnCD7NtJ7W-Ka&amp;gdpr=0&amp;cmpNeeded=false&amp;gdprVer=null&amp;ccpa=1---&amp;country=IL&amp;obRecsAbtestAndVars=1537-5723,1601-6074,386-1123,1538-5736,1539-5738,1155-3748,1475-5273,1540-5754,1604-6093,1412-4939,1350-4654,1164-3777,1103-3503,1359-5582,1615-6166,784-2396,1361-4734,1169-3790,1362-4743,1620-6196,1431-5164,792-2426,1240-6257,1502-5475,927-3084,1631-6251,1505-5512,1639-6314,1323-4539,1203-3987,822-2522,1590-5996,1591-6008,1592-6010,1593-6026,1403-4891,1149-3716&amp;initiator=ob&amp;attributionSrc=true"
            style="display: none; width: 1px; height: 1px;"></iframe></div>
        <div class="OUTBRAIN" data-src="https://www.one.co.il/" data-widget-id="HPC_3" data-ob-mark="true" data-browser="chrome" data-os="linux x86_64" data-dynload="" data-idx="0" id="outbrain_widget_0" tabindex="-1" data-font-size="10"
          data-font-size-type="px">
          <div class="ob-widget ob-grid-layout ob-reel-layout HPC_3" style="height: 264px;">
            <style type="text/css">
              .ob-reel-noanim {
                -webkit-transition: none !important;
                transition: none !important
              }

              .ob-reel-fadeout {
                opacity: 0 !important
              }

              .ob-reel-layout-inverted .ob-reel-fadeout {
                opacity: .75 !important
              }

              .ob-grid-layout.ob-reel-layout {
                --main-color: #fffdfd;
                position: relative
              }

              .ob-grid-layout.ob-reel-layout,
              .ob-grid-layout.ob-reel-layout * {
                -webkit-box-sizing: content-box !important;
                box-sizing: content-box !important
              }

              .ob-grid-layout.ob-reel-layout .ob-video-icon-container {
                display: -webkit-box;
                display: -ms-flexbox;
                -ms-flex-pack: center;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-track {
                position: relative;
                overflow: hidden
              }

              .ob-grid-layout.ob-reel-layout .ob-widget-header {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: absolute;
                z-index: 2;
                background: #fffdfd;
                background: var(--main-color);
                color: #020202;
                border: 2px solid #020202;
                margin: 18px 26px 0 18px
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-widget-header {
                margin: 16px 16px 0
              }

              .ob-grid-layout.ob-reel-layout .ob-widget-header .ob-grid-header-text {
                padding: 6px 9.5px
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-widget-header .ob-grid-header-text {
                font-size: 14px;
                padding: 3px 6px
              }

              .ob-grid-layout.ob-reel-layout .ob-widget-header .ob-reel-count {
                background: #020202;
                color: #fffdfd;
                color: var(--main-color);
                padding: 6px 9.5px
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-widget-header .ob-reel-count {
                font-size: 14px;
                padding: 3px 6px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-logo {
                position: absolute;
                right: 20px;
                top: 40px;
                z-index: 2;
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
                opacity: 1
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-logo img {
                width: 100%;
                height: 100%
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-logo {
                top: 16px;
                right: 16px
              }

              .ob-grid-layout.ob-reel-layout .ob-dynamic-rec-container {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%
              }

              .ob-grid-layout.ob-reel-layout .ob-dynamic-rec-link {
                position: relative;
                display: block
              }

              .ob-grid-layout.ob-reel-layout .ob-sub-units {
                display: none
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-image,
              .ob-grid-layout.ob-reel-layout .ob-rec-video {
                width: 100%;
                max-height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-rtb-image {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0
              }

              .ob-grid-layout.ob-reel-layout .ob-unit {
                display: block
              }

              .ob-grid-layout.ob-reel-layout .ob-unit .ob-rec-logo-container {
                display: none
              }

              .ob-grid-layout.ob-reel-layout .ob-dynamic-rec-link:after,
              .ob-grid-layout.ob-reel-layout .ob-dynamic-rec-link:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 1;
                top: 0
              }

              .ob-grid-layout.ob-reel-layout .ob-dynamic-rec-link:before {
                background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), color-stop(rgba(0, 0, 0, .1)), color-stop(30%, transparent));
                background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1), transparent 30%)
              }

              .ob-grid-layout.ob-reel-layout .ob-dynamic-rec-link:after {
                background-image: linear-gradient(222deg, rgba(0, 0, 0, .3), transparent 30%)
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-image-container {
                position: relative;
                width: 100%;
                height: auto
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-image-container.ob-reel-in {
                -webkit-transform: scale(1.25);
                transform: scale(1.25)
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-image-container.ob-reel-noanim {
                -webkit-transition-duration: .2s;
                transition-duration: .2s
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-image-container .ob-rec-label {
                display: none
              }

              .ob-grid-layout.ob-reel-layout .ob-widget-items-container {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-transition: -webkit-transform .4s ease-out;
                transition: -webkit-transform .4s ease-out;
                transition: transform .4s ease-out;
                transition: transform .4s ease-out, -webkit-transform .4s ease-out
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-footer {
                position: relative;
                height: 50px;
                top: -50px;
                z-index: 3
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-footer {
                top: -40px
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-footer {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                top: -55px
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-footer>div {
                -ms-flex-negative: 0;
                flex-shrink: 0
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                height: 4px;
                width: calc(100% - 32px);
                margin: 0 16px;
                position: absolute;
                bottom: 100%;
                z-index: 2;
                -webkit-transition: .4s;
                transition: .4s
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span {
                display: inline-block;
                -webkit-box-flex: 1;
                -ms-flex: 1 1 20%;
                flex: 1 1 20%;
                border-radius: 4px;
                background: hsla(0, 0%, 100%, .5);
                overflow: hidden
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span:not(:last-child) {
                margin-right: 12px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span .ob-reel-load {
                display: block;
                width: 100%;
                height: 100%;
                background: #fffdfd;
                background: var(--main-color);
                -webkit-transform: translate(-100%);
                transform: translate(-100%)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span .ob-reel-load.ob-reel-in {
                -webkit-transform: translate(0);
                transform: translate(0)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span .ob-reel-load.ob-reel-exit {
                -webkit-transition-duration: .12s;
                transition-duration: .12s
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-progress {
                position: relative;
                width: calc(100% - 32px);
                margin: 0 0 0 16px;
                bottom: 0
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-progress {
                bottom: -2px;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-controls {
                font-size: 14px;
                line-height: normal;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
                width: calc(100% - 24px);
                margin: 0 24px 0 16px;
                z-index: 2;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                top: 4px
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls {
                top: 1px
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-prev {
                display: none
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-play {
                -webkit-transition: .2s;
                transition: .2s
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-pause {
                -webkit-transform: translate(5px);
                transform: translate(5px)
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-controls {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-controls>div {
                width: 20px;
                height: 16.5px;
                padding: 8px;
                cursor: pointer;
                -webkit-transition: opacity .1s ease-in;
                transition: opacity .1s ease-in;
                opacity: .8
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-controls>div:hover {
                opacity: 1
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls>div:hover {
                opacity: .8
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-controls svg path {
                fill: #fffdfd;
                stroke: #fffdfd;
                fill: var(--main-color);
                stroke: var(--main-color);
                stroke-width: 5;
                stroke-linejoin: round;
                stroke-linecap: round;
                -webkit-transition: .3s;
                transition: .3s
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-pause path {
                d: path("M5,5 L55,5 55,160 5,160 5,5 M75,5 L75,125 75,160 125,160 125,5 75,5")
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-prev {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                max-width: 75%;
                position: relative;
                bottom: 0;
                margin: 0 0 0 16px;
                color: #fffdfd;
                color: var(--main-color);
                z-index: 2;
                overflow: hidden
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-noanim * {
                -webkit-transition: none !important;
                transition: none !important
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-title {
                margin: -10px 0 0 16px
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-title {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                max-width: calc(100% - 32px);
                margin-top: 10px;
                margin-bottom: 2px;
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-line {
                display: block;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 12px;
                flex: 0 0 12px;
                height: 100%;
                background: #dbdada;
                z-index: 1;
                -webkit-transition: -webkit-transform .2s ease-in-out;
                transition: -webkit-transform .2s ease-in-out;
                transition: transform .2s ease-in-out;
                transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
                position: relative
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-line {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 8px;
                flex: 0 0 8px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                cursor: pointer;
                overflow: hidden;
                text-decoration: none;
                color: #fff;
                border: none
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div {
                display: inline-block;
                background: #000;
                padding: 0 9px 9px 16px;
                font-size: 18px;
                line-height: normal;
                -webkit-transform: translate(-105%);
                transform: translate(-105%);
                -webkit-transition: -webkit-transform .2s ease-in-out .2s;
                transition: -webkit-transform .2s ease-in-out .2s;
                transition: transform .2s ease-in-out .2s;
                transition: transform .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
                outline: 1px solid #000
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div {
                padding: 0 5px 5px 10px;
                font-size: 16px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div:first-child {
                padding-top: 9px
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div:first-child {
                padding-top: 5px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div span {
                position: relative;
                top: -10px;
                opacity: 0;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div:first-child {
                -webkit-transition-delay: .2s;
                transition-delay: .2s
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div:nth-child(2) {
                -webkit-transition-delay: .3s;
                transition-delay: .3s
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div:nth-child(3) {
                -webkit-transition-delay: .4s;
                transition-delay: .4s
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-in .ob-reel-title-line,
              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-in .ob-reel-title-text div {
                -webkit-transform: translate(0);
                transform: translate(0)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-in .ob-reel-title-text div span {
                opacity: 1;
                top: 0
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-out .ob-reel-title-line {
                -webkit-transition-delay: .4s;
                transition-delay: .4s;
                -webkit-transform: translateY(100%);
                transform: translateY(100%)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-out .ob-reel-title-text div {
                -webkit-transform: translate(-105%);
                transform: translate(-105%)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-out .ob-reel-title-text div span {
                opacity: 0;
                top: 10px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-source {
                margin: 2px 16px 0;
                overflow: hidden
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-source {
                font-size: 11px;
                margin: 2px 16px 0
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-source {
                -ms-flex-preferred-size: 65%;
                flex-basis: 65%;
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-source .ob-reel-source-text {
                display: inline-block;
                font-size: 13px;
                color: #717075;
                font-style: italic;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                opacity: 0;
                -webkit-transform: translate(-4px);
                transform: translate(-4px)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-source .ob-reel-source-text.ob-reel-in {
                opacity: 1;
                -webkit-transform: translate(0);
                transform: translate(0)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-source .ob-reel-source-text.ob-reel-out {
                -webkit-transition-duration: .1s;
                transition-duration: .1s
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-source .ob-reel-source-text {
                font-size: 11px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-bpb {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 25%;
                padding: 25% 0 0;
                height: auto;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: 4;
                border-radius: 100%;
                opacity: .8;
                cursor: pointer
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-bpb>svg {
                position: absolute;
                top: 0;
                left: auto
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-bpb.ob-reel-out {
                display: none
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-bpb.ob-reel-bpb-custom {
                background: none;
                padding: 0;
                max-width: 15%;
                min-width: 10%;
                height: auto
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-more {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                position: absolute;
                right: 16px;
                top: 70px;
                font-size: 15px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                color: #000;
                border: none
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-more {
                display: none
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-more {
                display: unset;
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
                font-size: 13px;
                top: 104px;
                right: 0
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-more-text {
                margin: 0 5px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon {
                display: inline-block;
                width: 10px;
                height: 18px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon svg:last-child:not(:first-child) {
                display: none
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon {
                width: 8px;
                height: 14px;
                position: relative
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon svg {
                position: absolute
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon svg:last-child {
                display: none;
                right: 5px
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon {
                top: 2px
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon svg:first-child {
                display: none
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-more .ob-reel-more-icon path {
                stroke-linejoin: round;
                stroke-linecap: round;
                fill: #020202;
                stroke: #020202;
                stroke-width: 15
              }

              .HPC_3.ob-grid-layout.ob-reel-layout {
                margin: 0px 0px 20px 0px
              }

              .HPC_3.ob-reel-layout .ob-unit.ob-rec-image-container .ob-image-ratio {
                padding-bottom: 56.25%;
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-image-container {
                -webkit-transition: -webkit-transform 6s linear;
                transition: -webkit-transform 6s linear;
                transition: transform 6s linear;
                transition: transform 6s linear, -webkit-transform 6s linear;
              }

              .ob-grid-layout.ob-reel-layout .ob-rec-clip-container {
                transition: 100s linear, 100s linear;
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span .ob-reel-load {
                -webkit-transition: -webkit-transform 6s linear;
                transition: -webkit-transform 6s linear;
                transition: transform 6s linear;
                transition: transform 6s linear, -webkit-transform 6s linear;
              }

              .HPC_3.ob-reel-layout {
                padding-top: 24px;
              }

              .HPC_3.ob-reel-layout .ob-widget-footer {
                position: absolute;
                top: 0;
                width: 100%;
              }

              .HPC_3 .ob_what a:before {
                content: "";
                ;
                ;
                background-image: url('https://widgets.outbrain.com/images/widgetIcons/achoice.svg');
                background-size: 100% 100%;
                width: 12px;
                height: 12px;
                padding-right: 4px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: left center;
                border-right: 1px solid #999;
              }

              .HPC_3.ob-widget .ob_what {
                direction: rtl;
                clear: both;
                padding: 5px 10px 0px;
              }

              .HPC_3.ob-widget .ob_what a {
                color: #757575;
                font-size: 11px;
                font-family: arial;
                text-decoration: none;
              }

              .HPC_3.ob-widget .ob_what.ob-hover:hover a {
                text-decoration: underline;
              }

              .HPC_3.ob-widget .ob_amelia,
              .HPC_3.ob-widget .ob_amelia_covid,
              .HPC_3.ob-widget .ob_logo,
              .HPC_3.ob-widget .ob_feed_logo,
              .HPC_3.ob-widget .ob_sfeed_logo,
              .HPC_3.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
                display: inline-block;
                vertical-align: text-bottom;
                padding: 0px 5px;
                box-sizing: content-box;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
              }

              .HPC_3.ob-widget .ob_amelia {
                background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.svg') no-repeat center top;
                width: 16px;
                height: 16px;
                margin-bottom: -2px;
              }

              @media only screen and (-webkit-min-device-pixel-ratio: 2),
              (min-resolution: 192dpi) {
                .HPC_3.ob-widget .ob_amelia {
                  background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16@2x.png') no-repeat center top;
                  width: 16px;
                  height: 16px;
                  margin-bottom: -2px;
                  background-size: 16px 32px;
                }
              }

              .HPC_3.ob-widget:hover .ob_amelia,
              .HPC_3.ob-widget:hover .ob_logo,
              .HPC_3.ob-widget:hover .ob_text_logo {
                background-position: center bottom;
              }

              .HPC_3.ob-widget .ob_what {
                text-align: left;
                direction: ltr;
              }

              .HPC_3.ob-widget .ob_amelia,
              .HPC_3.ob-widget .ob_logo,
              .HPC_3.ob-widget .ob_feed_logo,
              .HPC_3.ob-widget .ob_sfeed_logo,
              .HPC_3.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
              }

              .HPC_3.ob-widget.ob-reel-layout .ob_what {
                line-height: normal;
                top: 0;
                padding: 0;
              }

              .ob-widget.ob-reel-layout .ob_bctrl {
                top: 0;
                z-index: 1001;
                position: absolute !important;
              }

              .HPC_3.ob-reel-layout .ob-widget-header {
                font-family: inherit;
                font-size: 14px;
              }

              .HPC_3.ob-reel-layout .ob-reel-title {
                font-family: inherit;
                font-size: 14px;
              }

              .HPC_3.ob-reel-layout-v2 .ob-widget-header {
                font-family: inherit;
                font-size: 14px;
              }

              .HPC_3.ob-reel-layout-v2 .ob-rec-text {
                font-family: inherit;
                font-size: 14px;
              }
            </style>
            <style type="text/css">
              .ob-grid-layout.ob-reel-layout,
              .ob-grid-layout.ob-reel-layout * {
                direction: rtl
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-controls {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                margin: 0 16px 0 24px
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-prev {
                display: block
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-next {
                display: none
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-pause {
                -webkit-transform: translate(-5px);
                transform: translate(-5px)
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-next,
              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-controls .ob-reel-prev {
                display: initial
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span:not(:last-child) {
                margin-right: 0;
                margin-left: 15px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-progress>span .ob-reel-load {
                -webkit-transform: translate(100%);
                transform: translate(100%)
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-progress {
                margin: 0 16px 0 0
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-more {
                right: auto;
                left: 16px
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-more {
                right: auto;
                left: 0
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-more-icon {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title {
                margin: 0 16px 0 0
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-title {
                margin: -10px 16px 0 0
              }

              .ob-reel-layout-inverted .ob-grid-layout.ob-reel-layout .ob-reel-title {
                margin-top: 10px;
                margin-bottom: 2px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div {
                padding: 0 16px 9px 9px;
                -webkit-transform: translate(105%);
                transform: translate(105%)
              }

              .ob-reel-sm .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div {
                padding: 0 10px 5px 5px
              }

              .ob-grid-layout.ob-reel-layout .ob-reel-title.ob-reel-out .ob-reel-title-text div {
                -webkit-transform: translate(105%);
                transform: translate(105%)
              }

              .ob-grid-layout.ob-reel-layout.ob-reel-sticky .ob-reel-sticky-clear {
                -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%
              }

              .ob-grid-layout.ob-reel-layout.ob-reel-sticky .ob-widget-footer {
                -webkit-transform-origin: bottom right;
                transform-origin: bottom right
              }

              .ob-grid-layout.ob-reel-layout.ob-reel-sticky .ob-reel-title {
                margin-left: 0;
                margin-right: 50px
              }

              .ob-grid-layout.ob-reel-layout.ob-reel-sticky .ob-reel-play>svg {
                margin-right: -5px
              }
            </style>
            <style type="text/css" class="ob-custom-css">
              .ob-grid-layout.ob-reel-layout .ob-reel-title .ob-reel-title-text div {
                font-size: 14px !important;
              }
            </style>
            <div class="ob-reel-logo" style="width: 24px; height: 24px; opacity: 1;"><img
                src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjcxM2ZjOTJiNmI4Yjc4N2M1MTVmZDVjOTlkZDk4M2M2MjZiN2UxOGJjM2U4NGFkNjk0MWVmY2I4NGRkMGI1MWMiLCJ3IjoyNCwiaCI6MjQsImQiOjIuMCwiY3MiOjAsImYiOjR9.webp" alt=""></div>
            <div class="ob-widget-header">
              <span class="ob-grid-header-text">המומלצים</span>
              <div class="ob-reel-count">1/5</div>
            </div>
            <div class="ob-reel-track">
              <div class="ob-widget-items-container" style="transform: translate(100%, 0px);">
                <div class="ob-dynamic-rec-container ob-recIdx-4 ob-p" data-pos="4" ob-reel-clone="true">
                  <a class="ob-dynamic-rec-link " onclick="" href="https://www.reali.co.il/?p=47303&amp;utm_source=Outbrain&amp;utm_medium=discovery&amp;utm_campaign=Polisat+Hisachon+BlackRock+-+Dekstop+July24&amp;utm_content=%D7%96%D7%95+%D7%A4%D7%95%D7%9C%D7%99%D7%A1%D7%AA+%D7%94%D7%97%D7%99%D7%A1%D7%9B%D7%95%D7%9F+%D7%A9%D7%9E%D7%AA%D7%91%D7%A8%D7%92%D7%AA+%D7%91%D7%A6%D7%9E%D7%A8%D7%AA+%D7%94%D7%AA%D7%A9%D7%95%D7%90%D7%95%D7%AA+%D7%A2%D7%9D+%D7%9B-24.96%25+%D7%AA%D7%A9%D7%95%D7%90%D7%94%E2%80%8B&amp;utm_id=$publisher_name$&amp;utm_term=$ob_click_id$&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=sdc1wMJUc7WzKJEtr2wRXS7zDp95Z257WchZq8fDSWzh4BI7-gt6YzNiy-SjMrTNjJkxUQfZAaqethw5qp7_XhcLNYOhnr8gAt64aOOtzNUQ0LhlbkQ5K9p5EiSMO1_7UW-1Wj77AUpZ4VqeE4dgMXPfhkUVsvWjJcnUFPeH0rUfm6RWVxqEd5W75UDyp3L4u444v5hmfJpJDL8Ish7UdkdM-uCrordSpk2JwHdeC2FC2Z8_HXbGBAOSiqrDm9OjnlzSQKuQrO6D4Sqvj51RmP4EyyDI7ZsNiAmz5RELhF0sQ2gzTG43ZGSyF93dGd-D8AoXLLvt3_qzU-VMCsEnawpY7b3_h1e0Ovo9wHdUjQBF9tl6QakhOxDSBraqJZCC8ZDqf5kqPuOWTdq1Hi0hW7JsKe_OkEj0Xek5GVY77Lpv8vGjzCY5Zg2xU5-vp-t5IQlNnrFqJlNDW7tiN6YcukE1xtVJoCFvo2BePUsHVQobBLRp2oqn9U8GLZcJQGAJwf0sHxORFLGfKEhBROma2WZwFdgS2xw1ZR8_fdMw1utbh0wu3U9em6IGCyR1qi334JNCJBhUeds3vg7oBouvbC7flgwNqr5x_WCzSomq0-MUV6OF_Fw6dWVTK6Zz7btBgTvjLHZvJrVr990gdLYu1k6fX8_mJ0oOgqunpxKQpE-49ngK96e7I7yR2KPWYci9Ep7tIgfv0MrAZIx6ZgbSWUZq-vsdb9TgGSWs-tw7CP7HY9KBRjAqupV76BXc685K4CRmRFK3EMpniPk-M4x1OZQHi5qxw6neUTP5oFfos2wElLz3A2nUVTe2JjjTTXhPu4laY06uiiutTUl9dk2TPe5KKxdGmuKDrvoiQcW0ouhjMxhF8ZX66IF2xynibYdeJ9DP7OkanJMH0QjculeZn6-uSlj7G4pzbekK45pMANK-H5ejMhneILBmLRSjooQ9uo8xhA73QeFo0kFvW6sCLyRqHET4q9wxxLcUOIU9tlIC95fVWpsNbgY8-FMDY8KcW7T0TplxSSfganTmMMt8WA&amp;c=3cab2b3b&amp;v=4';" target="_blank" data-rec-en-did="v3XPbKZKEq4k_XApTT-yNw" data-adv-id="41889" attributionsrc="" rel="nofollow noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjU4ZGQ3MjkxZWY3ZmRiNzAyZmRlZThlNzA5Mzg0ZDA0ZGIyNTgzNWZmNjAxZmFmZTBhMDg1NmRhZmI5ZGJjYTEiLCJ3Ijo4MDAsImgiOjQ1MCwiZCI6MS4wLCJjcyI6MCwiZiI6NH0.webp" onload="this.className+=' ob-show'" alt="זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​" title="זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units">
                <span class="ob-unit ob-rec-text" data-type="Title" title="זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​">זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​</span>
        </section>
    </a>
                </div>
                <div class="ob-dynamic-rec-container ob-recIdx-0 ob-o ob-oc" data-pos="0">
                  <a class="ob-dynamic-rec-link " onclick="" href="https://www.one.co.il/Article/24-25/1,10,135,0/470261.html?ref=hp&amp;obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=fnkBKtEwP3AbFAe2zr0XSCBpWayGtmDK96dvQAtjmzyZmR7jD7QZGgtk9cMO7PWaD9edesNiO2rz1E2LUm-5FRjAyPdB-fcreOUUwCezwd0Q7jiwYDSLbE38qI8YE5g-mnc4LtrS6cdL60MYyrcBcIVK_LlCGw2j_OZCERglRESdWKz0T_SbTfjJh2qm2QbFd2FB9lMDNimUuVs0k3hdez0ajy4E184bppGy_q6ztwAmhcuzCqMS7TMgaEAbYyqZy_GtglsiMW_kRTBursT4g3VicQWJGSi8CRE5Xj7PJ1WTe-rJRm8BHZbc8GxHTpzA9vhTVdrKaz9a1PC05jfg8tAXCCEQVtzUU8LxfYzM62xil7ux1f8kyNzZGr3qG04zzfNQg12pg3-un8VK1gHO_AXn6XWee-O1jxksOTtDSrdWmJZ3xdZvzo9KA8pO1CAjOGcsdYzsXqWPNLE9bgqvNmCcGAIznwpSAzedbztzgJbhZSzbUTX9ck4EpcL3NVjHuU8kKOtCxzM8ly8hdqpLcLw8n5QiJnU4ho9OtvL-J3ffgDdhlDRY2uN0IAOjrWnM6iEaV9A0ZJvf-Uk3v18Xrt06xe5Q_Pd4YPoVm4H56cGwDXZ7iZTpC5cv8a-dzDM4_gMail65d-bSEGlKc7mHSHQpSBHuPUVyOfN8F5-xJhRYbilLStgNsCrpsC2baOxfN2C6yw8KRPK96ykSmkHYbVeUMHlSXG7XL5Kh2JKQIrwmRBZIhujOELWMy6kZiv6OTOczYNjDfAsX_By4URNs9OxJ8I1yj0kyumY6h4fl0xMOrOs4lmg1UAHJkP6hA18lfCtyDqlOk47t0VNJxLYv5IgFR7QW9qMFux_Kr4zWgvZ7Q2s0uLDHkB0gw97py-rKfp7rJuwbIGdeWUnRoZP_dCvliEBLAabUurtM9HlAa1IJ3mi4uf_Ksjtgj_fJUuj5EF6BB2g8J6iT9Vq1LD2Nln22NeMKTIKZrizSmmXmt8oirtbrn0XPUEgkUYthIIDpRFM6JajyWJv7LehMaN-lhmMMYzHfTvZEcRzcA2Jkda0&amp;c=8c05efde&amp;v=4';" target="_blank" data-rec-en-did="AJCB9hY0RGjOLP6B8rYl8g" data-adv-id="82358" attributionsrc="" rel="noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image" style="transform:none;">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjljODkzNzkxNzljNWFjNThkM2E3MzVmODM5MjAwN2M2MGExODVjZDBmZTk2ZTIxYTc4MmZkNjUzZDVjODg5N2UiLCJ3Ijo4MDAsImgiOjQ1MCwiZCI6MS4wLCJjcyI6MCwiZiI6NH0.webp" onload="this.className+=' ob-show'" alt="ערוצי ONE סיימו את שידוריהם בחברת YES" title="ערוצי ONE סיימו את שידוריהם בחברת YES" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units">
                <span class="ob-unit ob-rec-text" data-type="Title" title="ערוצי ONE סיימו את שידוריהם בחברת YES">ערוצי ONE סיימו את שידוריהם בחברת YES</span>
        </section>
    </a>
                </div>
                <div class="ob-dynamic-rec-container ob-recIdx-1 ob-o" data-pos="1">
                  <a class="ob-dynamic-rec-link " onclick="" href="https://www.one.co.il/Article/470332.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=jd6AT-14iAxONrtkYeaP3XaRSojr0DXSdXC9ueq-kv8_sHd3o9XdZc56AJAvpW9u9PZ3s3dmMNZvv76SvsUQxxDikOMiWUxu1LMFBWt7UGnws6_FqsdSDvq5SUErl0Lpn7DlKNt6mS1rF0mna_0AE3x-ck5pMKLrxGQMwpJqSjR3-CgCuiFWqJtVpMvc-OZTR3p_or8B0oaLB5uzjQBDGWveg8ZWa8aDQYR5m-6pgseZM3fVOwg6CBKk1YOLr7XR3Rp9KFVhy6ZWlwjwCBU-OxgmP52b8GtLwB04NCQX50QUwySG5yDgd_41fsJp0HVcBT6FpxFuRYDt_q0Dkd6VEOmEMDZwYAMMWPrrtliEDqUZZ9R7MmpvQe-TEmh6nBWJtLjPiHwmestvgfgNbQgVNE71_VzyGrRvirp6UdQZd0Hq83ioWXeEb0qQGg0Z9EZh0SFt18vpZn9rMF6rXqMXo8706b5ejO9X-uhlOgaY1Hvs3v5wloVkowu2MN1kXDgyIeMl2dseGoVjMMNA6_c_Eo15F-0-idXomdthLFygSielYZCXG9-SOGz9VXkYBi6WZYCo1qX08gDGv96tmXtGdiS0aIsBFd3i6N8LljhzJETz1kGp1eohLP-H76z7Lkmy5ogl76YVwZoDjYpQy3H8H52Oc-Q3jh56rfuWeiARNZ_IR4j6cq905yOBOb7Ls-dv6anSSnNA7H6gB5fUwAyiDmmcApQ5iukCeleEZ5Fs7vn3JmR89c9YEkzF7O7Q3ybAA-TTZ9Y5YNQiUGxknCifkhhYWFJ4peEpkhv47XD2_G_bHeWYcx3gs-QjXdHAYbvIGAJN2U2NnKvGXdp1Dgn-W2b6TtJxJ31mBjNYTNuq9CMg95WBxlpstG9n5td__l_9DWbd-lu0kf85vXxkonE0TA&amp;c=dd67f9e2&amp;v=4';" target="_blank" data-rec-en-did="5tLC2yi8j2ld3x7k2acf7g" attributionsrc="" rel="noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6Ijg5OWJkYzJmN2U0YWUzMzY4YjViNjJhNmQzZDMwNjE2N2I0NmNmOWQyOGU4YTgyMGEyMjI2ZWExMmEyZDczNmQiLCJ3Ijo4MDAsImgiOjQ1MCwiZCI6MS4wLCJjcyI6MCwiZiI6NH0.webp" onload="this.className+=' ob-show'" alt="&quot;שילך להז****&quot;: רנדי אורטון נגד לברון ג'יימס" title="&quot;שילך להז****&quot;: רנדי אורטון נגד לברון ג'יימס" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units">
                <span class="ob-unit ob-rec-text" data-type="Title" title="&quot;שילך להז****&quot;: רנדי אורטון נגד לברון ג'יימס">"שילך להז****": רנדי אורטון נגד לברון ג'יימס</span>
        </section>
    </a>
                </div>
                <div class="ob-dynamic-rec-container ob-recIdx-2 ob-p" data-pos="2">
                  <a class="ob-dynamic-rec-link " onclick="" href="https://smartlp.fnx.co.il/lps/car/car-insurance/?obclid=$ob_click_id$&amp;utm_source=outbrain&amp;utm_medium=cpc&amp;utm_campaign=int_car_alo_outbrain_conversion_may-24_broad-desktop&amp;utm_content=0056248cd5583dc42e7356b3df90f7d0ef&amp;utm_term=$publisher_name$_$section_name$_$section_id$&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=YNo1MFNHjCSgVWHIIMf6_-N6YaSvIJT1SPvc6eP2CrryxMepLN1DFIMmzfskspmVRq25VfcVgQ8j7Fk1bsfwM0fv6IBe4hCSYqMIBxbasrhDyHGf6_yN8HFKhcCa5ZVZPlNkK05yDwzN4AXmJct3F1yq-dMkLRqO3xKD0_E6qF97rjI6p1H8ur_FT7qGj_iGpbgxKaIqkX0dWcGCoaj1-FPJTearYPbhL7M-6Yl9O_ksMcLLkj_r7pWinhTxxot4JdRr4J_FEWW-RVvIC2-IwGKes7r2393k4Od4rs6xXNITNwpoTR_cpkaAoSD_N919jG4a1d-XMheSJ1f0OTdfYHUiM-ShHwhsv8NdpvmM75oxIJjn5c_6NQ71ZbPBiQyBJF7jR2c7zbYrfuhGZUtcXVZKa0QIb0dmHZcbI069j8oM9BARxqQ2A3CcW23cYlJ8o1tK2_oLKKUeuTfXz7B0cpVjJFZcvWzQI6hwhRWjzeANNJiPNy7u965cSY69S-hwdRKxyuL1iINP-bY82_Nq7Z5TiRMe4XLjZzAD39sxC7CbLvuWtOeSGpelxbvb3IueRZjh81DHnUJBxChRLhC9PbopgU9BsWsw7NO_7EBHuWgn9oLXD7S7kOv1gY91vfe9kD_e-kMLVnPb408vVJIsRma3cj5WBndaINRBCaCyGFAuoYcUsd5a_QlnQOG9sjT-YhGDF4K3z4IbKJNTsBfrPUms1F1j5t7kmZoCjt2JfROpZP2XKq0Sk_h46uc6X8vhM2DGB3h5_IsAmigcY66UNS4irer3UqI9dHgYURBtcEt-he3IElSxEWr6Vfy-ip271jnrkfTYMAwE4KzC2YcBV4-xe1ifqN8mgP-s9EWyOGkpz0VplhwLHQWrNnsG-oeGpPp_w95x9djtyhQPxDkDgZM-M1Tg7zVD6LftxuMgUuxaBdJlsPil6U4cSEjtB5fnxd1FO02wRaXtd_B_TIZfHaUnB9KX4SlNI1iBKK6biPY&amp;c=41f9a18c&amp;v=4';" target="_blank" data-rec-en-did="V_mMWdbYMNslp03kyd6Kbg" data-adv-id="58701347" attributionsrc="" rel="nofollow noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6ImQ0ODMzNjA0ZWUxMzFlOTNkMDAwNjcwY2JhODA5MDE4ZjM3ZWY2Njk3MWQ5OGNlOWNkYmM5NGE5MzY1YWM2NDIiLCJ3Ijo4MDAsImgiOjQ1MCwiZCI6MS4wLCJjcyI6MCwiZiI6NH0.webp" onload="this.className+=' ob-show'" alt="עוד לא התקדמתם לביטוח רכב חכם? קבלו עד 45% הנחה על המקיף" title="עוד לא התקדמתם לביטוח רכב חכם? קבלו עד 45% הנחה על המקיף" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units ob-cta">
                <span class="ob-unit ob-rec-text" data-type="Title" title="עוד לא התקדמתם לביטוח רכב חכם? קבלו עד 45% הנחה על המקיף">עוד לא התקדמתם לביטוח רכב חכם? קבלו עד 45% הנחה על המקיף</span>
        </section>
    </a>
                </div>
                <div class="ob-dynamic-rec-container ob-recIdx-3 ob-p" data-pos="3">
                  <a class="ob-dynamic-rec-link " onclick="" href="https://shamanu.co.il/shamanuform/inc-check/?utm_source=outbrain&amp;utm_medium=cpc&amp;utm_campaign=ob_sh_desktop_as-nursing-insurance_insurance-claim-14-inc-check_1&amp;utm_channel=00035e3e31130967df16259b6a3578d42d_88438&amp;utm_content=%D7%9C%D7%97%D7%A5+%D7%9B%D7%90%D7%9F+%D7%95%D7%91%D7%93%D7%95%D7%A7+%D7%91-30+%D7%A9%D7%A0%D7%99%D7%95%D7%AA+%D7%90%D7%9D+%D7%9E%D7%92%D7%99%D7%A2+%D7%9C%D7%9A+%D7%9B%D7%A1%D7%A3+%D7%9E%D7%94%D7%91%D7%99%D7%98%D7%95%D7%97+%D7%94%D7%A1%D7%99%D7%A2%D7%95%D7%93%D7%99&amp;utm_term=$publisher_name$__$section_name$&amp;utm_product=$publisher_id$_$section_id$_006714753aa6d925f41d7f8db59ec8ff65&amp;utm_adid=006714753aa6d925f41d7f8db59ec8ff65&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=HksbqRRuOQBHzoJ3Hz_3yhLhRkPSHUayDjXCSwYTzlq-n3NwLwY9L84D-FExowbN4hUS1wjXNS3qNMxZ8kVbc-GWmS9rha427hfbzcUTZuOzg-sVOx5U8Ny6Gqt_DbQmpmSp5w3bm1yKJg0QvtpgwlC1sTeP6ILqEBOYdeoMFOVk4B-ngE19AY6E11r6dHjTeGxkhLLGr-KYsnUI2RhsC5qXaE26YTY_jqHIXmEI1X_1Ck4LnDBQJCs-w4W31x0lJbZGj8X85487AVmaeJXvsXSgRNOj90RVX2Kvw_Pn4f-Q2ObQXlWk1YsJOzjjRpGQZTsGYZoDFU9Y1VL-kUGQBnfUUrt6AfofVkE3gu8dqeGhK-jjBKoaLRXF5Aifv4HNkF8Z46eOLjrPPw6blaeUbNnEtKRsxRXm5YAWBpC2UmLYYuVEE_b1egIh3_z3rv3sqdW1a3tc5KJZ0F3FdNdpEnBzPH1almjcWKI42xJT7XHiXVgYb6JGl1dy_2QYevQOn8r_eytb7qsrI7C6smrE_8QKIoNVK2NFmnF0bdSaQQfQLidVnkzL93BBY--hWyGjWJ9x_8glCVaBBFqd7B3bV1NePsmlhogT7OELxVDLiM8O-3XHPLzLC83ktrHS6M4S5PqKxVb9akdgF7rBsCXP8iRyhwsfY2P7jCQS5roJO3ScjwP95Eum1yeL0ES7ohF4AJaYzi3RN343pTtuW3s8hp51LZ8prerkmAPvnyoTLprGywfeDo_meAuEQ3MN-O7Neu5--DrF8CArUHzRAGMFwcH75_SDV6Oe8Dit3YRmpQ8np1EB3FVCiJXr8s1ZTMk1Q6uc0NLtrXjAqryYZtr81bsybo25aYECBe6esXmlytL4x1q4w9XOZ1f2cLIV0FrSEGg7aA1MAWNUqgbBdOPP75AE02suqYVEFI3WTw5kf8ZEbhx854EmLlnM1sbs2U_IEG5o_g1-QA4ch4NZemUwi6wNhCZDON2hQ8lceQRLMs1incQOHSPUgcFoD4qHRxTjJFA08W6GSY60otVmmQOxSw&amp;c=73c2fc1a&amp;v=4';" target="_blank" data-rec-en-did="cLE6Djzd5SVXyxRIjryBDg" data-adv-id="51645769" attributionsrc="" rel="nofollow noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjlmN2QyNTEwMDY1N2M1MjhkMDJjMjRjMTNiNTk5MjJiZTVhYWUzMWU1MjcyZmRlMWZlZTQyOWNiYjU1MzdiZjgiLCJ3Ijo4MDAsImgiOjQ1MCwiZCI6MS4wLCJjcyI6MCwiZiI6NH0.webp" onload="this.className+=' ob-show'" alt="לחץ כאן ובדוק ב-30 שניות אם מגיע לך כסף מהביטוח הסיעודי" title="לחץ כאן ובדוק ב-30 שניות אם מגיע לך כסף מהביטוח הסיעודי" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units ob-cta">
                <span class="ob-unit ob-rec-text" data-type="Title" title="לחץ כאן ובדוק ב-30 שניות אם מגיע לך כסף מהביטוח הסיעודי">לחץ כאן ובדוק ב-30 שניות אם מגיע לך כסף מהביטוח הסיעודי</span>
        </section>
    </a>
                </div>
                <div class="ob-dynamic-rec-container ob-recIdx-4 ob-p" data-pos="4">
                  <a class="ob-dynamic-rec-link " onclick="" href="https://www.reali.co.il/?p=47303&amp;utm_source=Outbrain&amp;utm_medium=discovery&amp;utm_campaign=Polisat+Hisachon+BlackRock+-+Dekstop+July24&amp;utm_content=%D7%96%D7%95+%D7%A4%D7%95%D7%9C%D7%99%D7%A1%D7%AA+%D7%94%D7%97%D7%99%D7%A1%D7%9B%D7%95%D7%9F+%D7%A9%D7%9E%D7%AA%D7%91%D7%A8%D7%92%D7%AA+%D7%91%D7%A6%D7%9E%D7%A8%D7%AA+%D7%94%D7%AA%D7%A9%D7%95%D7%90%D7%95%D7%AA+%D7%A2%D7%9D+%D7%9B-24.96%25+%D7%AA%D7%A9%D7%95%D7%90%D7%94%E2%80%8B&amp;utm_id=$publisher_name$&amp;utm_term=$ob_click_id$&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=sdc1wMJUc7WzKJEtr2wRXS7zDp95Z257WchZq8fDSWzh4BI7-gt6YzNiy-SjMrTNjJkxUQfZAaqethw5qp7_XhcLNYOhnr8gAt64aOOtzNUQ0LhlbkQ5K9p5EiSMO1_7UW-1Wj77AUpZ4VqeE4dgMXPfhkUVsvWjJcnUFPeH0rUfm6RWVxqEd5W75UDyp3L4u444v5hmfJpJDL8Ish7UdkdM-uCrordSpk2JwHdeC2FC2Z8_HXbGBAOSiqrDm9OjnlzSQKuQrO6D4Sqvj51RmP4EyyDI7ZsNiAmz5RELhF0sQ2gzTG43ZGSyF93dGd-D8AoXLLvt3_qzU-VMCsEnawpY7b3_h1e0Ovo9wHdUjQBF9tl6QakhOxDSBraqJZCC8ZDqf5kqPuOWTdq1Hi0hW7JsKe_OkEj0Xek5GVY77Lpv8vGjzCY5Zg2xU5-vp-t5IQlNnrFqJlNDW7tiN6YcukE1xtVJoCFvo2BePUsHVQobBLRp2oqn9U8GLZcJQGAJwf0sHxORFLGfKEhBROma2WZwFdgS2xw1ZR8_fdMw1utbh0wu3U9em6IGCyR1qi334JNCJBhUeds3vg7oBouvbC7flgwNqr5x_WCzSomq0-MUV6OF_Fw6dWVTK6Zz7btBgTvjLHZvJrVr990gdLYu1k6fX8_mJ0oOgqunpxKQpE-49ngK96e7I7yR2KPWYci9Ep7tIgfv0MrAZIx6ZgbSWUZq-vsdb9TgGSWs-tw7CP7HY9KBRjAqupV76BXc685K4CRmRFK3EMpniPk-M4x1OZQHi5qxw6neUTP5oFfos2wElLz3A2nUVTe2JjjTTXhPu4laY06uiiutTUl9dk2TPe5KKxdGmuKDrvoiQcW0ouhjMxhF8ZX66IF2xynibYdeJ9DP7OkanJMH0QjculeZn6-uSlj7G4pzbekK45pMANK-H5ejMhneILBmLRSjooQ9uo8xhA73QeFo0kFvW6sCLyRqHET4q9wxxLcUOIU9tlIC95fVWpsNbgY8-FMDY8KcW7T0TplxSSfganTmMMt8WA&amp;c=3cab2b3b&amp;v=4';" target="_blank" data-rec-en-did="v3XPbKZKEq4k_XApTT-yNw" data-adv-id="41889" attributionsrc="" rel="nofollow noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjU4ZGQ3MjkxZWY3ZmRiNzAyZmRlZThlNzA5Mzg0ZDA0ZGIyNTgzNWZmNjAxZmFmZTBhMDg1NmRhZmI5ZGJjYTEiLCJ3Ijo4MDAsImgiOjQ1MCwiZCI6MS4wLCJjcyI6MCwiZiI6NH0.webp" onload="this.className+=' ob-show'" alt="זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​" title="זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units">
                <span class="ob-unit ob-rec-text" data-type="Title" title="זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​">זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה​</span>
        </section>
    </a>
                </div>
                <div class="ob-dynamic-rec-container ob-recIdx-0 ob-o ob-oc" data-pos="0" ob-reel-clone="true">
                  <a class="ob-dynamic-rec-link " onclick="" href="https://www.one.co.il/Article/24-25/1,10,135,0/470261.html?ref=hp&amp;obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=fnkBKtEwP3AbFAe2zr0XSCBpWayGtmDK96dvQAtjmzyZmR7jD7QZGgtk9cMO7PWaD9edesNiO2rz1E2LUm-5FRjAyPdB-fcreOUUwCezwd0Q7jiwYDSLbE38qI8YE5g-mnc4LtrS6cdL60MYyrcBcIVK_LlCGw2j_OZCERglRESdWKz0T_SbTfjJh2qm2QbFd2FB9lMDNimUuVs0k3hdez0ajy4E184bppGy_q6ztwAmhcuzCqMS7TMgaEAbYyqZy_GtglsiMW_kRTBursT4g3VicQWJGSi8CRE5Xj7PJ1WTe-rJRm8BHZbc8GxHTpzA9vhTVdrKaz9a1PC05jfg8tAXCCEQVtzUU8LxfYzM62xil7ux1f8kyNzZGr3qG04zzfNQg12pg3-un8VK1gHO_AXn6XWee-O1jxksOTtDSrdWmJZ3xdZvzo9KA8pO1CAjOGcsdYzsXqWPNLE9bgqvNmCcGAIznwpSAzedbztzgJbhZSzbUTX9ck4EpcL3NVjHuU8kKOtCxzM8ly8hdqpLcLw8n5QiJnU4ho9OtvL-J3ffgDdhlDRY2uN0IAOjrWnM6iEaV9A0ZJvf-Uk3v18Xrt06xe5Q_Pd4YPoVm4H56cGwDXZ7iZTpC5cv8a-dzDM4_gMail65d-bSEGlKc7mHSHQpSBHuPUVyOfN8F5-xJhRYbilLStgNsCrpsC2baOxfN2C6yw8KRPK96ykSmkHYbVeUMHlSXG7XL5Kh2JKQIrwmRBZIhujOELWMy6kZiv6OTOczYNjDfAsX_By4URNs9OxJ8I1yj0kyumY6h4fl0xMOrOs4lmg1UAHJkP6hA18lfCtyDqlOk47t0VNJxLYv5IgFR7QW9qMFux_Kr4zWgvZ7Q2s0uLDHkB0gw97py-rKfp7rJuwbIGdeWUnRoZP_dCvliEBLAabUurtM9HlAa1IJ3mi4uf_Ksjtgj_fJUuj5EF6BB2g8J6iT9Vq1LD2Nln22NeMKTIKZrizSmmXmt8oirtbrn0XPUEgkUYthIIDpRFM6JajyWJv7LehMaN-lhmMMYzHfTvZEcRzcA2Jkda0&amp;c=8c05efde&amp;v=4';" target="_blank" data-rec-en-did="AJCB9hY0RGjOLP6B8rYl8g" data-adv-id="82358" attributionsrc="" rel="noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjljODkzNzkxNzljNWFjNThkM2E3MzVmODM5MjAwN2M2MGExODVjZDBmZTk2ZTIxYTc4MmZkNjUzZDVjODg5N2UiLCJ3Ijo4MDAsImgiOjQ1MCwiZCI6MS4wLCJjcyI6MCwiZiI6NH0.webp" onload="this.className+=' ob-show'" alt="ערוצי ONE סיימו את שידוריהם בחברת YES" title="ערוצי ONE סיימו את שידוריהם בחברת YES" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units">
                <span class="ob-unit ob-rec-text" data-type="Title" title="ערוצי ONE סיימו את שידוריהם בחברת YES">ערוצי ONE סיימו את שידוריהם בחברת YES</span>
        </section>
    </a>
                </div>
              </div>
              <div class="ob-reel-bpb ob-reel-out" style=""><svg width="100%" height="100%" viewBox="0 0 60 60" style="width:80%">
                  <g id="big-play" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <circle id="Oval" fill="#FFFFFF" fill-rule="nonzero" cx="30" cy="30" r="30"></circle>
                    <path
                      d="M33.974486,18.448972 L45.6638785,41.827757 C45.8639398,42.2278796 45.7017581,42.7144247 45.3016355,42.914486 C45.1891626,42.9707225 45.065141,43 44.9393925,43 L21.5606075,43 C21.1132569,43 20.7506075,42.6373506 20.7506075,42.19 C20.7506075,42.0642515 20.7798851,41.9402299 20.8361215,41.827757 L32.525514,18.448972 C32.7255753,18.0488495 33.2121204,17.8866677 33.612243,18.086729 C33.7690002,18.1651076 33.8961074,18.2922149 33.974486,18.448972 Z"
                      id="Triangle" fill="#000000" transform="translate(33.250000, 30.000000) rotate(90.000000) translate(-33.250000, -30.000000) "></path>
                  </g>
                </svg></div>
            </div>
            <div class="ob-reel-footer">
              <div class="ob-reel-progress"><span><span class="ob-reel-load" style="transform:matrix(1, 0, 0, 1, 47.5938, 0);"></span></span><span><span class="ob-reel-load ob-reel-noanim"></span></span><span><span
                    class="ob-reel-load ob-reel-noanim"></span></span><span><span class="ob-reel-load ob-reel-noanim"></span></span><span><span class="ob-reel-load ob-reel-noanim"></span></span></div>
              <div class="ob-reel-controls">
                <div class="ob-reel-prev">
                  <svg width="100%" height="100%" viewBox="0 0 170 165">
                    <path d="M5,5 L120,80 5,160 5,5 M127,5 L127,160 165,160 165,5 127,5"></path>
                  </svg>
                </div>
                <div class="ob-reel-play ob-reel-pause">
                  <svg width="100%" height="100%" viewBox="0 0 170 165">
                    <path d="M5,5 L75,38 75,125 5,160 5,5
            M75,38 L165,80 75,125 75,96 75,67 75,38"></path>
                  </svg>
                </div>
                <div class="ob-reel-next">
                  <svg width="100%" height="100%" viewBox="0 0 170 165">
                    <path d="M5,5 L120,80 5,160 5,5 M127,5 L127,160 165,160 165,5 127,5"></path>
                  </svg>
                </div>
              </div>
              <div class="ob-reel-title ob-reel-in" style="height: 59px; max-width: 190px;">
                <div class="ob-reel-title-line"></div>
                <a class="ob-reel-title-text" href="https://www.one.co.il/Article/24-25/1,10,135,0/470261.html?ref=hp&amp;obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=fnkBKtEwP3AbFAe2zr0XSCBpWayGtmDK96dvQAtjmzyZmR7jD7QZGgtk9cMO7PWaD9edesNiO2rz1E2LUm-5FRjAyPdB-fcreOUUwCezwd0Q7jiwYDSLbE38qI8YE5g-mnc4LtrS6cdL60MYyrcBcIVK_LlCGw2j_OZCERglRESdWKz0T_SbTfjJh2qm2QbFd2FB9lMDNimUuVs0k3hdez0ajy4E184bppGy_q6ztwAmhcuzCqMS7TMgaEAbYyqZy_GtglsiMW_kRTBursT4g3VicQWJGSi8CRE5Xj7PJ1WTe-rJRm8BHZbc8GxHTpzA9vhTVdrKaz9a1PC05jfg8tAXCCEQVtzUU8LxfYzM62xil7ux1f8kyNzZGr3qG04zzfNQg12pg3-un8VK1gHO_AXn6XWee-O1jxksOTtDSrdWmJZ3xdZvzo9KA8pO1CAjOGcsdYzsXqWPNLE9bgqvNmCcGAIznwpSAzedbztzgJbhZSzbUTX9ck4EpcL3NVjHuU8kKOtCxzM8ly8hdqpLcLw8n5QiJnU4ho9OtvL-J3ffgDdhlDRY2uN0IAOjrWnM6iEaV9A0ZJvf-Uk3v18Xrt06xe5Q_Pd4YPoVm4H56cGwDXZ7iZTpC5cv8a-dzDM4_gMail65d-bSEGlKc7mHSHQpSBHuPUVyOfN8F5-xJhRYbilLStgNsCrpsC2baOxfN2C6yw8KRPK96ykSmkHYbVeUMHlSXG7XL5Kh2JKQIrwmRBZIhujOELWMy6kZiv6OTOczYNjDfAsX_By4URNs9OxJ8I1yj0kyumY6h4fl0xMOrOs4lmg1UAHJkP6hA18lfCtyDqlOk47t0VNJxLYv5IgFR7QW9qMFux_Kr4zWgvZ7Q2s0uLDHkB0gw97py-rKfp7rJuwbIGdeWUnRoZP_dCvliEBLAabUurtM9HlAa1IJ3mi4uf_Ksjtgj_fJUuj5EF6BB2g8J6iT9Vq1LD2Nln22NeMKTIKZrizSmmXmt8oirtbrn0XPUEgkUYthIIDpRFM6JajyWJv7LehMaN-lhmMMYzHfTvZEcRzcA2Jkda0&amp;c=8c05efde&amp;v=4';" target="_blank"><div><span style="display:block;white-space:nowrap;">ערוצי ONE סיימו את</span></div><div><span style="display:block;white-space:nowrap;">שידוריהם בחברת YES</span></div></a>
              </div>
              <div class="ob-reel-source"><span class="ob-reel-source-text" style="white-space: nowrap; transition-delay: 500ms;"></span></div><a class="ob-reel-more" href="https://www.one.co.il/Article/24-25/1,10,135,0/470261.html?ref=hp&amp;obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=fnkBKtEwP3AbFAe2zr0XSCBpWayGtmDK96dvQAtjmzyZmR7jD7QZGgtk9cMO7PWaD9edesNiO2rz1E2LUm-5FRjAyPdB-fcreOUUwCezwd0Q7jiwYDSLbE38qI8YE5g-mnc4LtrS6cdL60MYyrcBcIVK_LlCGw2j_OZCERglRESdWKz0T_SbTfjJh2qm2QbFd2FB9lMDNimUuVs0k3hdez0ajy4E184bppGy_q6ztwAmhcuzCqMS7TMgaEAbYyqZy_GtglsiMW_kRTBursT4g3VicQWJGSi8CRE5Xj7PJ1WTe-rJRm8BHZbc8GxHTpzA9vhTVdrKaz9a1PC05jfg8tAXCCEQVtzUU8LxfYzM62xil7ux1f8kyNzZGr3qG04zzfNQg12pg3-un8VK1gHO_AXn6XWee-O1jxksOTtDSrdWmJZ3xdZvzo9KA8pO1CAjOGcsdYzsXqWPNLE9bgqvNmCcGAIznwpSAzedbztzgJbhZSzbUTX9ck4EpcL3NVjHuU8kKOtCxzM8ly8hdqpLcLw8n5QiJnU4ho9OtvL-J3ffgDdhlDRY2uN0IAOjrWnM6iEaV9A0ZJvf-Uk3v18Xrt06xe5Q_Pd4YPoVm4H56cGwDXZ7iZTpC5cv8a-dzDM4_gMail65d-bSEGlKc7mHSHQpSBHuPUVyOfN8F5-xJhRYbilLStgNsCrpsC2baOxfN2C6yw8KRPK96ykSmkHYbVeUMHlSXG7XL5Kh2JKQIrwmRBZIhujOELWMy6kZiv6OTOczYNjDfAsX_By4URNs9OxJ8I1yj0kyumY6h4fl0xMOrOs4lmg1UAHJkP6hA18lfCtyDqlOk47t0VNJxLYv5IgFR7QW9qMFux_Kr4zWgvZ7Q2s0uLDHkB0gw97py-rKfp7rJuwbIGdeWUnRoZP_dCvliEBLAabUurtM9HlAa1IJ3mi4uf_Ksjtgj_fJUuj5EF6BB2g8J6iT9Vq1LD2Nln22NeMKTIKZrizSmmXmt8oirtbrn0XPUEgkUYthIIDpRFM6JajyWJv7LehMaN-lhmMMYzHfTvZEcRzcA2Jkda0&amp;c=8c05efde&amp;v=4';" target="_blank" aria-label="ערוצי ONE סיימו את שידוריהם בחברת YES"><span class="ob-reel-more-text">קרא עוד</span> <span class="ob-reel-more-icon">
          <svg width="100%" height="100%" viewBox="0 0 77 134">
            <path d="M15,15 L62,67 15,119 62,67 Z"></path>
          </svg>
        </span></a>
            </div>
            <div class="ob-widget-footer">
              <div class="ob_what">
                <a href="https://www.outbrain.com/what-is/default/he" rel="nofollow" onclick="OBR.extern.callWhatIs('https://www.outbrain.com/what-is/default/he',-1,-1,true ,null);return false"><span class="ob_amelia" title="outbrain.com"></span></a>
              </div>
              <div class="ob-pixels">
              </div>
            </div>
          </div>
        </div>
        <script type="text/javascript" async="async" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
        <div class="ad-bg ad-container ad-container-half-page-exclusive" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div id="adxONEHalf_Page_Exclusive" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CKPYlpzP_ocDFWzAEQgdNboLGg" style="display: none;">
            <div id="google_ads_iframe_/6870/ONE_Web/Half_Page_Exclusive_0__container__" style="border: 0pt none; width: 300px; height: 0px;"></div>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <style type="text/css" tabindex="-1">
          .liveTickerGameSeparator {
            width: 100%;
            height: 1px;
            border-bottom: dotted 1px #666;
            margin: 0 0 5px 0;
          }

          #LiveTickerV3 {
            width: calc(100%-2px);
            border: solid 1px #ebebeb;
            background: white;
            padding: 1px;
          }

          #LiveTickerV3 div#LiveTickerContent {
            width: calc(100%-4px);
            background: #ebebeb;
            background: -moz-linear-gradient(top, #ebebeb 0, #ffffff 100%);
            background: -webkit-linear-gradient(top, #ebebeb 0, #ffffff 100%);
            background: linear-gradient(to bottom, #ebebeb 0, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0);
            height: 252px;
            position: relative;
          }

          #LiveTickerV3 span#Title {
            display: block;
            direction: rtl;
            text-align: right;
            text-indent: 10px;
            font-size: 16px;
            font-weight: bold;
            color: #CD0403;
            padding: 2px 0 5px;
          }

          #LiveTickerV3 div#LiveTickerNavigator {
            width: calc(100%-20px);
            height: 20px;
            padding: 0 10px;
            background: url(https://images.one.co.il/images/msites/2016/03/29/1215/misgeret.png) no-repeat;
            margin-bottom: 5px;
            line-height: 20px;
          }

          #LiveTickerV3 div#LiveTickerNavigator div#NavigatorDayTitle {
            text-align: center;
            color: #565656;
            font-size: 15px;
            font-weight: bold;
          }

          #LiveTickerV3 div#LiveGamesContainer {
            position: relative;
            height: 200px;
          }

          #LiveTickerV3 div#LiveTickerContent div#LiveGamesContainer div#LiveTickerDay1,
          #LiveTickerV3 div#LiveTickerContent div#LiveGamesContainer div#LiveTickerDay2,
          #LiveTickerV3 div#LiveTickerContent div#LiveGamesContainer div#LiveTickerDay3,
          #LiveTickerV3 div#LiveTickerContent div#LiveGamesContainer div#LiveTickerDay4 {
            height: 245px;
          }

          #LiveTickerV3 span.LiveTickerLeagueName {
            display: block;
            direction: rtl;
            color: #2F4E9B;
            font-weight: bold;
            font-size: 14px;
          }

          .ActiveLiveGame {
            color: #ca060a;
          }
        </style>
        <div id="LiveTickerV3" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div id="LiveTickerContent" tabindex="-1" data-font-size="10" data-font-size-type="px">
            <span id="Title" tabindex="-1" data-font-size="16" data-font-size-type="px">לוח תוצאות</span>
            <div id="LiveTickerNavigator" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px">
              <a style="float: left;" href="javascript:LiveSwitchDay(1);" tabindex="200" data-font-size="10" data-font-size-type="px" data-line-height="20px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2016/03/27/1345/arrow2.png" src="https://images.one.co.il/images/msites/2016/03/27/1345/arrow2.png" style="padding-top:4px;" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
              <a style="float:right;" href="javascript:LiveSwitchDay(-1);" tabindex="200" data-font-size="10" data-font-size-type="px" data-line-height="20px"><img loading="lazy" data-src="https://images.one.co.il/images/msites/2016/03/27/1345/arrow1.png" src="https://images.one.co.il/images/msites/2016/03/27/1345/arrow1.png" style="padding-top:4px;" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
              <div id="NavigatorDayTitle" tabindex="-1" data-font-size="15" data-font-size-type="px" data-line-height="20px">LIVE</div>
            </div>
            <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
            <div id="LiveGamesContainer" tabindex="-1" data-font-size="10" data-font-size-type="px">
              <div id="LiveTickerDay1" class="games-live mCustomScrollbar _mCS_1" style="width: 300px; height: 100%; position: relative; overflow: visible;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                <div id="mCSB_1" class="mCustomScrollBox mCS-dark-3 mCSB_vertical mCSB_outside" style="max-height: none;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                  <div id="mCSB_1_container" class="mCSB_container" style="position:relative; top:0; left:0;" dir="ltr" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpLive__ctl0_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">אולימפיאדה כדורסל גברים חצי גמר</span>
                    <a href="https://www.one.co.il/live/match/410275" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			73
			<br tabindex="-1">
			69
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			צרפת
			<br tabindex="-1">
			גרמניה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpLive__ctl2_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה אנגלית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/402711" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			16:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ברנטפורד
			<br tabindex="-1">
			קריסטל פאלאס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpLive__ctl4_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה צרפתית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/404333" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			16:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אוקזר
			<br tabindex="-1">
			ניס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpLive__ctl6_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה הולנדית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/404648" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			זוולה
			<br tabindex="-1">
			פיינורד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404649" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ווילם II
			<br tabindex="-1">
			גו אהד איגלס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpLive__ctl10_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה בלגית מחזור - 4</span>
                    <a href="https://www.one.co.il/live/match/404873" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			14:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קלאב ברוז'
			<br tabindex="-1">
			אנטוורפן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpLive__ctl12_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה פולנית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410650" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			שלאסק וורוצלאב
			<br tabindex="-1">
			קורונה קיילצה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpLive__ctl14_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה רוסית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410654" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			חימקי
			<br tabindex="-1">
			זניט סנט פטרסבורג
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <br tabindex="-1">
                    <br tabindex="-1">
                  </div>
                </div>
                <div id="mCSB_1_scrollbar_vertical" class="mCSB_scrollTools mCSB_1_scrollbar mCS-dark-3 mCSB_scrollTools_vertical" style="display: block;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                  <div class="mCSB_draggerContainer" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <div id="mCSB_1_dragger_vertical" class="mCSB_dragger" style="position: absolute; min-height: 30px; display: block; height: 78px; max-height: 190px; top: 0px;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                      <div class="mCSB_dragger_bar" style="line-height: 30px;" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                      <div class="mCSB_draggerRail" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    </div>
                  </div>
                </div>
              </div>
              <div id="LiveTickerDay2" class="games-today mCustomScrollbar _mCS_2 mCS_no_scrollbar" style="display: none; width: 300px; height: 100%; position: relative; overflow: visible;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                <div id="mCSB_2" class="mCustomScrollBox mCS-dark-3 mCSB_vertical mCSB_outside" tabindex="-1" data-font-size="10" data-font-size-type="px" style="max-height: 200px;">
                  <div id="mCSB_2_container" class="mCSB_container mCS_y_hidden mCS_no_scrollbar_y" style="position:relative; top:0; left:0;" dir="ltr" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl0_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">גביע הטוטו חצי גמר</span>
                    <a href="https://www.one.co.il/live/match/410609" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי ת"א
			<br tabindex="-1">
			בני סכנין
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl2_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">גביע הטוטו משחקי דירוג</span>
                    <a href="https://www.one.co.il/live/match/410614" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			19:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל חיפה
			<br tabindex="-1">
			מ.ס אשדוד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410613" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			19:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ב"ש
			<br tabindex="-1">
			עירוני טבריה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl6_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ספרדית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410629" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ריאל סוסיאדד
			<br tabindex="-1">
			ראיו וייקאנו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410628" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מיורקה
			<br tabindex="-1">
			ריאל מדריד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl10_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה איטלקית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/403951" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			19:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בולוניה
			<br tabindex="-1">
			אודינזה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/403952" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			19:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ורונה
			<br tabindex="-1">
			נאפולי
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/403953" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קליארי
			<br tabindex="-1">
			רומא
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/403954" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לאציו
			<br tabindex="-1">
			ונציה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl18_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה אנגלית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/402711" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			16:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ברנטפורד
			<br tabindex="-1">
			קריסטל פאלאס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/402712" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			צ'לסי
			<br tabindex="-1">
			מנצ'סטר סיטי
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl22_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה צרפתית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/404333" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			16:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אוקזר
			<br tabindex="-1">
			ניס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404328" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מונפלייה
			<br tabindex="-1">
			שטרסבורג
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404329" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			טולוז
			<br tabindex="-1">
			נאנט
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404330" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אנז'ה
			<br tabindex="-1">
			לאנס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404335" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ראן
			<br tabindex="-1">
			ליון
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl32_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה הולנדית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/404647" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הראקלס אלמלו
			<br tabindex="-1">
			פ.ס.וו. איינדהובן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404648" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			זוולה
			<br tabindex="-1">
			פיינורד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404649" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ווילם II
			<br tabindex="-1">
			גו אהד איגלס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404650" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			17:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			נאק ברדה
			<br tabindex="-1">
			אייאקס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl40_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה בלגית מחזור - 4</span>
                    <a href="https://www.one.co.il/live/match/404873" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			14:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קלאב ברוז'
			<br tabindex="-1">
			אנטוורפן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404874" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			17:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לובן
			<br tabindex="-1">
			סרקל ברוז'
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404875" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			19:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קורטרייק
			<br tabindex="-1">
			סטנדרד ליאז'
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404876" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:15
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גנט
			<br tabindex="-1">
			ווסטרלו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl48_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה אוסטרית מחזור - 3</span>
                    <a href="https://www.one.co.il/live/match/407782" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אלטאך
			<br tabindex="-1">
			וולפסברגר
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/407783" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הארטברג
			<br tabindex="-1">
			אוסטריה וינה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/407784" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ראפיד וינה
			<br tabindex="-1">
			טירול
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl54_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה פורטוגלית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/410638" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			17:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מורירנסה
			<br tabindex="-1">
			ארוקה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410631" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גימראייש
			<br tabindex="-1">
			אשטוריל
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410630" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בואבישטה
			<br tabindex="-1">
			בראגה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl60_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה טורקית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/410641" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			19:15
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בשאקשהיר
			<br tabindex="-1">
			אלאניספור
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410640" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גאזישיר גאזיינטפ
			<br tabindex="-1">
			סמסונספור
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410639" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בשיקטאש
			<br tabindex="-1">
			אנטליהספור
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl66_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה פולנית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410650" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			שלאסק וורוצלאב
			<br tabindex="-1">
			קורונה קיילצה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410649" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לגיה ורשה
			<br tabindex="-1">
			רדומיאק ראדום
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410642" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:15
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גורניק ז'בז'ה
			<br tabindex="-1">
			רקוב צ'נסטוחובה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl72_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה רוסית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410654" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time ActiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			15:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			חימקי
			<br tabindex="-1">
			זניט סנט פטרסבורג
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410652" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			17:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			צסק"א מוסקבה
			<br tabindex="-1">
			לוקומוטיב מוסקבה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410845" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			17:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פאקל
			<br tabindex="-1">
			ספרטק מוסקבה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410651" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קרסנודאר
			<br tabindex="-1">
			ניז'ני
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl80_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">אנגליה - ליגת משנה מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/409559" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			4
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סנדרלנד
			<br tabindex="-1">
			שפילד וונסדיי
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl82_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ספרד ליגה שניה מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/407348" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ספורטינג חיחון
			<br tabindex="-1">
			לבאנטה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/407349" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			18:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סנטאנדר
			<br tabindex="-1">
			אלמריה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/407350" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בורגוס
			<br tabindex="-1">
			קרטחנה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/407351" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אלצ'ה
			<br tabindex="-1">
			הואסקה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl90_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה איטלקית שניה מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410765" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			רג'יאנה
			<br tabindex="-1">
			מנטובה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409284" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קטנזארו
			<br tabindex="-1">
			ססואולו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409285" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קוסנצה
			<br tabindex="-1">
			קרמונזה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409286" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פרוזינונה
			<br tabindex="-1">
			סמפדוריה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409586" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			צ'זנה
			<br tabindex="-1">
			קאררסה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl100_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ארגנטינאית מחזור - 11</span>
                    <a href="https://www.one.co.il/live/match/411719" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			טאז'רס קורדובה
			<br tabindex="-1">
			אינדפנדיינטה ריבדביה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411720" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ולס סרספילד
			<br tabindex="-1">
			אינסטיטוטו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411721" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בוקה ג'וניורס
			<br tabindex="-1">
			סן לורנסו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411722" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			23:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סרמיינטו
			<br tabindex="-1">
			טיגרה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411723" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			23:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אתלטיקו טוקומן
			<br tabindex="-1">
			אסטודיאנטס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpToday__ctl110_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ברזילאית מחזור - 23</span>
                    <a href="https://www.one.co.il/live/match/411336" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ברגנטינו
			<br tabindex="-1">
			פורטלזה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411337" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פלומיננזה
			<br tabindex="-1">
			קורינתיאנס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411338" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קריסיאומה
			<br tabindex="-1">
			ואסקו דה גמה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411339" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פלמייראס
			<br tabindex="-1">
			סאו פאולו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411340" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אתלטיקו גויאניינסה
			<br tabindex="-1">
			אינטרנסיונל
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <br tabindex="-1">
                    <br tabindex="-1">
                  </div>
                </div>
                <div id="mCSB_2_scrollbar_vertical" class="mCSB_scrollTools mCSB_2_scrollbar mCS-dark-3 mCSB_scrollTools_vertical" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
                  <div class="mCSB_draggerContainer" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <div id="mCSB_2_dragger_vertical" class="mCSB_dragger" style="position: absolute; min-height: 30px; top: 0px;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                      <div class="mCSB_dragger_bar" tabindex="-1" data-font-size="10" data-font-size-type="px" style="line-height: 30px;"></div>
                      <div class="mCSB_draggerRail" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    </div>
                  </div>
                </div>
              </div>
              <div id="LiveTickerDay3" class="games-tomorrow mCustomScrollbar _mCS_3 mCS_no_scrollbar" style="display: none; width: 300px; height: 100%; position: relative; overflow: visible;" tabindex="-1" data-font-size="10"
                data-font-size-type="px">
                <div id="mCSB_3" class="mCustomScrollBox mCS-dark-3 mCSB_vertical mCSB_outside" tabindex="-1" data-font-size="10" data-font-size-type="px" style="max-height: 200px;">
                  <div id="mCSB_3_container" class="mCSB_container mCS_y_hidden mCS_no_scrollbar_y" style="position:relative; top:0; left:0;" dir="ltr" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl0_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ספרדית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/403609" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ויאדוליד
			<br tabindex="-1">
			אספניול
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/406306" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ויאריאל
			<br tabindex="-1">
			אתלטיקו מדריד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl4_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה איטלקית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/403955" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			19:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לצ'ה
			<br tabindex="-1">
			אטאלנטה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/403956" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			יובנטוס
			<br tabindex="-1">
			קומו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl8_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה אנגלית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/402713" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לסטר
			<br tabindex="-1">
			טוטנהאם
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl10_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">גביע הטוטו משחקי דירוג</span>
                    <a href="https://www.one.co.il/live/match/410627" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי פ"ת
			<br tabindex="-1">
			בית"ר ירושלים
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl12_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה פורטוגלית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/410427" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			22:15
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אמדורה
			<br tabindex="-1">
			פמליקאו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl14_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה טורקית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/410724" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			איופספור
			<br tabindex="-1">
			בודרום
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410725" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הטאייספור
			<br tabindex="-1">
			קסימפשה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl18_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה פולנית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410730" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סטאל מיילץ
			<br tabindex="-1">
			פיאסט גליביצה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl20_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה רוסית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410728" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			17:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אקרון טוליאטי
			<br tabindex="-1">
			רובין קאזאן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410729" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			20:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			דינמו מחצ'קלה
			<br tabindex="-1">
			אחמט גרוזני
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl24_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ספרד ליגה שניה מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/407352" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אלדנסה
			<br tabindex="-1">
			טנריפה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl26_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">צרפת ליגה שניה מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410732" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מארטיג
			<br tabindex="-1">
			לוריין
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410733" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			21:45
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מץ
			<br tabindex="-1">
			באסטיה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl30_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגת נערים ב' על מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410741" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			00:00
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			עירוני ק"ש
			<br tabindex="-1">
			מ.ס. אשדוד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl32_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ארגנטינאית מחזור - 11</span>
                    <a href="https://www.one.co.il/live/match/411724" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			02:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הורקאן
			<br tabindex="-1">
			בלגראנו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpTomorrow__ctl34_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ברזילאית מחזור - 23</span>
                    <a href="https://www.one.co.il/live/match/411341" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			00:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אתלטיקו פארננסה
			<br tabindex="-1">
			ג'ובנטוד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411342" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			00:30
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
			<br tabindex="-1">
			
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בוטאפוגו
			<br tabindex="-1">
			פלמנגו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <br tabindex="-1">
                    <br tabindex="-1">
                  </div>
                </div>
                <div id="mCSB_3_scrollbar_vertical" class="mCSB_scrollTools mCSB_3_scrollbar mCS-dark-3 mCSB_scrollTools_vertical" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
                  <div class="mCSB_draggerContainer" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <div id="mCSB_3_dragger_vertical" class="mCSB_dragger" style="position: absolute; min-height: 30px; top: 0px;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                      <div class="mCSB_dragger_bar" tabindex="-1" data-font-size="10" data-font-size-type="px" style="line-height: 30px;"></div>
                      <div class="mCSB_draggerRail" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    </div>
                  </div>
                </div>
              </div>
              <div id="LiveTickerDay4" class="games-yesterday mCustomScrollbar _mCS_4 mCS_no_scrollbar" style="display: none; width: 300px; height: 100%; position: relative; overflow: visible;" tabindex="-1" data-font-size="10"
                data-font-size-type="px">
                <div id="mCSB_4" class="mCustomScrollBox mCS-dark-3 mCSB_vertical mCSB_outside" tabindex="-1" data-font-size="10" data-font-size-type="px" style="max-height: 200px;">
                  <div id="mCSB_4_container" class="mCSB_container mCS_y_hidden mCS_no_scrollbar_y" style="position:relative; top:0; left:0;" dir="ltr" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl0_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">גביע הטוטו חצי גמר</span>
                    <a href="https://www.one.co.il/live/match/410608" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי חיפה
			<br tabindex="-1">
			מכבי נתניה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl2_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">גביע הטוטו משחקי דירוג</span>
                    <a href="https://www.one.co.il/live/match/410611" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			עירוני ק"ש
			<br tabindex="-1">
			הפועל חדרה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410610" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי בני ריינה
			<br tabindex="-1">
			הפועל ירושלים
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl6_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">סופר קאפ גרמני גמר</span>
                    <a href="https://www.one.co.il/live/match/410682" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			באייר לברקוזן
			<br tabindex="-1">
			שטוטגרט
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl8_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ספרדית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/406304" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אוססונה
			<br tabindex="-1">
			לגאנס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/406305" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ולנסיה
			<br tabindex="-1">
			ברצלונה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl12_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה איטלקית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/403947" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גנואה
			<br tabindex="-1">
			אינטר
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/403948" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פארמה
			<br tabindex="-1">
			פיורנטינה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/403949" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מילאן
			<br tabindex="-1">
			טורינו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/403950" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אמפולי
			<br tabindex="-1">
			מונצה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl20_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה אנגלית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/402705" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			איפסוויץ'
			<br tabindex="-1">
			ליברפול
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/402706" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ארסנל
			<br tabindex="-1">
			וולבס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/402707" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אברטון
			<br tabindex="-1">
			ברייטון
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/402708" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ניוקאסל
			<br tabindex="-1">
			סאות'המפטון
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/402709" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			נוטינגהאם פורסט
			<br tabindex="-1">
			בורנמות'
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/402710" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ווסטהאם
			<br tabindex="-1">
			אסטון וילה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl32_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה צרפתית מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/409313" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			5
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ברסט
			<br tabindex="-1">
			מארסיי
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409314" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ריימס
			<br tabindex="-1">
			ליל
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409315" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מונאקו
			<br tabindex="-1">
			סנט אטיין
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl38_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה הולנדית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/404643" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הירנביין
			<br tabindex="-1">
			אוטרכט
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404644" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			טוונטה אנסחדה
			<br tabindex="-1">
			ספרטה רוטרדם
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404645" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אלקמאר
			<br tabindex="-1">
			ניימיכן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404646" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ואלווייק
			<br tabindex="-1">
			כרונינגן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl46_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה בלגית מחזור - 4</span>
                    <a href="https://www.one.co.il/live/match/408622" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			4
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בירשחוט
			<br tabindex="-1">
			גנק
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/408623" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סט. טרוידן
			<br tabindex="-1">
			דנדר
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/404872" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכלן
			<br tabindex="-1">
			אנדרלכט
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl52_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה אוסטרית מחזור - 3</span>
                    <a href="https://www.one.co.il/live/match/410201" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גראצר
			<br tabindex="-1">
			בלאו-וייס לינץ
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/407780" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אוסטריה קלגנפורט
			<br tabindex="-1">
			שטורם גראץ
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/407781" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לאסק
			<br tabindex="-1">
			רד בול זלצבורג
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl58_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה פורטוגלית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/410424" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ריו אבה
			<br tabindex="-1">
			פארנסה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410425" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			6
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			נסיונאל מדיירה
			<br tabindex="-1">
			ספורטינג ליסבון
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410426" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בנפיקה ליסבון
			<br tabindex="-1">
			קאסה פיה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl64_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגת העל לנוער מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410739" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל רמה"ש
			<br tabindex="-1">
			מכבי חיפה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410740" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			4
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ת"א
			<br tabindex="-1">
			מ.ס. אשדוד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410843" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל חיפה
			<br tabindex="-1">
			מכבי פ"ת
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410842" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל חדרה
			<br tabindex="-1">
			מכבי נתניה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410737" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בני סכנין
			<br tabindex="-1">
			בני יהודה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410738" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל כפ"ס
			<br tabindex="-1">
			מכבי ת"א
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411033" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			עירוני ק"ש
			<br tabindex="-1">
			הפועל ראשל"צ
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411034" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			5
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בית"ר טוברוק
			<br tabindex="-1">
			הפועל רעננה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410736" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל פ"ת
			<br tabindex="-1">
			הפועל ב"ש
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl82_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה טורקית מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/410803" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קייסריספור
			<br tabindex="-1">
			סיבאספור
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410804" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אדאנה דמירספור
			<br tabindex="-1">
			ריזספור
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410805" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גוזטפה
			<br tabindex="-1">
			פנרבחצ'ה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl88_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה פולנית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410582" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			4
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			יגילוניה ביאלישטוק
			<br tabindex="-1">
			קרקוביה קראקוב
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410583" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			זגלביה לובין
			<br tabindex="-1">
			לך פוזנאן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410607" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פוגון סזצין
			<br tabindex="-1">
			וידזב לודז'
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl94_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה רוסית מחזור - 5</span>
                    <a href="https://www.one.co.il/live/match/410840" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			דינמו מוסקבה
			<br tabindex="-1">
			קריליה סובייטוב
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410841" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			רוסטוב
			<br tabindex="-1">
			אורנבורג
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl98_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">אנגליה - ליגת משנה מחזור - 2</span>
                    <a href="https://www.one.co.il/live/match/405776" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ווסט ברומיץ'
			<br tabindex="-1">
			לידס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410072" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			דרבי קאונטי
			<br tabindex="-1">
			מידלסברו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410073" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פורטסמות'
			<br tabindex="-1">
			לוטון
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/405770" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			4
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בריסטול סיטי
			<br tabindex="-1">
			מילוול
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/405771" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			נוריץ'
			<br tabindex="-1">
			בלקבורן
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/405772" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פלימות'
			<br tabindex="-1">
			האל סיטי
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/405773" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			שפילד יונייטד
			<br tabindex="-1">
			ק.פ.ר
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/405775" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ווטפורד
			<br tabindex="-1">
			סטוק סיטי
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/405777" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			5
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ברנלי
			<br tabindex="-1">
			קרדיף סיטי
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/405778" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סוונסי
			<br tabindex="-1">
			פרסטון
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl118_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ספרד ליגה שניה מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/409913" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אייבר
			<br tabindex="-1">
			קאסטיון
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409914" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ראסינג פרול
			<br tabindex="-1">
			מלאגה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409915" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לה קורוניה
			<br tabindex="-1">
			אוביידו
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl124_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה איטלקית שניה מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/406480" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פיזה
			<br tabindex="-1">
			ספציה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/406481" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סלרניטנה
			<br tabindex="-1">
			צ'יטאדלה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/406482" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			סודטירול
			<br tabindex="-1">
			מודנה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/409585" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בארי
			<br tabindex="-1">
			יובה סטאביה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl132_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">צרפת ליגה שניה מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/405410" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			קון
			<br tabindex="-1">
			פ.צ. פאריס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl134_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגת נערים א' על מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410683" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בני יהודה
			<br tabindex="-1">
			הפועל כפ"ס
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410684" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			6
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל חיפה
			<br tabindex="-1">
			מכבי פ"ת
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410685" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל רעננה
			<br tabindex="-1">
			הפועל פ"ת
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410686" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל חדרה
			<br tabindex="-1">
			הפועל ת"א
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410687" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי חיפה
			<br tabindex="-1">
			בית"ר טוברוק
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410688" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מ.ס אשדוד
			<br tabindex="-1">
			הפועל ק"ש
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410689" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי ת"א
			<br tabindex="-1">
			הפועל ניר רמה"ש
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410690" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ר"ג
			<br tabindex="-1">
			מכבי נתניה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410691" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ב"ש
			<br tabindex="-1">
			הפועל ירושלים
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl152_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגת נערים ב' על מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410692" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			4
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ניר רמה"ש
			<br tabindex="-1">
			מכבי נתניה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410693" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בני יהודה
			<br tabindex="-1">
			הפועל חדרה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410694" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			7
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי פ"ת
			<br tabindex="-1">
			הפועל ר"ג
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410695" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ב"ש
			<br tabindex="-1">
			מכבי ת"א
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410696" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ירושלים
			<br tabindex="-1">
			הפועל פ"ת
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410697" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ת"א
			<br tabindex="-1">
			הפועל רעננה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410698" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			בני סכנין
			<br tabindex="-1">
			מכבי חיפה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410699" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל כפ"ס
			<br tabindex="-1">
			בית"ר טוברוק
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl168_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">נערים ג׳ על מחזור - 1</span>
                    <a href="https://www.one.co.il/live/match/410742" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ק"ש
			<br tabindex="-1">
			בני יהודה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410743" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			6
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי ת"א
			<br tabindex="-1">
			הפועל רמה"ש
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410744" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			4
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל רעננה
			<br tabindex="-1">
			הפועל ירושלים
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410745" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			5
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ר"ג
			<br tabindex="-1">
			בית"ר טוברוק
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410746" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			2
			<br tabindex="-1">
			3
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל פ"ת
			<br tabindex="-1">
			מכבי חיפה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410747" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל כפ"ס
			<br tabindex="-1">
			הפועל ב"ש
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410748" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			6
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל חדרה
			<br tabindex="-1">
			בני סכנין
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410749" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			הפועל ת"א
			<br tabindex="-1">
			מ.ס. אשדוד
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/410750" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			3
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			מכבי פ"ת
			<br tabindex="-1">
			מכבי נתניה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl186_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ארגנטינאית מחזור - 11</span>
                    <a href="https://www.one.co.il/live/match/411714" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			פלטנסה
			<br tabindex="-1">
			ברקאס סנטרל
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411715" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			ניואלס אולד-בויס
			<br tabindex="-1">
			ראסינג קלוב
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411716" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			לאנוס
			<br tabindex="-1">
			סנטרל קורדובה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411717" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			0
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אינדפנדיינטה
			<br tabindex="-1">
			רוסאריו סנטראל
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411718" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			חימנסיה לה-פלאטה
			<br tabindex="-1">
			ריבר פלייט
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <span id="_ctl0_ContentHolder_Body__ctl5_ucLiveTickerV3_rpYesterday__ctl196_lblSubjectLeagueName" class="LiveTickerLeagueName" tabindex="-1" data-font-size="14" data-font-size-type="px">ליגה ברזילאית מחזור - 23</span>
                    <a href="https://www.one.co.il/live/match/411334" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			0
			<br tabindex="-1">
			2
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			גרמיו
			<br tabindex="-1">
			באהיה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <div class="liveTickerGameSeparator" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    <a href="https://www.one.co.il/live/match/411335" tabindex="200" data-font-size="10" data-font-size-type="px">
<table style="width: 100%; font-size: 13px; color: black;" tabindex="-1" data-font-size="13" data-font-size-type="px">
    <tbody tabindex="-1"><tr style="cursor:pointer;" tabindex="-1" data-font-size="13" data-font-size-type="px">
		<td style="width: 25%; text-align: center; vertical-align: middle;" class="ticker-live-game-time PassiveLiveGame" tabindex="-1" data-font-size="13" data-font-size-type="px">
			
		</td>
		<td style="width: 25%; text-align: center;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			1
			<br tabindex="-1">
			1
		</td>
		<td style="width: 50%; direction:rtl;" tabindex="-1" data-font-size="13" data-font-size-type="px">
			אתלטיקו מיניירו
			<br tabindex="-1">
			קויאבה
		</td>
	</tr>
	<tr height="3" tabindex="-1" data-font-size="13" data-font-size-type="px"><td tabindex="-1" data-font-size="13" data-font-size-type="px"></td></tr>
</tbody></table>
</a>
                    <br tabindex="-1">
                    <br tabindex="-1">
                  </div>
                </div>
                <div id="mCSB_4_scrollbar_vertical" class="mCSB_scrollTools mCSB_4_scrollbar mCS-dark-3 mCSB_scrollTools_vertical" tabindex="-1" data-font-size="10" data-font-size-type="px" style="display: none;">
                  <div class="mCSB_draggerContainer" tabindex="-1" data-font-size="10" data-font-size-type="px">
                    <div id="mCSB_4_dragger_vertical" class="mCSB_dragger" style="position: absolute; min-height: 30px; top: 0px;" tabindex="-1" data-font-size="10" data-font-size-type="px">
                      <div class="mCSB_dragger_bar" tabindex="-1" data-font-size="10" data-font-size-type="px" style="line-height: 30px;"></div>
                      <div class="mCSB_draggerRail" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <div style="position:absolute;bottom: 0; height: 20px; width: 100%; padding-top: 50px; background: url(https://images.one.co.il/images/msites/2016/03/27/1515/fader.png) repeat-x;" tabindex="-1" data-font-size="10"
              data-font-size-type="px"> &nbsp;<a style="color:#454545; font-size: 12px;" href="/Live/" tabindex="200" data-font-size="12" data-font-size-type="px">ללוח התוצאות המלא</a>
            </div>
          </div>
        </div>
        <script type="text/javascript" tabindex="-1">
          var liveDayIndex = firstDayIndex = 1;
          ShowLiveForDay(liveDayIndex);
          $j("#LiveTickerDay1, #LiveTickerDay2, #LiveTickerDay3, #LiveTickerDay4").mCustomScrollbar({
            setWidth: 300,
            setHeight: "100%",
            theme: "dark-3",
            autoHideScrollbar: false,
            autoExpandScrollbar: false,
            autoDraggerLength: true,
            scrollbarPosition: "outside",
            axis: "y"
          });

          function LiveSwitchDay(index) {
            liveDayIndex += index;
            if (liveDayIndex < firstDayIndex) liveDayIndex = 4;
            if (liveDayIndex > 4) liveDayIndex = firstDayIndex;
            ShowLiveForDay(liveDayIndex);
          }

          function ShowLiveForDay(day) {
            var arrLiveTitles = ["LIVE", "היום", "מחר", "אתמול"];
            $j("#LiveTickerDay1, #LiveTickerDay2, #LiveTickerDay3, #LiveTickerDay4").hide();
            var currentLiveTickerDay = "LiveTickerDay" + day;
            $j("#" + currentLiveTickerDay).show();
            $j("#NavigatorDayTitle").html(arrLiveTitles[day - 1]);
          }
        </script>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div class="OUTBRAIN" data-src="https://www.one.co.il/" data-widget-id="SB_4" data-ob-mark="true" data-browser="chrome" data-os="linux x86_64" data-dynload="" data-idx="1" id="outbrain_widget_1" tabindex="-1" data-font-size="10"
          data-font-size-type="px">
          <div class="ob-widget ob-strip-layout SB_4" data-dynamic-truncate="true">
            <style type="text/css">
              /* dynamic basic css */
              .SB_4.ob-widget .ob-widget-items-container {
                margin: 0;
                padding: 0;
              }

              .SB_4.ob-widget .ob-widget-items-container .ob-clearfix {
                display: block;
                width: 100%;
                float: none;
                clear: both;
                height: 0px;
                line-height: 0px;
                font-size: 0px;
              }

              .SB_4.ob-widget .ob-widget-items-container.ob-multi-row {
                padding-top: 2%;
              }

              .SB_4.ob-widget .ob-dynamic-rec-container {
                position: relative;
                margin: 0;
                padding;
                0;
              }

              .SB_4.ob-widget .ob-dynamic-rec-link,
              .SB_4.ob-widget .ob-dynamic-rec-link:hover {
                text-decoration: none;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-video-icon-container {
                position: absolute;
                left: 0;
                height: 30%;
                width: 100%;
                text-align: center;
                top: 35%;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-video-icon {
                display: inline-block;
                height: 100%;
                float: none;
                opacity: 0.7;
                transition: opacity 500ms;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-video-icon:hover {
                opacity: 1;
              }

              .SB_4 .ob_what a:before {
                content: "";
                ;
                ;
                background-image: url('https://widgets.outbrain.com/images/widgetIcons/achoice.svg');
                background-size: 100% 100%;
                width: 12px;
                height: 12px;
                padding-right: 4px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: left center;
                border-right: 1px solid #999;
              }

              .SB_4.ob-widget .ob_what {
                direction: rtl;
                clear: both;
                padding: 5px 10px 0px;
              }

              .SB_4.ob-widget .ob_what a {
                color: #757575;
                font-size: 11px;
                font-family: arial;
                text-decoration: none;
              }

              .SB_4.ob-widget .ob_what.ob-hover:hover a {
                text-decoration: underline;
              }

              .SB_4.ob-widget .ob_amelia,
              .SB_4.ob-widget .ob_amelia_covid,
              .SB_4.ob-widget .ob_logo,
              .SB_4.ob-widget .ob_feed_logo,
              .SB_4.ob-widget .ob_sfeed_logo,
              .SB_4.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
                display: inline-block;
                vertical-align: text-bottom;
                padding: 0px 5px;
                box-sizing: content-box;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
              }

              .SB_4.ob-widget .ob_logo {
                background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png') no-repeat center top;
                width: 67px;
                height: 12px;
              }

              .SB_4.ob-widget:hover .ob_amelia,
              .SB_4.ob-widget:hover .ob_logo,
              .SB_4.ob-widget:hover .ob_text_logo {
                background-position: center bottom;
              }

              .SB_4.ob-widget {
                position: relative;
              }

              .SB_4.ob-widget .ob_what {
                position: absolute;
                top: 5px;
                right: 0px;
              }

              .SB_4.ob-widget .ob_what {
                text-align: left;
                direction: ltr;
              }

              .SB_4.ob-widget .ob_amelia,
              .SB_4.ob-widget .ob_logo,
              .SB_4.ob-widget .ob_feed_logo,
              .SB_4.ob-widget .ob_sfeed_logo,
              .SB_4.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
              }

              .SB_4.ob-widget .ob_what {
                right: auto;
                left: 0px;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-rec-image {
                display: block;
              }

              .SB_4.ob-widget .ob-rec-description {
                max-height: 53.0px;
                overflow: hidden;
                font-weight: normal;
              }

              /* dynamic strip css */
              .SB_4.ob-widget .ob-rec-image-container {
                position: relative;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-image-ratio {
                height: 0px;
                line-height: 0px;
                padding-top: 55.55555555555556%;
              }

              .SB_4.ob-widget .ob-rec-image-container img.ob-rec-image {
                width: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                transition: all 750ms;
              }

              .SB_4.ob-widget .ob-rec-image-container img.ob-show {
                opacity: 1;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-rec-label {
                position: absolute;
                bottom: 0px;
                left: 0px;
                padding: 0px 3px;
                background-color: #666;
                color: white;
                font-size: 10px;
                line-height: 15px;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-rec-label {
                left: auto;
                right: 0px;
              }

              .SB_4.ob-widget .ob-rec-image-container .ob-rec-video {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                min-height: 0;
                min-width: 0
              }

              .ob-rec-image-container .ob-clip-end {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: rgba(4, 0, 0, .5)
              }

              .ob-rec-image-container .ob-clip-end .ob-clip-replay {
                display: block;
                position: absolute;
                top: 10px;
                right: 10px;
                width: 26px;
                height: 30px;
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTguMzUzLjVsNS4yODIgNC4yMDQtNS4yODIgMy45MTdWNS42ODVoLS4wNjljLS42OTIuMDA0LTYuMzI3LjAwOC02LjM4MS4wMTMtNS4zNDcuNDMtOS41NTIgNC45MDYtOS41NTIgMTAuMzY0IDAgNS43NDQgNC42NTYgMTAuNCAxMC4zOTkgMTAuNCA1Ljc0MyAwIDEwLjQtNC42NTYgMTAuNC0xMC40aDIuMzVjMCA3LjA0Mi01LjcwOCAxMi43NS0xMi43NSAxMi43NVMwIDIzLjEwNCAwIDE2LjA2MkMwIDkuMzE0IDUuMjQzIDMuNzkgMTEuODc4IDMuMzQyaC4wN2MuNy0uMDA1IDYuMzQzLS4wMDkgNi40MDUtLjAxMlYuNXptLTguMjA2IDEwLjk0OGw2Ljc1IDQuNS02Ljc1IDQuNXYtOXoiLz48L3N2Zz4=") no-repeat 100% 100%
              }

              .ob-rec-image-container .ob-clip-end .ob-clip-cta {
                color: #fff;
                border-radius: 4px;
                border: 1.5px solid #fff
              }

              .ob-rec-image-container .ob-clip-end .ob-clip-cta-text {
                font-size: 14px;
                padding: 6px 5px 5px;
                text-align: center
              }

              .SB_4.ob-widget {
                width: auto;
                min-width: 360px;
              }

              .SB_4.ob-widget .ob-dynamic-rec-container {
                display: inline-block;
                vertical-align: top;
                min-width: 50px;
                width: 100.0%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
              }

              .SB_4.ob-widget .ob-unit.ob-rec-brandName,
              .SB_4.ob-widget .ob-unit.ob-rec-brandLogo-container,
              .SB_4.ob-widget .ob-rec-brandLogoAndName {
                display: inline-block;
              }

              .SB_4.ob-widget .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }

              .SB_4.ob-widget .ob-rec-brandName {
                vertical-align: bottom;
              }

              .SB_4.ob-widget .ob-unit.ob-rec-brandName {
                vertical-align: super;
              }

              .SB_4.ob-widget .ob-widget-items-container {
                direction: rtl;
              }

              .SB_4.ob-widget .ob-dynamic-rec-container {
                margin-right: 0;
              }

              .SB_4.ob-widget .ob-dynamic-rec-container~.ob-dynamic-rec-container {
                margin: 0 2.3% 0 0;
              }

              .SB_4.ob-widget .ob-widget-header {
                direction: rtl;
                font-weight: bold;
              }

              .SB_4.ob-widget .ob-unit {
                display: block;
              }

              .SB_4.ob-widget .ob-rec-text {
                max-height: 53.0px;
                overflow: hidden;
              }

              .SB_4.ob-widget .ob-rec-source {}

              .SB_4.ob-widget .ob-rec-description {
                overflow: hidden;
              }

              .SB_4.ob-widget .ob-rec-date {
                font-weight: bold;
              }

              .SB_4.ob-widget .ob-rec-description {
                max-height: 53.0px;
                overflow: hidden;
                font-weight: normal;
              }

              /* dynamic customized css */
              .SB_4.ob-strip-layout .ob-widget-header {
                font-family: arial;
                font-size: 22px;
                color: #2f4d9b;
                padding-bottom: 15px;
                padding-top: 5px;
              }

              .SB_4.ob-strip-layout .ob-dynamic-rec-container {
                max-width: 144px;
              }

              .SB_4.ob-strip-layout .ob-rec-text {
                font-family: arial;
                color: #7f7f7f;
                padding: 0px 0 0px;
                text-align: right;
                line-height: 1.25;
                font-size: 14px;
              }

              .SB_4.ob-strip-layout .ob-rec-text:hover {
                color: #7f7f7f;
              }

              .SB_4.ob-strip-layout .ob-rec-source {
                font-family: inherit;
                color: #a8a8a8;
                padding: 0px 0 0px;
                text-align: right;
                font-size: 12px;
              }

              .SB_4.ob-strip-layout .ob-rec-date {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                text-align: left;
                font-size: 12px;
              }

              .SB_4.ob-strip-layout .ob-rec-author {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                text-align: left;
                font-size: 12px;
              }

              .SB_4.ob-strip-layout .ob-rec-description {
                font-family: arial;
                color: #595959;
                margin: ;
                text-align: right;
                font-size: 14px;
                line-height: 1.25;
              }

              .SB_4.ob-strip-layout .ob-rec-brandName {
                font-family: arial;
                padding: 0px 0 0px;
                line-height: 1.25;
                font-size: 13px;
                font-weight: 400;
              }

              .SB_4.ob-strip-layout .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }
            </style>
            <style type="text/css" class="ob-custom-css">
              .SB_4.ob-widget {
                width: 100%;
                min-width: 0;
                border: 1px solid #E7E7E7;
              }

              .OUTBRAIN .SB_4.ob-widget .ob-widget-header {
                width: 100%;
                font-size: 15px;
                font-weight: bold;
                color: #bf0000 !important;
                padding: 2px 0;
                direction: rtl;
                text-align: right;
                text-indent: 12px;
                border-bottom: 3px solid #bfbfbf;
                background: #d7d7d7;
                background: -moz-linear-gradient(top, #d7d7d7 0, #e4e4e4 100%);
                background: -webkit-linear-gradient(top, #d7d7d7 0, #e4e4e4 100%);
                background: linear-gradient(to bottom, #d7d7d7 0, #e4e4e4 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#e4e4e4', GradientType=0);
                margin-bottom: 8px;
              }

              .SB_4 .ob-widget-section {
                width: 100%;
                margin: 0 auto;
                background-color: #ececec;
                padding-bottom: 10px;
              }

              .OUTBRAIN .SB_4.ob-widget .ob-widget-items-container {
                width: 95%;
                margin: 0 auto;
              }

              .SB_4.ob-strip-layout .ob-dynamic-rec-container {
                max-width: none;
              }

              .SB_4.ob-widget .ob-widget-items-container.ob-multi-row {
                padding-top: 15px;
              }

              .SB_4.ob-widget .ob-rec-image-container {
                position: relative;
                width: 144px;
                float: right;
                margin-left: 7px;
              }

              .SB_4.ob-strip-layout .ob-rec-source {
                position: absolute;
                bottom: 0;
                right: 151px;
              }

              .OUTBRAIN .SB_4.ob-widget .ob_what {
                position: absolute;
                top: 0px;
                padding: 3px 10px 0px;
              }
            </style>
            <div class="ob-widget-section ob-first">
              <div class="ob-widget-header">מומלץ עבורך</div>
              <ul class="ob-widget-items-container">
                <li class="ob-dynamic-rec-container ob-recIdx-0 ob-p" data-pos="0"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.reali.co.il/?p=49814&amp;utm_source=Outbrain&amp;utm_medium=discovery&amp;utm_campaign=Maccabi+desk+2024+NEW+ARTICLE+&amp;utm_content=%D7%9C%D7%90+%D7%9E%D7%A8%D7%95%D7%A6%D7%94+%D7%9E%D7%A7%D7%95%D7%A4%D7%AA+%D7%94%D7%97%D7%95%D7%9C%D7%99%D7%9D+%D7%A9%D7%9C%D7%9A%3F+%D7%9E%D7%9B%D7%91%D7%99+%D7%91%D7%94%D7%A6%D7%A2%D7%94+%D7%9E%D7%A4%D7%AA%D7%99%D7%A2%D7%94&amp;utm_id=$publisher_name$&amp;utm_term=$ob_click_id$&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=ha999nX18RwoSe2qfh_8VqnXAvOZJ7vo7oR9GwZdEpWQaSffKX2QROpqPkEkBlFEniWnSA6t94VIivYDWMHy7tpczLLPQ9HI1-WS05j76AQk0QlktsZxTogTR8EM7Jj8V-NylWi2vpIS0Sa2Ne-sRbC87vhBai2ZqrGsC9eH4fyAz08UPnuyKkY8vYxgzqaMWx6MbXKgN3jeDxIAmy9PWUuvr182EXIBPGkBLQsXvZ5s1d_Xsk0BGreBSuuGx1WsvOvJ1ku4mSlDI-4ooWP5wSkApgPLQ3dJtGTtMfrvrYrwRIiOdqAyE3HqNija4TqRd4rCekFMRaz-xXUdkoWHE7QAqVqZyZ_0v-_IxG2g-bOzYrVMGo4u6maB5RwR-O__26jkyIitqbQPBARivk_2mbJrTyIQRaKorJ1-S0C5B1jbpV-5Yz3qJKyj9xtwBFzpJQBflT_komDataeD6wzwN5buprHnoX5UMq1rX1RRApS8qQvFSecqdwF8vTlaqEpoakVRogBZ46XQQLKlgUMpgk_tymls3BJJL1Q2SQyK5fWRu9Duo6VQS1DBxHRgg-5g3Tty3Euww130GU93C9s681U1R-8Y_BALpm7BKIPQqaQWsvmeCIxJ_P8_3DNRf34Xk1-bmkveq-LgTXT0l4mbVBv-tNijuwLrKykrCzIeWhJ1wvGPk_d7h-vWUSao6jAbx74TRKv6kEkPQBIrLbMk0O7d44jfWqWqtCkDQ8lB8Tq7okv7nnIQEwPDIOymrun6Nm15b2Er-RhbDC0_NYnV9tZMjRVuAo2F9pVBcpTiUSNWqRROhCJe18v5iNF-v2y36-HUJxBn55T8wn1JdXAuiYhPVqn3Ba_1VvziHpVa0rcobwdzJ8ZoL6FeD8nMlnrxbTlvzAHo8Tnt4UR5ZEIvUEwlhvNX_P822qgN5Dj2vHCSh-zts1mtZQP0QKhh9sMxvirbAZSaIxvUiBUrI2UPbG5xaXpCYFtpSk8n90iP8KAk9_LxhYgSq9UlWk8XbPNG&amp;c=1ab8f463&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="21q4GFrr-l8zAgoM1iKDGA" data-adv-id="41889" attributionsrc="" rel="nofollow noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6ImJjMjFhZmVmOWRhMGQ0NzU0YWY0YTBjMTg0NzVhYmUwOWQ5OGM2ODBkNzk4YmRlNGFiZmRkYTM5Mjg1YjZhNzMiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="לא מרוצה מקופת החולים שלך? מכבי בהצעה מפתיעה" title="לא מרוצה מקופת החולים שלך? מכבי בהצעה מפתיעה" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="לא מרוצה מקופת החולים שלך? מכבי בהצעה מפתיעה">לא מרוצה מקופת החולים שלך? מכבי בהצעה מפתיעה</span>
                  <span class="ob-unit ob-rec-source" data-type="Source">(ממומן | ריאלי - מעבר קופת חולים)</span>
    

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-1">
                <li class="ob-dynamic-rec-container ob-recIdx-1 ob-o" data-pos="1"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/470332.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=I1mMV-fSZFj8IbECKG33BGRJsnKPEPLSVfsLYaFtxKmeXcA1Iky7UfW1LdkLJQGsh23xJLcACYlJfpCJKMO3bDrKhAeINvAN9QZmLSPXSKwqAvvOTlPSbdCVTdTCtPvkBIewr__AKhb-p664jtZqLwIZRU0kROzLIjuSoGajwPDfF-Yzc38BlRXKklG-Mt8B95K2YOpStofAj-lNCpm_-4c_hsnYjIi0Q-TiGF6KUzxFjjhb_cg-VWF8TMK4GGBZkckjWFVgNLrUwl72RNkjZPI-2SNH4hCeETnebMSQcFUKWrz_Mw9DnhfrOlsLn1UC7OgyYBnlT1T-KpJLRSGMoi7kdwdl4NMJqqrm6Mydp1muV5w4le9jPjSGjoDE5OzKhWZEw0Axl6uihN6veSRwRKPWAL4RouLq9vxemHHSm-NHpoHHyNgxwzNeIeHrTXZV9khYIOEDcrNB9rFuZxgswyIZXtauZQFcSN9DCFY3CqYyECRyHIWuw7ApZ7rPtdgNnXblR_NOOsEOdTMLIsNvkx2ydPEcDAoKGWZl5HvgZ0tsLAtRS-xltwcmmHE7XpW-H3FAiOUseuKOAtUrDBgwr3JaZHbaczbEP9Ndh7yxlz1tG2bV6TtRBjFuPt2MHwAWCwHtm3rDW8s_u8XBBC6tHoaS24VKxM-R6GOS7EtfJksQVvsd9ovZMp10QezxCJTaEsWhrI1DOJxdDjBHa9cKPJlDIk8miMYkj8lPpi0GGs5fMKFGaom12qCitVh4koR99TXLtaOJO5ihs4k6LY_R_srfaTYUJG2z4epyb32UnWMUKBlsIME7cEF9_NWd-8W0_lL4cy2bWYIrtwHVXO_ollzVrqJlhLqwHCtqmCPxXbR3TQrut-EQuPt6fZcjAQAj&amp;c=34aa61e&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="5tLC2yi8j2ld3x7k2acf7g" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6Ijg5OWJkYzJmN2U0YWUzMzY4YjViNjJhNmQzZDMwNjE2N2I0NmNmOWQyOGU4YTgyMGEyMjI2ZWExMmEyZDczNmQiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="&quot;שילך להז****&quot;: רנדי אורטון נגד לברון ג'יימס" title="&quot;שילך להז****&quot;: רנדי אורטון נגד לברון ג'יימס" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="&quot;שילך להז****&quot;: רנדי אורטון נגד לברון ג'יימס">"שילך להז****": רנדי אורטון נגד לברון ג'יימס</span>
      

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-2">
                <li class="ob-dynamic-rec-container ob-recIdx-2 ob-p" data-pos="2"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://haiton11.co.il/dr-comfort-1/?utm_source=Outbrain&amp;utm_term=$publisher_name$_$publisher_id$&amp;utm_content=%D7%91%D7%A2%D7%9C+%D7%94%D7%91%D7%99%D7%AA+%D7%94%D7%A9%D7%AA%D7%92%D7%A2%3A+%D7%9E%D7%96%D7%A8%D7%9F+%D7%94%D7%99%D7%95%D7%A7%D7%A8%D7%94+%D7%A9%D7%9C+%D7%93%D7%B4%D7%A8+%D7%A7%D7%95%D7%9E%D7%A4%D7%95%D7%A8%D7%98+%D7%A0%D7%9E%D7%9B%D7%A8+%D7%91%D7%9E%D7%97%D7%99%D7%A8+%D7%9E%D7%A4%D7%AA%D7%99%D7%A2+%D7%91%D7%9E%D7%99%D7%95%D7%97%D7%93&amp;utm_medium=referral&amp;utm_campaign=00b3961f79befb011853f1dfcecda378b1&amp;utm_id=$section_id$_$section_name$&amp;MPC_1=Outbrain&amp;MPC_2=00b3961f79befb011853f1dfcecda378b1&amp;MPC_3=%D7%91%D7%A2%D7%9C+%D7%94%D7%91%D7%99%D7%AA+%D7%94%D7%A9%D7%AA%D7%92%D7%A2%3A+%D7%9E%D7%96%D7%A8%D7%9F+%D7%94%D7%99%D7%95%D7%A7%D7%A8%D7%94+%D7%A9%D7%9C+%D7%93%D7%B4%D7%A8+%D7%A7%D7%95%D7%9E%D7%A4%D7%95%D7%A8%D7%98+%D7%A0%D7%9E%D7%9B%D7%A8+%D7%91%D7%9E%D7%97%D7%99%D7%A8+%D7%9E%D7%A4%D7%AA%D7%99%D7%A2+%D7%91%D7%9E%D7%99%D7%95%D7%97%D7%93&amp;MPC_4=$section_id$_$publisher_id$&amp;MPC_5=$ob_click_id$&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=Dqx5Dz12-wLd-0qn0SIQFTHLP3dGe1Bsn-d2-W6PIUHPtv3kIAnEt6EWG5XBfQlTUviX1cIRATh5OAMzeakhxjL1J-ZfyYvajdZ6E4zHxqcs24Oj3v4hHlP1Kgy2-pOJHBi7tF-T8rbuiShlgTFCxlgHNPQcyQJUC_KeeTyesmmUszkTASoUGkcj0gENNIh7oX-GUQes2Uudp92TBmPuEPxfRpiwV23lurW1GKZL0U44vLrwdg5ic7DiSf-FSwY3SIIAVLYONEAlc3vXLm-PMndVBYx6y9RcixhS9sQGaeS-tdN84LbH0J3Db7txToXwXPi3O4vVTmTar9f-aXhtTpxUaTG-V3866fmYC5Ukqv5AO0Zby4pGp1TBhgfLDSA7qykgep8Wrxh3kDHVtX_F5q-8_x6ESNFr_6F7Ph35pnJo69m5l00n2RwCtL--DCC40-WaDrcsC8SKPFMqNovkApeWh6ax7hfmYGNKksziCxjhoaUp6jfZJsitPQONJXNsOguUOwLklaO7odEzsBgjwk4u5ZRXZ_PvqqXA36N6x0cU-u7AWAvFTrd6AHg_Iv8oRxVe1aw69iTK0yeXH0p6OlgFhNtkXzzOe3DiqvcKByQQybsk0auvxQWykn9HyQJY4O5R2XhD7K1LsQt8aOpFAAhq1VK2gQ9DKRk39hDh5b4V7ubjUvmASn_rcng2qreYkiYH68WvuC3PfkTFwOqz_bDU53TFpv3VkAJannXdBHZ410eZhgF3m1_nl8wWMcJV71ZYkIfeu0rL8SwZpj6EVAlVfiiLq1udNSXVTIoLgP8_K48d2eICePNugOKFPBxLUH6M0VrehNSU1u8-8XQLd6wqYqjYB7XFOynCJIPqRMy2HNw0EKPJXoHefoyJGKuZjWl5uhpn7PLvrbMO73VOKu5h9YNg1zEbsmWKRI4vB22qKwggD9kSQ9DETNeYUZ7XwH0WZszHkDkuWhnLE3oS0nMbFBVXqNcJoj6z2-_G4uNGTQyu1Q_dufmVbiU2JB24&amp;c=5c5fa3d5&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="tgqqlRPchcDN9_3F9bxchw" data-adv-id="54955328" attributionsrc="" rel="nofollow noopener" style="-webkit-tap-highlight-color: transparent;">

          <span class="ob-unit ob-rec-clip-container ob-rec-image-container" data-type="Image">
    <div class="ob-image-ratio"></div>
    <video class="ob-rec-video ob-show" autoplay="" muted="" playsinline="" poster="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjViOWEyMjA2OGMxMWEwNGU3YzJkY2ViOGI4ZGJiYzgyMGNlZWI3NjFhZmZkMGQ3NTgyNzI5ZDgwYzFiZjljMTUiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjoyLCJmIjo1fQ.mp4" ob-data-clip="" ob-data-loops="3">
    <source src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjViOWEyMjA2OGMxMWEwNGU3YzJkY2ViOGI4ZGJiYzgyMGNlZWI3NjFhZmZkMGQ3NTgyNzI5ZDgwYzFiZjljMTUiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjoyLCJmIjo1fQ.mp4" type="video/mp4" onerror="OBR.extern.clipError(this)">
</video>
    <div class="ob-clip-end" style="display:none;">
    <div class="ob-clip-replay"></div>
        </div>                                </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="בעל הבית השתגע: מזרן היוקרה של ד״ר קומפורט נמכר במחיר מפתיע במיוחד">בעל הבית השתגע: מזרן היוקרה של ד״ר קומפורט נמכר במחיר מפתיע במיוחד</span>
                  <span class="ob-unit ob-rec-source" data-type="Source">(ממומן | ד״ר קומפורט)</span>
    

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-3">
                <li class="ob-dynamic-rec-container ob-recIdx-3 ob-o" data-pos="3"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/470230.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=_ZCrcGrWrleluS8qRJihOGy0eCfcRmb2J0-z2fE60SRgSExIwxnPFvY3HsXrg_DHNyihJaAvPhq9tYDQQwqQbk3UtL8ZtntUeOAK7ui31D5hXVbhW-7LU3u_s0qiO6a-QVFVyyuwoHTpIL4o3UWSkjRF06nSbqcqMh9ixqXHkQT5th4kwD-_2UexkY9kjocLzvFjyorU-tG3IGVQVTVjyE5J9XW46dmOY4nVPgGuMMFf6AcyB5hlqxbs60ojPNie0e4s5_DxkVlJqF92U6h74UH7TgrZI_tbB2xrBTenOC8CLn-jTs7-wWI8hlRiittjnsEE4uiBKu3U8_mcysnFFRft2mFhykF6hD8BHOvCJJDARIpLHPvWlLGCwK1zRUfQM-dmouMT2Mjzcqm6h-NW_reqsvI_hI9Yg43mxZELWBdt7TZISpQI8jjqKWSaeU7dXmsw28shlRwC3Dtp-EpgBhriy-WI_4a1WoidckulmeSdIYkNKKPwamZN4eYUEFAeA8fMzFf-mPAsnPRbNm1qW-H6tRqxRtu6-CxiUqtYMHRiOjXDkbQ1FjyL_Rva5FwUEKCPqs-5aYNlOXoqOQ7KHGnFJKDMDETIokUHTwFTjc9xVTTAX3dz1wxgieuSq7jeVQxCvLlkY44I1OSVXMuQ_nOOA9giqe4ftoOr2mekOdNzDYad_IO70uYFKlKJ72fRv51yP07Lmpo1AWnznRFWtXCpqhpisOECJGGNYlbAgrAgUlJE09V0gcSELyyamEfS7xsMFiLJm0SsDsfFjV0dz__lgStmbmkWWJTpLKEIsaQTpvaQRc30iBFg9Y6HcawtUXH9L6YjQrzeLyNaw0gk9Dq9tEC9tUE3_LJZ9fTub6zNPXMyxale3CVZVkIJNwB9&amp;c=c639d992&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="pVUrNhdw8PYadVHeWLzCMQ" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjMyNzhhYmEwMmRmMWJmMTcwZTc1YzMwM2EyMWU2NWRkMDcxNzIzY2M4ZjViN2M0MGQyMzVmZjg1YmYzMzI2ZjUiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="טרגדיה: בנו של צחי נהרדע נהרג בתאונת דרכים" title="טרגדיה: בנו של צחי נהרדע נהרג בתאונת דרכים" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="טרגדיה: בנו של צחי נהרדע נהרג בתאונת דרכים">טרגדיה: בנו של צחי נהרדע נהרג בתאונת דרכים</span>
      

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-4">
                <li class="ob-dynamic-rec-container ob-recIdx-4 ob-p" data-pos="4"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://epoch.org.il/news/570616/?utm_source=outbrain&amp;utm_medium=cpc&amp;utm_content=out.def_saudi_desktop&amp;utm_campaign=article_registrations&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=tCKTHHAjxTvZAq7GvWHtRkLWqFaXOrkkXyS7HJQHE8nCyQM3j5VhKU9utCEISCgZ9Xj3iG4kTn_RFfrLp6JUwBhW4BAEU0SyI_anoBP18_V0MGxiEy4LvN_uVN2tn388POAskmShal84IiD8UHPxzX8Wna2_44Y4TBcKKyV_wM3t_NShSPVD9-cYNGFTBHwJUBPEwv7rcvqN6jAVILFs2adf1KpUWDG4yC07sb9lVe4I7cvGpcr34CiP1P73TPYZxGvVoPVZDQ43juvscw32lb67SGgk3his5FEyWINDttRsmDfJ_c4MviKQ4KoIyC4eAYyJ8B8uli0FkClr-qzjeB2_u-hQkgU-t-XYwoks621KFB8P9qh9iXVu81HiMaQBQRj9ohw87YiTXeElCPPwiM-rvjRFfx0kJg0J6Fi3UKM-sChU90_VfVHGGMZPmg-QKAE3wktsYIPcmnFvp5s5EL67-75uz21BRPnoPO5Qb3KlzWc0ISZUMsD4yBvQMBXMNBs7Sr8yPqZj2VekNb-JZp4P9zILFURcEvbktBjD1C00HE42j2E8JxCLUXwbFJyEChKZm1UMUh_SVcBiyTr0OMrCtkAPI6lyt4EncZP3tSkyoe1mPOE-jkGWxEUuHux_bdA6sVKHHZDQawqj6r1vWfzKVblUBbL0_ujTgZPrfZ3g8yIkCq8JFoPnNquzygP3eAW9bHA9i09eLQMu2Kb_edddV7ThXLaR2DM1tibnJ5NNJSXjSEvIjp40aBYTI05Tm3bIK6ZRHDTx7haTZ3hxxpGMXF98PW25Zs3JbyQNrdzTeG6y3vIhTEoeERtTPF3Wd1J3Ye5QtWLDgwYnDeLMPndux4KfINiLKjaXhHKzSmnHKdZBbEfHcbSAwlNk5F1RoI5WsIWNS_g5QChQeoAugRoaHMHJbF4j1ztd46g2ImT8x1FZhkydO7PWgZ0pVCOFTqpDz5IV1sk8nd6r1dhH2y2Siv30OUqMnEwhTkMLxdf9AadXcQhWbkJkT0acBSvI&amp;c=ebf99402&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="Mm-917ZtGs-bI_Wk8dvsng" data-adv-id="51057554" attributionsrc="" rel="nofollow noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjFkYThkYjg2MWYyYjJlOTU0YWZiMjdiYzQ5OWNiMGIwNzY4Njg3N2NkMzlhODA1OTdlYTRlYjQ1YjRkNjVjNWEiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="ערוץ סעודי: שליח שהעביר מסרים בין פעילי חמאס בעזה הסגיר לשב&quot;כ את מיקומו של דף" title="ערוץ סעודי: שליח שהעביר מסרים בין פעילי חמאס בעזה הסגיר לשב&quot;כ את מיקומו של דף" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="ערוץ סעודי: שליח שהעביר מסרים בין פעילי חמאס בעזה הסגיר לשב&quot;כ את מיקומו של דף">ערוץ סעודי: שליח שהעביר מסרים בין פעילי חמאס בעזה הסגיר לשב"כ את מיקומו של…</span>
                  <span class="ob-unit ob-rec-source" data-type="Source">(ממומן | אפוק)</span>
    

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-5">
                <li class="ob-dynamic-rec-container ob-recIdx-5 ob-o" data-pos="5"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/470397.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=LaO7k-w6Uh86Nx-0OuYZyfUvsCg3J9zZ3UQ-9Zy_2OwGAKN7gZrPe1oe3spnapDW6z-7RK75JHw_eakMur542A86DnL4Eid4hMmepLAc_If2aZsXACkFIH8mTnCTEhTVfZwik_ZOeHJDuppIS8xQzxtGuh0RCtnUeCuYaU6FEwYUplIEwnzmlL2FrId_KDgn0neD7A_t9I1t9g420qqUX0ddaddzi6dsFaBkt6FAVb4ZaiCJGjXXCafPsXt4lKVNPtGbaEqX1RoHVmLVegjdEJR6lEcA9EHACHf_FugCLoUMFVstFymSOd8-TQGlkHs7ilPm8pbkE-opxCEBxub-GzASMP9DaxxszUDPEP0Ptymgc6cU_tK1aa33mMDYWuSy4XB1k4INa8BBfeDs1B5fq-n7A0sVCLPrdFMBMJq6Qq1mNMLJdgbvi5q4bP1O35MpVWHqm8wZ5NakGcHqPV4FkgTmQL4y_J67evY4aOjYSQbH03GW-hwqZnHdC1C_JsrQBlIa_Nwod5XubpluAYu7lqQifrzjRSj45Si7AjvyDv0V6Udc_UQvupNhILK9B53sbNBCRc7s2R-Q7XxfbVJJoblGY2OuIEBOF-YcB5uY-6gV9zcIaJrv8d5GY3ph9dYUwwXI93uSCnVLoXxW4c6d4oWZG-MRmn2SD_FBQs-iQnokWVMrOCP4MqL7Rjjno-sQdcETOxS-zWwBpnQzsnO_UcprVRgGW5S9S_EedEAkF9a15Q24F2wQdDGs1nid96LVo1F0bejlkv7ueXM2SqitjP911hGBcPaA480zWG1PYdWjQC4KG5i2OsPV9HfQFNP_mIAVinbgQdh8xKs3Q35on-aLv0V5RpH24SJCRjkiRY2GLFq53HT5C5FCYWQeQmn3&amp;c=d263431f&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="KcwS3FSoaTMFyYCYbrwWRQ" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image ob-show" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjVhYWE0NjcxNGY0ZDIzMzNmYWFhMTNjMDQ0NDk4Yzg1NmVmNmI4Zjg1MGQ2NjNmZmQyOGI4ODFhNmU0YzJmYmUiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="&quot;שערוריה&quot;: באנגליה המומים מההטרדה של ז'זוס" title="&quot;שערוריה&quot;: באנגליה המומים מההטרדה של ז'זוס" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="&quot;שערוריה&quot;: באנגליה המומים מההטרדה של ז'זוס">"שערוריה": באנגליה המומים מההטרדה של ז'זוס</span>
      

          </a>
                </li>
              </ul>
            </div>
            <div class="ob_what">
              <a href="https://www.outbrain.com/what-is/default/he" rel="nofollow" onclick="OBR.extern.callWhatIs('https://www.outbrain.com/what-is/default/he',-1,-1,true ,null);return false"><span class="ob_logo" title="Outbrain - content marketing"></span></a>
            </div>
            <div class="ob-pixels">
            </div>
          </div>
        </div>
        <script type="text/javascript" async="async" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <script type="text/javascript" tabindex="-1">
          $j(document).ready(function() {
            $j("#TVSchedulerV3 div#Programs").mCustomScrollbar({
              setWidth: 320,
              theme: "dark-3",
              autoHideScrollbar: false,
              autoExpandScrollbar: false,
              autoDraggerLength: true,
              scrollbarPosition: "inside",
              axis: "y"
            });
          });
        </script>
        <style type="text/css" tabindex="-1">
          #TVSchedulerV3 {
            width: calc(100%-6px);
            border: double 3px #ebebeb;
            padding: 1px;
            background: #ebebeb;
            background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
            background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
            background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0);
            position: relative;
            height: 300px;
          }

          #TVSchedulerV3 span#TVTitle {
            display: block;
            direction: rtl;
            text-align: right;
            text-indent: 10px;
            font-size: 16px;
            font-weight: bold;
            color: #CD0403;
            padding-bottom: 5px;
            border-bottom: groove 2px #FFFFFF;
            margin-bottom: 5px;
          }

          #TVSchedulerV3 span#TVDate {
            display: block;
            direction: rtl;
            text-align: right;
            text-indent: 10px;
            font-size: 15px;
            font-weight: bold;
            color: #2F4E9B;
          }

          #TVSchedulerV3 div#Programs {
            width: 100%;
            height: 220px;
          }

          #TVSchedulerV3 div#Programs div#TVContent {
            direction: rtl;
            font-size: 13px;
            color: #565656;
          }

          #TVSchedulerV3 div#Programs div#TVContent img.channel-logo {
            margin: 5px 0 3px 0;
          }

          dt {
            float: right;
            clear: right;
            width: 30px;
            text-align: right;
            font-weight: bold;
            font-size: 13px;
            padding-top: 0;
          }

          dt:after {
            content: "";
          }

          dd {
            margin: 0 40px 0 0;
            padding: 0 0 5px 0;
          }
        </style>
        <div id="TVSchedulerV3" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <span id="TVTitle" tabindex="-1" data-font-size="16" data-font-size-type="px">ספורט בטלוויזיה</span>
          <span id="TVDate" tabindex="-1" data-font-size="15" data-font-size-type="px">יום ראשון 18.08.2024</span>
          <div id="Programs" tabindex="-1" class="mCustomScrollbar _mCS_5" data-font-size="10" data-font-size-type="px" style="width: 320px;">
            <div id="mCSB_5" class="mCustomScrollBox mCS-dark-3 mCSB_vertical mCSB_inside" tabindex="0" data-font-size="10" data-font-size-type="px" style="max-height: none;">
              <div id="mCSB_5_container" class="mCSB_container" style="position:relative; top:0; left:0;" dir="ltr" data-font-size="10" data-font-size-type="px">
                <div id="TVContent" tabindex="-1" data-font-size="13" data-font-size-type="px">
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl0_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_d7acb47cc5ba4894cfc89fbec023166b.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">20:00</dt>
                  <dd tabindex="-1">ליגה ספרדית: ריאל סוסיאדד - ראיו וייקאנו</dd>
                  <dt tabindex="-1">22:10</dt>
                  <dd tabindex="-1">אולפן לקראת מיורקה - ריאל מדריד</dd>
                  <dt tabindex="-1">22:30</dt>
                  <dd tabindex="-1">ליגה ספרדית: מיורקה - ריאל מדריד</dd>
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl3_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_caf11529c6db40e341fd2f31adec9954.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">19:30</dt>
                  <dd tabindex="-1">ליגה איטלקית: ורונה - נאפולי</dd>
                  <dt tabindex="-1">21:45</dt>
                  <dd tabindex="-1">ליגה איטלקית: קליארי - רומא</dd>
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl5_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_00b5d62b183b2d909c1cdb9f3bccd6cb.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">16:00</dt>
                  <dd tabindex="-1">ליגה אנגלית: ברנטפורד - קריסטל פאלאס</dd>
                  <dt tabindex="-1">18:30</dt>
                  <dd tabindex="-1">ליגה אנגלית: צ'לסי - מנצ'סטר סיטי</dd>
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl7_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_1e677517f86f1aae338ae5b8635b275b.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">19:45</dt>
                  <dd tabindex="-1">גביע הטוטו: הפועל ב"ש - עירוני טבריה</dd>
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl8_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_5c9f26d80d3c934d483f2c12001397c6.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">20:00</dt>
                  <dd tabindex="-1">גביע הטוטו: מכבי ת"א - בני סכנין</dd>
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl9_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_b939b0a4f34eb92e09e3e6ff66e43c34.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">16:00</dt>
                  <dd tabindex="-1">ליגה צרפתית: אוקזר - ניס</dd>
                  <dt tabindex="-1">18:00</dt>
                  <dd tabindex="-1">ליגה צרפתית: טולוז - נאנט עם פריצות</dd>
                  <dt tabindex="-1">21:45</dt>
                  <dd tabindex="-1">ליגה צרפתית: ראן - ליון</dd>
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl12_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_8699fa25fd19a41d545f950d7b6d6b86.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">19:30</dt>
                  <dd tabindex="-1">גביע הטוטו: הפועל חיפה - מ.ס אשדוד</dd>
                  <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl5__ctl5_rptTV__ctl13_imgChannelLogo" class="channel-logo mCS_img_loaded" src="//images.one.co.il/images/msites/tvchannels/hp_254e5f46e1ee478e57117d2fa37081ad.png" border="0"
                    alt="ONE - מספר 1 בספורט" tabindex="-1">
                  <br tabindex="-1">
                  <dt tabindex="-1">19:30</dt>
                  <dd tabindex="-1">ליגה איטלקית: בולוניה - אודינזה</dd>
                  <dt tabindex="-1">21:45</dt>
                  <dd tabindex="-1">ליגה איטלקית: לאציו - ונציה</dd>
                  <br tabindex="-1">
                  <br tabindex="-1">
                </div>
              </div>
              <div id="mCSB_5_scrollbar_vertical" class="mCSB_scrollTools mCSB_5_scrollbar mCS-dark-3 mCSB_scrollTools_vertical" data-font-size="10" data-font-size-type="px" style="display: block;">
                <div class="mCSB_draggerContainer" data-font-size="10" data-font-size-type="px">
                  <div id="mCSB_5_dragger_vertical" class="mCSB_dragger" style="position: absolute; min-height: 30px; display: block; height: 96px; max-height: 210px; top: 0px;" data-font-size="10" data-font-size-type="px">
                    <div class="mCSB_dragger_bar" data-font-size="10" data-font-size-type="px" style="line-height: 30px;"></div>
                    <div class="mCSB_draggerRail" data-font-size="10" data-font-size-type="px"></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div style="position:absolute;bottom: 0; height: 20px; width: 100%; padding-top: 50px; background: url(https://images.one.co.il/images/msites/2016/03/27/1515/fader.png) repeat-x;" tabindex="-1" data-font-size="10" data-font-size-type="px">
            &nbsp;<a style="color:#454545; font-size: 12px;" href="/TV/" tabindex="200" data-font-size="12" data-font-size-type="px">ללוח השידורים המלא</a>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div class="ad-bg ad-container ad-container-half-page-top" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div id="adxONEBig_2_New" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CPq11JzP_ocDFYcDVQgdkXAQcQ">
            <div id="google_ads_iframe_/6870/ONE_Web/Big_2_New_0__container__" style="border: 0pt none; display: inline-block; width: 300px; height: 250px;"><iframe frameborder="0"
                src="https://9da0f0bad40ab99ad2a853b43ee98d87.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/6870/ONE_Web/Big_2_New_0" title="3rd party ad content" name="" scrolling="no" marginwidth="0"
                marginheight="0" width="300" height="250" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" allow="attribution-reporting"
                aria-label="Advertisement" tabindex="0" data-google-container-id="6" style="border: 0px; vertical-align: bottom;" data-load-complete="true"></iframe></div>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div class="left-double-columns" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div class="left" style="width: 50%;" tabindex="-1" data-font-size="10" data-font-size-type="px">
            <style tabindex="-1">
              .personal-column-hp {
                display: inline-block;
                width: 95px;
                height: 88px;
                padding: 5px 57px 0 5px;
                text-align: right;
                direction: rtl;
                font-size: 14px;
              }

              .personal-column-hp span {
                display: inline-block;
              }

              .personal-column-hp span.author {
                color: #474747;
                font-weight: bold;
              }

              .personal-column-hp span.title {
                color: #474747;
              }

              .personal-column-hp span.meta {
                color: #cc040e;
                font-size: 11px;
              }
            </style>
            <a class="personal-column-hp" href="/Opinion/467836.html" style="background: url(https://images.one.co.il/images/column/columnist_1256202102281946424642.png) no-repeat; background-size: cover;" data-bg="https://images.one.co.il/images/column/columnist_1256202102281946424642.png" data-bg-test="https://images.one.co.il/images/msites/2016/02/17/1145/iz.jpg" tabindex="200" data-font-size="14" data-font-size-type="px">

    <span class="author" tabindex="-1" data-font-size="14" data-font-size-type="px">גילי ורמוט</span>
    <span class="title" tabindex="-1" data-font-size="14" data-font-size-type="px">לאזטיץ' דורש משחק לחץ וכדורגל התקפי</span>
    <span class="meta" tabindex="-1" data-font-size="11" data-font-size-type="px">15/07 </span>
    
</a>
            <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
            <style tabindex="-1">
              .personal-column-hp {
                display: inline-block;
                width: 95px;
                height: 88px;
                padding: 5px 57px 0 5px;
                text-align: right;
                direction: rtl;
                font-size: 14px;
              }

              .personal-column-hp span {
                display: inline-block;
              }

              .personal-column-hp span.author {
                color: #474747;
                font-weight: bold;
              }

              .personal-column-hp span.title {
                color: #474747;
              }

              .personal-column-hp span.meta {
                color: #cc040e;
                font-size: 11px;
              }
            </style>
            <a class="personal-column-hp" href="/Opinion/465549.html" style="background: url(https://images.one.co.il/images/column/columnist_1655202406181053315331.png) no-repeat; background-size: cover;" data-bg="https://images.one.co.il/images/column/columnist_1655202406181053315331.png" data-bg-test="https://images.one.co.il/images/msites/2016/02/17/1145/iz.jpg" tabindex="200" data-font-size="14" data-font-size-type="px">

    <span class="author" tabindex="-1" data-font-size="14" data-font-size-type="px">עידו קוז'יקרו</span>
    <span class="title" tabindex="-1" data-font-size="14" data-font-size-type="px">הישראלים ניצחו עבור עודד קטש</span>
    <span class="meta" tabindex="-1" data-font-size="11" data-font-size-type="px">18/06 </span>
    
</a>
          </div>
          <div class="right" style="width: 50%;" tabindex="-1" data-font-size="10" data-font-size-type="px">
            <style tabindex="-1">
              .personal-column-hp {
                display: inline-block;
                width: 95px;
                height: 88px;
                padding: 5px 57px 0 5px;
                text-align: right;
                direction: rtl;
                font-size: 14px;
              }

              .personal-column-hp span {
                display: inline-block;
              }

              .personal-column-hp span.author {
                color: #474747;
                font-weight: bold;
              }

              .personal-column-hp span.title {
                color: #474747;
              }

              .personal-column-hp span.meta {
                color: #cc040e;
                font-size: 11px;
              }
            </style>
            <a class="personal-column-hp" href="/Opinion/470364.html" style="background: url(https://images.one.co.il/images/column/columnist_226920210729160646646.png) no-repeat; background-size: cover;" data-bg="https://images.one.co.il/images/column/columnist_226920210729160646646.png" data-bg-test="https://images.one.co.il/images/msites/2016/02/17/1145/iz.jpg" tabindex="200" data-font-size="14" data-font-size-type="px">

    <span class="author" tabindex="-1" data-font-size="14" data-font-size-type="px">איציק אהרונוביץ</span>
    <span class="title" tabindex="-1" data-font-size="14" data-font-size-type="px">חיפה ובכר בוודאות עדיין לא מוכנים לליגה</span>
    <span class="meta" tabindex="-1" data-font-size="11" data-font-size-type="px">17/08 </span>
    
</a>
            <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
            <style tabindex="-1">
              .personal-column-hp {
                display: inline-block;
                width: 95px;
                height: 88px;
                padding: 5px 57px 0 5px;
                text-align: right;
                direction: rtl;
                font-size: 14px;
              }

              .personal-column-hp span {
                display: inline-block;
              }

              .personal-column-hp span.author {
                color: #474747;
                font-weight: bold;
              }

              .personal-column-hp span.title {
                color: #474747;
              }

              .personal-column-hp span.meta {
                color: #cc040e;
                font-size: 11px;
              }
            </style>
            <a class="personal-column-hp" href="/Opinion/469602.html" style="background: url(https://images.one.co.il/images/column/columnist_170820180612111403143.png) no-repeat; background-size: cover;" data-bg="https://images.one.co.il/images/column/columnist_170820180612111403143.png" data-bg-test="https://images.one.co.il/images/msites/2016/02/17/1145/iz.jpg" tabindex="200" data-font-size="14" data-font-size-type="px">

    <span class="author" tabindex="-1" data-font-size="14" data-font-size-type="px">אבי נמני</span>
    <span class="title" tabindex="-1" data-font-size="14" data-font-size-type="px">במכבי טרם הבינו את המכה של עזיבת מילסון</span>
    <span class="meta" tabindex="-1" data-font-size="11" data-font-size-type="px">07/08 </span>
    
</a>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div class="ad-bg ad-container ad-container-half-page-top" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div id="adxONEBig_3_New" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CPCblpzP_ocDFS0CVQgduLYD3w">
            <div id="google_ads_iframe_/6870/ONE_Web/Big_3_New_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/6870/ONE_Web/Big_3_New_0" name="google_ads_iframe_/6870/ONE_Web/Big_3_New_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="7"
                style="border: 0px; vertical-align: bottom;"></iframe></div>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div class="OUTBRAIN" data-src="https://www.one.co.il/" data-widget-id="SB_5" data-ob-mark="true" data-browser="chrome" data-os="linux x86_64" data-dynload="" data-idx="2" id="outbrain_widget_2" tabindex="-1" data-font-size="10"
          data-font-size-type="px">
          <div class="ob-widget ob-strip-layout SB_5" data-dynamic-truncate="true">
            <style type="text/css">
              /* dynamic basic css */
              .SB_5.ob-widget .ob-widget-items-container {
                margin: 0;
                padding: 0;
              }

              .SB_5.ob-widget .ob-widget-items-container .ob-clearfix {
                display: block;
                width: 100%;
                float: none;
                clear: both;
                height: 0px;
                line-height: 0px;
                font-size: 0px;
              }

              .SB_5.ob-widget .ob-widget-items-container.ob-multi-row {
                padding-top: 2%;
              }

              .SB_5.ob-widget .ob-dynamic-rec-container {
                position: relative;
                margin: 0;
                padding;
                0;
              }

              .SB_5.ob-widget .ob-dynamic-rec-link,
              .SB_5.ob-widget .ob-dynamic-rec-link:hover {
                text-decoration: none;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-video-icon-container {
                position: absolute;
                left: 0;
                height: 30%;
                width: 100%;
                text-align: center;
                top: 35%;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-video-icon {
                display: inline-block;
                height: 100%;
                float: none;
                opacity: 0.7;
                transition: opacity 500ms;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-video-icon:hover {
                opacity: 1;
              }

              .SB_5.ob-widget .ob_what {
                direction: rtl;
                clear: both;
                padding: 5px 10px 0px;
              }

              .SB_5.ob-widget .ob_what a {
                color: #757575;
                font-size: 11px;
                font-family: arial;
                text-decoration: none;
              }

              .SB_5.ob-widget .ob_what.ob-hover:hover a {
                text-decoration: underline;
              }

              .SB_5.ob-widget .ob_amelia,
              .SB_5.ob-widget .ob_amelia_covid,
              .SB_5.ob-widget .ob_logo,
              .SB_5.ob-widget .ob_feed_logo,
              .SB_5.ob-widget .ob_sfeed_logo,
              .SB_5.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
                display: inline-block;
                vertical-align: text-bottom;
                padding: 0px 5px;
                box-sizing: content-box;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
              }

              .SB_5.ob-widget .ob_logo {
                background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png') no-repeat center top;
                width: 67px;
                height: 12px;
              }

              .SB_5.ob-widget:hover .ob_amelia,
              .SB_5.ob-widget:hover .ob_logo,
              .SB_5.ob-widget:hover .ob_text_logo {
                background-position: center bottom;
              }

              .SB_5.ob-widget {
                position: relative;
              }

              .SB_5.ob-widget .ob_what {
                position: absolute;
                top: 5px;
                right: 0px;
              }

              .SB_5.ob-widget .ob_what {
                text-align: left;
                direction: ltr;
              }

              .SB_5.ob-widget .ob_amelia,
              .SB_5.ob-widget .ob_logo,
              .SB_5.ob-widget .ob_feed_logo,
              .SB_5.ob-widget .ob_sfeed_logo,
              .SB_5.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
              }

              .SB_5.ob-widget .ob_what {
                right: auto;
                left: 0px;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-rec-image {
                display: block;
              }

              .SB_5.ob-widget .ob-rec-description {
                max-height: 53.0px;
                overflow: hidden;
                font-weight: normal;
              }

              /* dynamic strip css */
              .SB_5.ob-widget .ob-rec-image-container {
                position: relative;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-image-ratio {
                height: 0px;
                line-height: 0px;
                padding-top: 55.55555555555556%;
              }

              .SB_5.ob-widget .ob-rec-image-container img.ob-rec-image {
                width: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                transition: all 750ms;
              }

              .SB_5.ob-widget .ob-rec-image-container img.ob-show {
                opacity: 1;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-rec-label {
                position: absolute;
                bottom: 0px;
                left: 0px;
                padding: 0px 3px;
                background-color: #666;
                color: white;
                font-size: 10px;
                line-height: 15px;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-rec-label {
                left: auto;
                right: 0px;
              }

              .SB_5.ob-widget .ob-rec-image-container .ob-rec-video {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                min-height: 0;
                min-width: 0
              }

              .SB_5.ob-widget {
                width: auto;
                min-width: 360px;
              }

              .SB_5.ob-widget .ob-dynamic-rec-container {
                display: inline-block;
                vertical-align: top;
                min-width: 50px;
                width: 100.0%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
              }

              .SB_5.ob-widget .ob-unit.ob-rec-brandName,
              .SB_5.ob-widget .ob-unit.ob-rec-brandLogo-container,
              .SB_5.ob-widget .ob-rec-brandLogoAndName {
                display: inline-block;
              }

              .SB_5.ob-widget .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }

              .SB_5.ob-widget .ob-rec-brandName {
                vertical-align: bottom;
              }

              .SB_5.ob-widget .ob-unit.ob-rec-brandName {
                vertical-align: super;
              }

              .SB_5.ob-widget .ob-widget-items-container {
                direction: rtl;
              }

              .SB_5.ob-widget .ob-dynamic-rec-container {
                margin-right: 0;
              }

              .SB_5.ob-widget .ob-dynamic-rec-container~.ob-dynamic-rec-container {
                margin: 0 2.3% 0 0;
              }

              .SB_5.ob-widget .ob-widget-header {
                direction: rtl;
                font-weight: bold;
              }

              .SB_5.ob-widget .ob-unit {
                display: block;
              }

              .SB_5.ob-widget .ob-rec-text {
                max-height: 53.0px;
                overflow: hidden;
              }

              .SB_5.ob-widget .ob-rec-source {}

              .SB_5.ob-widget .ob-rec-description {
                overflow: hidden;
              }

              .SB_5.ob-widget .ob-rec-date {
                font-weight: bold;
              }

              .SB_5.ob-widget .ob-rec-description {
                max-height: 53.0px;
                overflow: hidden;
                font-weight: normal;
              }

              /* dynamic customized css */
              .SB_5.ob-strip-layout .ob-widget-header {
                font-family: arial;
                font-size: 22px;
                color: #2f4d9b;
                padding-bottom: 15px;
                padding-top: 5px;
              }

              .SB_5.ob-strip-layout .ob-dynamic-rec-container {
                max-width: 144px;
              }

              .SB_5.ob-strip-layout .ob-rec-text {
                font-family: arial;
                color: #7f7f7f;
                padding: 0px 0 0px;
                text-align: right;
                line-height: 1.25;
                font-size: 14px;
              }

              .SB_5.ob-strip-layout .ob-rec-text:hover {
                color: #7f7f7f;
              }

              .SB_5.ob-strip-layout .ob-rec-source {
                font-family: inherit;
                color: #a8a8a8;
                padding: 0px 0 0px;
                text-align: right;
                font-size: 12px;
              }

              .SB_5.ob-strip-layout .ob-rec-date {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                text-align: left;
                font-size: 12px;
              }

              .SB_5.ob-strip-layout .ob-rec-author {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                text-align: left;
                font-size: 12px;
              }

              .SB_5.ob-strip-layout .ob-rec-description {
                font-family: arial;
                color: #595959;
                margin: ;
                text-align: right;
                font-size: 14px;
                line-height: 1.25;
              }

              .SB_5.ob-strip-layout .ob-rec-brandName {
                font-family: arial;
                padding: 0px 0 0px;
                line-height: 1.25;
                font-size: 13px;
                font-weight: 400;
              }

              .SB_5.ob-strip-layout .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }
            </style>
            <style type="text/css" class="ob-custom-css">
              .SB_5.ob-widget {
                width: 100%;
                min-width: 0;
                border: 1px solid #E7E7E7;
              }

              .OUTBRAIN .SB_5.ob-widget .ob-widget-header {
                width: 100%;
                font-size: 15px;
                font-weight: bold;
                color: #bf0000 !important;
                padding: 2px 0;
                direction: rtl;
                text-align: right;
                text-indent: 12px;
                border-bottom: 3px solid #bfbfbf;
                background: #d7d7d7;
                background: -moz-linear-gradient(top, #d7d7d7 0, #e4e4e4 100%);
                background: -webkit-linear-gradient(top, #d7d7d7 0, #e4e4e4 100%);
                background: linear-gradient(to bottom, #d7d7d7 0, #e4e4e4 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#e4e4e4', GradientType=0);
                margin-bottom: 8px;
              }

              .SB_5 .ob-widget-section {
                width: 100%;
                margin: 0 auto;
                background-color: #ececec;
                padding-bottom: 10px;
              }

              .OUTBRAIN .SB_5.ob-widget .ob-widget-items-container {
                width: 95%;
                margin: 0 auto;
              }

              .SB_5.ob-strip-layout .ob-dynamic-rec-container {
                max-width: none;
              }

              .SB_5.ob-widget .ob-widget-items-container.ob-multi-row {
                padding-top: 15px;
              }

              .SB_5.ob-widget .ob-rec-image-container {
                position: relative;
                width: 144px;
                float: right;
                margin-left: 7px;
              }

              .SB_5.ob-strip-layout .ob-rec-source {
                position: absolute;
                bottom: 0;
                right: 151px;
              }

              .OUTBRAIN .SB_5.ob-widget .ob_what {
                position: absolute;
                top: 0px;
                padding: 3px 10px 0px;
              }
            </style>
            <div class="ob-widget-section ob-first">
              <div class="ob-widget-header">האזור המוטורי</div>
              <ul class="ob-widget-items-container">
                <li class="ob-dynamic-rec-container ob-recIdx-0 ob-o" data-pos="0"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/452532.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=4vRvhs2-YzMRnXuZlsVAdYw8VH39oQJGNpOYbOpz0dhASkiSEfZ594RfXo8itjd1kuROlJDcrXXEcLJ5awiQVAahrAEzIPS9l0zfXd4zDX_94EhL_drNXP62sBsY3_BGJpynfZwXvX7PlnruckgU2iMDQBQaCVc7euWCtlevCHp3TpyrBT1PoQ6AlfrI6gwAm6isiGbMXO45FHy-qpLSRjjwHbBC_Wosm1BZltP7uKobQ-ucYN_otrS6lscup36QxowSg172C_eZYcsZlke1dY8zyiMueT3EQNeCi9OH58yO_XhZgyjNGcHCToVXUluyefFphkx4TEgWYkYk6QIqUUvdSXo9k7MSrT1BlHlbix-4ViP5AjNKQmZZ9WQNaSAv9ODbQjVVTFW1YTwB1mGhQsvoC2luxtX2DfOEId6FZUf4ihrEYL1zxllGi_GHZ3MXGFq8D2U4CyNFg_etfKr6b9P0a9PKZOQPy3CSlbvb8p8QBGcFWpkVXU2OPXf4__LhQODe3v7-nuGeteAr9rQF5J6fusDIa1wiHvXAQTOLKoYqihaLtfkPWrmOy9WAR-IAsLT3NstfOQqljuclLKHWiXejzkMqqsc9pYxSe4rtguYCKWk625-vk_HV-qMkXjxPfsKQ116-b0MQEieVmv9gKc5iY_3M8ZqMUHMCAooVY8UjYcw4VyTDR-xtZeGS3twSSWr_c4XGp3SL5bLUJogms_EKpHdYEm4FMoy_lhI9pEh64rec9YJoByErGI_NOpeuB6ePgUIrN_K8AIs8MpdC6g&amp;c=ea2ffcb7&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="atUkNP-TDekQKI5Bap_H8w" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6ImIxZTQzODI2OTU4NTM1MjQ0MDEyNWYzNDFhNmI0MGU1YTg3MTgxYTdkNWM3OWQyZjFjMWRkZGI3OGMxMmJiM2IiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="מה קרה לסייברטראק בתאונה הראשונה שלו?" title="מה קרה לסייברטראק בתאונה הראשונה שלו?" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="מה קרה לסייברטראק בתאונה הראשונה שלו?">מה קרה לסייברטראק בתאונה הראשונה שלו?</span>
      

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-1">
                <li class="ob-dynamic-rec-container ob-recIdx-1 ob-o" data-pos="1"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/462736.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=BIoeeRvt4mFDFW36ksi6jqOcfuKtRToc2zrh1g8RE0hWZzgmHgXbDFOMeQLqrZxbSxUWajp-N38rMSJLgYZzcKtx4bpFhQEVE_Z9FOuTJH38Z-4iTQ1JW0jwWZbQD5vCRl14YwdRlMzi12nVSelu2CsGA-P0ODcQZxr5njdl0-MokK5eK9Zt051HlltubeODq1-Ahiq3tuQHCr5e0z5mSFs23pGJkb3dClaFBHHdEFB9GcW-HeXGeh_mfFrPX2xp4NQR3Iyj_ighVhAvgw-TchgrN1yLWT7rilYnSzHUnCDh232D9l_vEFQAcJ7Mz1vpQxi50UwcUQeW6_ayHRygHG47GeFq3WbGYtrAlUuhBNN1aUH9XKs0x6SJXS_nYsdO7Nk3lnnm9FF7zTuAh33GGETcrJ696UmC562vLl4byA_WOpkfbdam7nv0-RccNnQks-iYGiKTVAbMcOIQ30b4E4G7KZrfbp1werAfYXgGrxHe3VbsFITIbgtW7IKXgDuzOTya3aCrZykeF1nDK1vKVpB72PDRJH6gfQEbKKUvUWGGRlrRyrqx3tiLiJrdkcXp3A_T0ZTwk4EKOcExPDVKdWKLVjHPJZc6vbk6hfi75kTPSZJL4gY_0lrXJQRtpXcuwJ-Qb9Dr2Qhmts7jwsT3gTE1rUUD84EZcD0jkLlRn4W2ZMMWxqus2Qcuj6JB_p3mjidTa2woZZOA1TPEubK83aa-nd59A6LZC8XmrTuPG5SFvhziDEGAhZ1TbITjMMgxGE2z9MiakcYiV_NSHAzMu3XtOYZJ8nv57hhStntrG3I&amp;c=68f8c7d4&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="R9vItIaml9cV984tzkdfSA" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjZjMzNjN2ZhYzFkY2ZmMWJiZTgyODE2YjAxYzQ5MjYzMDRkMGZiYTViMDkwYTQxYzA3ZDRjYTczZDVmOTdkYzgiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="רונאלדו מכר פורשה בחצי מחיר עבור מספר טלפון?" title="רונאלדו מכר פורשה בחצי מחיר עבור מספר טלפון?" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="רונאלדו מכר פורשה בחצי מחיר עבור מספר טלפון?">רונאלדו מכר פורשה בחצי מחיר עבור מספר טלפון?</span>
      

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-2">
                <li class="ob-dynamic-rec-container ob-recIdx-2 ob-o" data-pos="2"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/456135.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=4fN7E-XRCoKZH9nXKQ9-u6sPkIbwoJZfGEv_JQtFKIOnJ-WChCcRR7qiA1xZXrg3jBACHBgN580MKwSCGO4HLb9OV6zi5ghgVEN7LR1U7nBbw38uAiagZ95AkV2JRx_xHzwrx3Ntd_83WCo5gaLxXwVMcjjEL0UkRiBNMiUfvw_CXuCwmxt4YKoP9DRMDgdPzvci4BdAhiXjHTUvJqPF5dlkSfiYknJilAnvLr81zejkk4HLBUpOhVWq1dvqYcyfW2uBKkzokx75aicGe-JRehW2Y7_0Kl5w59HiSX2Rret91Cy3qgxZDK_MXBzYSDJTSDfyN-porGU6htoNm3dpD75gJpD6VCJp2AMNtOD9wOqKStBwFREwkcVKhG1JDtBcyDNs6zxvneCiCv8JXz3lFpKEK71cFTJFgRV-S6EwIwnJfqFNsEk6E485Cke67w_vA7-f2yzcp2g62PTWXCR3YX1_dBvN0B3950f6lrvaMTfV3gX-hfimP1_-xY2B8fwJ3q3Nx2tGY_gevVXE6uhTWauK064wQO3b3CPhNb6Os3p4vJN2Y5GO-d4YfpO5iGqjlI6J-48-asMOfHyO0l5QPRePe45aHIHIS_HBmhH2z02IhIjHeno4x9P5TfdxgX_UtRqNOafZTLdDetSoOuu3bLSdMva7sC1g9_xx7pLYmxAX17sJpnMEj8MCgkj3okQkRzwfuyajdZOsm9Sp7Oe0ei9qP-DfEI4fOGBLrHDd_W4F6TEKZKSsf3sJo72LqynnLe7HuTfzlciMVsaFuwRX5w&amp;c=362f0cb5&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="tvFcJUGoshs-41Mwj_3wQA" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6Ijc2ZTBlYzliMjIxMGU2YjIwODI5MDA3MjllNjg4ZDgyNDZjNmIxZjBkZWJlZjRlNzE4YWM4YTcwODc3OGFlY2MiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="קורע: מה חיכה לדה רוק בתוך הרכב הראשון שרכש?" title="קורע: מה חיכה לדה רוק בתוך הרכב הראשון שרכש?" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="קורע: מה חיכה לדה רוק בתוך הרכב הראשון שרכש?">קורע: מה חיכה לדה רוק בתוך הרכב הראשון שרכש?</span>
      

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-3">
                <li class="ob-dynamic-rec-container ob-recIdx-3 ob-o" data-pos="3"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/452180.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=ibCgIRVA6biCly9iMpasoq27mPRPfCMy_OFLmqAGdf6J8nOlkHyVfJ1yDJASQiItXHTpBgXk79Zb2oFiZDhQiKq7BR6A03319fsopsj1dAq-HQy8m1C09d6ef1aqnpBmF6nid9ZuNkrezw9DgSdINPCfFQLoviXZP6AmbhOqdNdTm793qhvaviL0BRoMTFbhDBPFD2wKy314A3WeI3O4bq1fe5vAcMRHRIi1jr5EDqpREW3VewSuVLCID1xzuupt7l5Didn-TjvBzcZBAgGb33AsjMWPNjnRBtH2fVw2yxi7Zolp6ihOvuslIEv0aAhPdPqpNbAq8-X9tYos6yoqnscq4qSZ-RYkpaSnpHbBg2dKYXgiWVWA-IiyrRLXTcWg1_KI-J-If4dR4wz-XxKHwiW6CajQd2Rfv-TK8TaRpuyx22w33dRhBotKLNhUtGjG4Kvq8JSx1RFmqe_x2fL3DVxwfVzQDgmfYCEIY0tzm_o7SKyFp0YEKv00UkBB0ZLIPEnmw1Fg1k5iTaYabUeDA_pyp2cAKYlR_gnIwBKfclt0EhWvlof6SapKruG44mWW_LgTl6l9n5tJunwnwcf4qSremuNshOZ7HOuUz-mmtmVi8Cfhu24gUyjlvuekBS5c1lSfsCmbbcLbELB2nnEirPqPBf8p8oplYrEiUUz0FiVxMAozS61B7-haxU6UnXUCZ-q5g3ilhvmLbWN2NfIIQ_c2n43q2WBmU568skPMm2KeK_V_hbA-xFkOBRuXomSiZmxrzatpSHHMCO_1H6vxow&amp;c=e23d42a8&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="DuMCq7jbe_kSBSu5DXO7QQ" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6Ijk4NDFlZTI1YzM0ZjE1ODA0ZDExNDA5ZTcxMDhkMDRlN2JiYTM0ZjFhMTEyZTJhMzBkNzg5ZjljN2MwZjRlYzEiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="&quot;כלום לא כמו פעם, הוא כבר לא יחלים באופן מלא&quot;" title="&quot;כלום לא כמו פעם, הוא כבר לא יחלים באופן מלא&quot;" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="&quot;כלום לא כמו פעם, הוא כבר לא יחלים באופן מלא&quot;">"כלום לא כמו פעם, הוא כבר לא יחלים באופן מלא"</span>
      

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-4">
                <li class="ob-dynamic-rec-container ob-recIdx-4 ob-o" data-pos="4"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/468908.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=fOpGThAeX0RfLsIoqo02agv5ofIMpi-ovr2pauTEhQsxev1_xyaMM-PqyGV0oeQ9aKI3oMr9suOkk8OYtNi_HKJ627D_uZu_0om_1PTICfaQWrEgqSJq2R-VuO9OMnp3NLEPIJKYg9eoX0g2d_ta01JU0vUEpLRbk8jJ0d8JcKDP3d8or5SYxRvnZAWFtZer-FTrkFhuitjK7xoKNtkZXVqn0_OyDnlxWxeC8IcuN71pjArUzs9vWxOZ8j0LoWmzzj2egI2H7xJ2kh1x_TmfHRH8S0ZFGrOASlCCgeUA9Z3TlxqDJN3lcIh62H01PT6_fFYvyGMD11WgjBpg2zvdx9AsUuy1zMVNZw5gHmxhS7wm5kAe4NYeILjtu0ImRLAs8FWrvkMwS3mBp_SYEwieEHESv7TC_JL-39ZWt9X5x6zPp5NM3MQxnnCB9pOjTcwltSXqk4qnvXy-oqXygKJCMiXeEDdSUBWo3lC2NRb54N5DuSI1ngQHwOc79fD1Nj5RGTHAzGgZsqvvVVU_P0q4w5XcTF57CYqjdCIY8ubPoiM7D19PC4Au3q9o2QW0N6eJA4Bdkluycnc0oiHAszhRYtkgOv60A1YFs34NyAVIuKC2TdQkQsYJ9yOylyMH9ujbuzmlg5AYEMb7kCljlCre8faeLPjQNOpkiHAV1FdgBmR3eiaVovv1jOMWvDCwaDthkocRI3TGkg8HUpAdE5IH91Wj-_VwrMTPy9qiTFPuaj9e5bRPSnFWK2lNIn_f_NNwrqWkGoQBBGFrKFvEx3uPhQ&amp;c=bb46bc25&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="VfN1WIiTru6NXKRNm6uGzA" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjNjMzMzN2M0OWUzZDZiYmQ0ZTBiMzllYmM3MmQ2YThkNzU0ODk1YTNjZGQ5N2IwMWVlN2NkYjIyODQ1YmE1MDciLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="ועדיין אין לו רישיון: הרכב החדש של אמבפה בריאל" title="ועדיין אין לו רישיון: הרכב החדש של אמבפה בריאל" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="ועדיין אין לו רישיון: הרכב החדש של אמבפה בריאל">ועדיין אין לו רישיון: הרכב החדש של אמבפה בריאל</span>
      

          </a>
                </li>
              </ul>
              <ul class="ob-widget-items-container ob-multi-row ob-row-5">
                <li class="ob-dynamic-rec-container ob-recIdx-5 ob-o" data-pos="5"><a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/448296.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=_YUJOSPgH0y4Gv48jIH52no3_fs-NCuC5CGDUqSGsvfo-NhSHgGzoKUUx6tCtHOeQuIQL0mSIgWMUGjgUMCTpYabafjIwEwYQvYJvoPLKWxFnfoo8DEsfqEJUk-YOP6kAsUs5LzFjbgyTK_V4imgwaVzNAgRTriBT4BiXPnr0N4VRkXBjIxBliJcBm2z_8xBRriIqyGDPP0o0Qbmir8Icqn-hxJowYm2tK8ldpA3NF-2ePAS-y33dqEPXxfFz8gQg-KHtIxb8tisL3MV5WmzF0rj-0mceW9NEPRiv2tMbvV5xgFJ5SO0P49muIthfcJlwL_9O2J_CxderJ82R8XtQr5WUl_UHbIitbK9yRguDfKmQIvbyhaUJWuzYv6Ehxlh51mMUV6sUcpRi0wbaxrNqD3Zoh4wSIhWKbfmJN0BYiz9C3pE1NC20a6JHD7Te21xwjo-rMqyHNjzbQ5vRTZBozhz-L4saEBcFPkpFD92_niopC0-0mvLTgYDg9eIc7m4UaE_uwr-kJMYJVcVYCpPMBUND1-g1uX6heX0cykte1VQzuW9V3GBi3yXdi37aCO2hQf37puGlPDXTxkLojciQsZZ9akWOW4zfYKg3OCxdTpbtQycr-YNii5Qbzqi8SLTDH5Xw6DFJjFXLTdEPN_nQJUro72IQAVFLSLaD8VZeujpN7MIYhQyi-1csodWbmB3lCkKLGQ1IUNeOIRMKBrnLSPPAxeph5h2sbTEesHC8md2BgGLcTrYSMef-cxOeyaMfG-w9oYS_k3KGv-eOZOAZA&amp;c=42ae90a8&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="OB9o8dexxXTXN66BpvEcEA" attributionsrc="" rel="noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6ImVlMDZmM2Q5ZjAyZGE5OWM4YTlhNzhiN2E4NmVlYWJiNTE1YzUzZDg4MGRiYjk4NDY1ZmUxMzNkODY2NTViN2QiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="בנה סייברטראק מעץ כדי לתת אותו במתנה למאסק" title="בנה סייברטראק מעץ כדי לתת אותו במתנה למאסק" onerror="OBR.extern.imageError(this)">
                                                         </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="בנה סייברטראק מעץ כדי לתת אותו במתנה למאסק">בנה סייברטראק מעץ כדי לתת אותו במתנה למאסק</span>
      

          </a>
                </li>
              </ul>
            </div>
            <div class="ob_what">
              <a href="https://www.outbrain.com/what-is/default/he" rel="nofollow" onclick="OBR.extern.callWhatIs('https://www.outbrain.com/what-is/default/he',-1,-1, false ,null);return false"><span class="ob_logo" title="Outbrain - content marketing"></span></a>
            </div>
            <div class="ob-pixels">
            </div>
          </div>
        </div>
        <script type="text/javascript" async="async" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div class="ad-bg ad-container ad-container-premium-half-page" tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div id="adxONEHalf_Page" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CJzk8ZzP_ocDFXctVQgdwtYPVg">
            <div id="google_ads_iframe_/6870/ONE_Web/Half_Page_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/6870/ONE_Web/Half_Page_0" name="google_ads_iframe_/6870/ONE_Web/Half_Page_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" style="border: 0px; vertical-align: bottom;"
                data-google-container-id="9"></iframe></div>
          </div>
        </div>
        <div class="h20 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="20px"></div>
        <div class="ob-smartfeed-wrapper feedIdx-3" ob-data-fid="sidebar" style="">
          <div class="OUTBRAIN" data-src="https://www.one.co.il/" data-widget-id="HPC_5" data-ob-mark="true" data-browser="chrome" data-os="linux x86_64" data-dynload="" data-idx="3" id="outbrain_widget_3" tabindex="-1" data-font-size="10"
            data-font-size-type="px">
            <div class="ob-widget ob-grid-layout ob-multi-columns-layout HPC_5" data-dynamic-truncate="true">
              <style type="text/css">
                .ob-grid-layout,
                .ob-grid-layout * {
                  -webkit-box-sizing: content-box;
                  box-sizing: content-box
                }

                .ob-grid-layout .ob-widget-items-container {
                  display: -ms-grid;
                  display: grid;
                  clear: both
                }

                .ob-grid-layout .ob-dynamic-rec-container {
                  position: relative
                }

                .ob-grid-layout .ob-dynamic-rec-link {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  text-decoration: none
                }

                .ob-grid-layout .ob-unit {
                  display: block;
                  -webkit-box-flex: 1;
                  -ms-flex: auto;
                  flex: auto
                }

                .ob-grid-layout .ob-unit.ob-rec-image-container {
                  position: relative;
                  width: 100%;
                  height: auto
                }

                .ob-grid-layout .ob-unit .ob-rec-logo-container.logo-over-image {
                  position: absolute
                }

                .ob-grid-layout .ob-rec-comments-count {
                  font-size: 11px;
                  font-family: Lato, sans-serif;
                  text-decoration: none;
                  border-radius: 0 2px 2px 0;
                  position: absolute;
                  bottom: 11px;
                  color: #fff;
                  font-weight: 700;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  padding: 5px 8px 6px;
                  height: 13px
                }

                .ob-grid-layout .ob-rec-comments-count__icon {
                  margin: 2px 5px 0 0
                }

                .ob-grid-layout .ob-rec-image,
                .ob-grid-layout .ob-rec-video {
                  position: absolute;
                  top: 0;
                  left: 0;
                  bottom: 0;
                  right: 0;
                  width: 100%;
                  max-height: 100%
                }

                .ob-grid-layout .ob-rec-rtb-image {
                  background-color: #fff;
                  background-position: top;
                  background-repeat: no-repeat;
                  width: 100%;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0
                }

                .ob-grid-layout .ob-rec-label {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  padding: 0 3px;
                  color: #fff;
                  font-size: 10px;
                  line-height: 15px
                }

                .ob-grid-layout .ob-rec-source-wrapper,
                .ob-grid-layout .ob-rec-text-wrapper {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: baseline;
                  -ms-flex-align: baseline;
                  align-items: baseline
                }

                .ob-grid-layout .ob-rec-source-wrapper .ob-rec-label,
                .ob-grid-layout .ob-rec-text-wrapper .ob-rec-label {
                  position: static;
                  -ms-flex-item-align: baseline;
                  align-self: baseline;
                  border-radius: 2px;
                  padding: 2px 6px
                }

                .ob-grid-layout .ob-video-icon-container {
                  position: absolute;
                  left: 0
                }

                .ob-grid-layout .ob-video-icon-container .ob-video-icon {
                  height: 100%;
                  opacity: .7
                }

                .ob-grid-layout .ob-rec-author {
                  text-overflow: ellipsis;
                  overflow: hidden
                }

                .ob-grid-layout.ob-text-on-image .ob-unit.ob-rec-image-container:after {
                  content: "";
                  display: block;
                  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 4, 7, 0)), color-stop(76%, rgba(0, 4, 7, .41)), to(rgba(0, 4, 7, .54)));
                  background-image: linear-gradient(180deg, rgba(0, 4, 7, 0), rgba(0, 4, 7, .41) 76%, rgba(0, 4, 7, .54));
                  height: 100%;
                  position: absolute;
                  width: 100%;
                  top: 0;
                  left: 0
                }

                .ob-grid-layout.ob-text-on-image .ob-dynamic-rec-link {
                  position: relative
                }

                .ob-grid-layout.ob-text-on-image .ob-sub-units {
                  position: absolute;
                  bottom: 0
                }

                .ob-grid-layout .ob-widget-footer {
                  position: relative
                }

                .ob-grid-layout .ob-widget-header {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                  justify-content: space-between;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center
                }

                .ob-grid-layout .ob-rec-source {
                  word-break: break-all
                }

                .HPC_5.ob-grid-layout .ob-widget-items-container {
                  -ms-grid-columns: (1fr)[1];
                  grid-template-columns: repeat(1, minmax(min-content, 1fr));
                  -ms-grid-rows: (1fr)[1];
                  grid-template-rows: repeat(1, auto);
                  margin: 0px 0px 0px 0px
                }

                .HPC_5.ob-grid-layout .ob-unit.ob-rec-image-container .ob-image-ratio {
                  padding-top: 55.55555555555556%;
                }

                .HPC_5.ob-widget .ob-rec-image-container .ob-rec-image {
                  opacity: 0;
                  transition: all 750ms;
                }

                .HPC_5.ob-widget .ob-rec-image-container .ob-rec-image.ob-show {
                  opacity: 1;
                }

                .HPC_5.ob-widget .ob-widget-header {
                  font-weight: bold;
                }

                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-text,
                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-source,
                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-customText,
                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-description {
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  max-height: initial;
                }

                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-text {
                  -webkit-line-clamp: 3;
                }

                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-source {
                  -webkit-line-clamp: 1;
                }

                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-description {
                  -webkit-line-clamp: 3;
                }

                .HPC_5.ob-widget .ob-dynamic-rec-container .ob-rec-customText {
                  -webkit-line-clamp: 1;
                }

                .HPC_5.ob-widget .ob-rec-text {
                  font-weight: normal;
                }

                .HPC_5.ob-widget .ob-rec-source {
                  font-weight: normal;
                }

                .HPC_5.ob-widget .ob-rec-date {
                  font-weight: bold;
                }

                .HPC_5.ob-widget .ob-rec-description {
                  max-height: 53.0px;
                  overflow: hidden;
                  font-weight: normal;
                }

                .HPC_5.ob-widget .ob-rec-image-container .ob-video-icon-container {
                  position: absolute;
                  left: 0;
                  height: 30%;
                  width: 100%;
                  text-align: center;
                  top: 35%;
                }

                .HPC_5.ob-widget .ob-rec-image-container .ob-video-icon {
                  display: inline-block;
                  height: 100%;
                  float: none;
                  opacity: 0.7;
                  transition: opacity 500ms;
                }

                .HPC_5.ob-widget .ob-rec-image-container .ob-video-icon:hover {
                  opacity: 1;
                }

                .HPC_5 .ob_what a:before {
                  content: "";
                  ;
                  ;
                  background-image: url('https://widgets.outbrain.com/images/widgetIcons/achoice.svg');
                  background-size: 100% 100%;
                  width: 12px;
                  height: 12px;
                  padding-right: 4px;
                  display: inline-block;
                  background-repeat: no-repeat;
                  background-position: left center;
                  border-right: 1px solid #999;
                }

                .HPC_5.ob-widget .ob_what {
                  direction: rtl;
                  clear: both;
                  padding: 5px 10px 0px;
                }

                .HPC_5.ob-widget .ob_what a {
                  color: #757575;
                  font-size: 11px;
                  font-family: arial;
                  text-decoration: none;
                }

                .HPC_5.ob-widget .ob_what.ob-hover:hover a {
                  text-decoration: underline;
                }

                .HPC_5.ob-widget .ob_amelia,
                .HPC_5.ob-widget .ob_amelia_covid,
                .HPC_5.ob-widget .ob_logo,
                .HPC_5.ob-widget .ob_feed_logo,
                .HPC_5.ob-widget .ob_sfeed_logo,
                .HPC_5.ob-widget .ob_text_logo {
                  vertical-align: baseline !important;
                  display: inline-block;
                  vertical-align: text-bottom;
                  padding: 0px 5px;
                  box-sizing: content-box;
                  -moz-box-sizing: content-box;
                  -webkit-box-sizing: content-box;
                }

                .HPC_5.ob-widget .ob_logo {
                  background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png') no-repeat center top;
                  width: 67px;
                  height: 12px;
                }

                .HPC_5.ob-widget:hover .ob_amelia,
                .HPC_5.ob-widget:hover .ob_logo,
                .HPC_5.ob-widget:hover .ob_text_logo {
                  background-position: center bottom;
                }

                .HPC_5.ob-widget {
                  position: relative;
                }

                .HPC_5.ob-widget .ob_what {
                  position: absolute;
                  top: 5px;
                  right: 0px;
                }

                .HPC_5.ob-widget .ob_what {
                  text-align: left;
                  direction: ltr;
                }

                .HPC_5.ob-widget .ob_amelia,
                .HPC_5.ob-widget .ob_logo,
                .HPC_5.ob-widget .ob_feed_logo,
                .HPC_5.ob-widget .ob_sfeed_logo,
                .HPC_5.ob-widget .ob_text_logo {
                  vertical-align: baseline !important;
                }

                .HPC_5.ob-widget .ob_what {
                  right: auto;
                  left: 0px;
                }

                .HPC_5.ob-widget .ob_what.ob_what_resp {
                  position: static;
                  float: left;
                  padding: 0px;
                  font-weight: normal;
                  flex: none;
                }

                .HPC_5.ob-widget .ob_what.ob_what_resp {
                  padding: 5px 0;
                }

                .HPC_5.ob-grid-layout .ob-rec-image-container .ob-rec-label {
                  bottom: 0;
                  left: 0
                }

                .HPC_5.ob-grid-layout .ob-rec-image-container .ob-rec-label {
                  font-size: 10px;
                  font-weight: normal;
                }

                .HPC_5.ob-widget {
                  direction: rtl;
                }

                .HPC_5.ob-grid-layout .ob-sub-units.ob-cta .ob-grid-button-container {
                  margin: $titleMargin.top 15px $titleMargin.bottom $titleMargin.left;
                }

                .HPC_5.ob-multi-columns-layout .ob-widget-header {
                  font-family: arial;
                  font-size: 22px;
                  color: #2f4d9b;
                  margin: 8px 0px 12px 0px
                }

                .HPC_5.ob-multi-columns-layout .ob-sub-units {
                  margin: 0px 0px 0px 10px;
                  justify-content: flex-start
                }

                .HPC_5.ob-multi-columns-layout .ob-rec-text {
                  font-family: arial;
                  color: #7f7f7f;
                  margin: 0 0 0 0;
                  text-align: right;
                  line-height: 1.25;
                  font-size: 14px;
                }

                .HPC_5.ob-multi-columns-layout .ob-rec-text:hover {
                  color: #7f7f7f;
                }

                .HPC_5.ob-multi-columns-layout .ob-grid-button-container {
                  font-family: arial;
                  line-height: 1.25;
                  font-size: 14px;
                }

                .HPC_5.ob-multi-columns-layout .ob-rec-source {
                  font-family: inherit;
                  color: #a8a8a8;
                  margin: 0 0 0 0;
                  text-align: right;
                  font-size: 12px;
                  line-height: 1.25;
                }

                .HPC_5.ob-multi-columns-layout .ob-rec-date {
                  font-family: inherit;
                  color: black;
                  padding: 0px 0 0px;
                  text-align: left;
                  font-size: 12px;
                }

                .HPC_5.ob-multi-columns-layout .ob-rec-author {
                  font-family: inherit;
                  color: black;
                  padding: 0px 0 0px;
                  text-align: left;
                  font-size: 12px;
                }

                .HPC_5.ob-multi-columns-layout .ob-rec-customText {
                  font-family: inherit;
                  color: black;
                  font-size: 14px;
                  background-color: inherit;
                }

                .HPC_5.ob-multi-columns-layout .ob-rec-description {
                  font-family: arial;
                  color: #595959;
                  margin: ;
                  text-align: right;
                  font-size: 14px;
                  line-height: 1.25;
                }

                .HPC_5.ob-multi-columns-layout .ob-unit.ob-rec-image-container span.ob-rec-label {
                  background-color: #666;
                  color: ;
                  font-family: ;
                }

                .HPC_5.ob-multi-columns-layout .ob-widget-items-container {
                  grid-row-gap: 15px;
                  grid-column-gap: 20px;
                }

                .HPC_5.ob-multi-columns-layout .ob-widget-items-container .ob-dynamic-rec-container {
                  padding: 0px;
                  border: ;
                  background-color: ;
                }
              </style>
              <style type="text/css">
                .HPC_5.ob-grid-layout.ob-multi-columns-layout .ob-sub-units .ob-grid-button-container {
                  margin: ;
                  margin-top: 5px;
                }

                /* dynamic multi-columns css */
                .HPC_5.ob-grid-layout.ob-multi-columns-layout .ob-widget-items-container {
                  grid-auto-flow: column;
                }

                .HPC_5.ob-grid-layout.ob-multi-columns-layout .ob-dynamic-rec-link {
                  display: flex;
                  flex-direction: row;
                  align-items: flex-start;
                  height: 100%;
                }

                .HPC_5.ob-grid-layout.ob-multi-columns-layout .ob-dynamic-rec-link .ob-unit.ob-rec-image-container {
                  flex: 0 0 40%;
                }

                .HPC_5.ob-grid-layout.ob-multi-columns-layout .ob-dynamic-rec-link section.ob-sub-units {
                  display: flex;
                  flex-direction: column;
                  align-items: flex-start;
                }

                .HPC_5.ob-grid-layout.ob-multi-columns-layout .ob-dynamic-rec-link section.ob-sub-units .ob-unit {
                  flex: unset;
                }
              </style>
              <style type="text/css" class="ob-custom-css">
                .HPC_5.ob-widget {
                  width: 100%;
                  min-width: 0;
                  margin: 0 auto;
                  background-color: #ececec;
                  padding-bottom: 10px;
                }

                .OUTBRAIN .HPC_5.ob-widget .ob-widget-header {
                  width: 100%;
                  font-size: 15px;
                  font-weight: bold;
                  color: #bf0000 !important;
                  padding: 2px 0;
                  direction: rtl;
                  text-align: right;
                  text-indent: 12px;
                  border-bottom: 3px solid #bfbfbf;
                  background: #d7d7d7;
                  background: -moz-linear-gradient(top, #d7d7d7 0, #e4e4e4 100%);
                  background: -webkit-linear-gradient(top, #d7d7d7 0, #e4e4e4 100%);
                  background: linear-gradient(to bottom, #d7d7d7 0, #e4e4e4 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#e4e4e4', GradientType=0);
                  margin-bottom: 8px;
                }

                .HPC_5 .ob-widget-section {
                  width: 100%;
                  margin: 0 auto;
                  background-color: #ececec;
                  padding-bottom: 10px;
                }

                .OUTBRAIN .HPC_5.ob-widget .ob-widget-items-container,
                .OUTBRAIN .SFD_STP_21.ob-widget .ob-widget-items-container {
                  width: 95%;
                  margin: 0 auto;
                  padding-top: 15px;
                }

                /*.HPC_5.ob-strip-layout .ob-dynamic-rec-container {*/
                /* max-width: none;*/
                /*}*/
                .HPC_5.ob-widget .ob-rec-image-container {
                  position: relative;
                  width: 144px;
                  float: right;
                  margin-left: 7px;
                }

                .HPC_5.ob-widget .ob_what {
                  position: absolute;
                  top: 0px;
                  padding: 3px 10px 0px;
                }

                .SFD_STP_21.ob-widget {
                  width: 100%;
                  min-width: 0;
                  margin: 0 auto;
                  background-color: #ececec;
                  padding-bottom: 10px;
                  border: 1px solid #E7E7E7;
                }

                /*.SFD_STP_21.ob-widget {*/
                /* width: 100%;*/
                /* min-width: 0;*/
                /* border: 1px solid #E7E7E7;*/
                /*}*/
                .SFD_STP_21 .ob-widget-section {
                  width: 100%;
                  margin: 0 auto;
                  background-color: #ececec;
                  padding-bottom: 10px;
                }

                .SFD_STP_21.ob-widget .ob-rec-image-container {
                  position: relative;
                  width: 144px;
                  float: right;
                  margin-left: 7px;
                }

                /*[ob-data-fid="sidebar"] { border: 1px solid #E7E7E7;}//*
              </style>
              <div class="ob-widget-header">
                <span class="ob-grid-header-text">למקרה שפספסתם </span>
                <div class="ob_what ob_what_resp">
                  <a href="https://www.outbrain.com/what-is/default/he" rel="nofollow" onclick="OBR.extern.callWhatIs('https://www.outbrain.com/what-is/default/he',-1,-1, false ,null);return false"><span class="ob_logo" title="Outbrain - content marketing"></span></a>
                </div>
              </div>
              <div class="ob-widget-items-container">
                <div class="ob-dynamic-rec-container ob-recIdx-0 ob-o" data-pos="0">
                  <a class="ob-dynamic-rec-link " onclick="event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" href="https://www.one.co.il/Article/470389.html?obOrigUrl=true" onmousedown="this.href='https://traffic.outbrain.com/network/redir?p=n9InoTzwtE7IGbSH0wqjrt59Fr4-QxFY4OiLV1rYbRMq4f95p6mTjaLPMwEy0-WMiUu9gQ12LkzL8N3wQuG5hthtyZJWJi_ZNYUFkaKIQkyLdyL05EZtwbi2H-cSQz2RfSSM9eduZb0GZfIUipRkj09jFnsFTUX6kP62wbmpv8tsPoAj3PxIQMKPbd5gIPk3pN-5VBe9cuw4guKStWUWdOQTnLwWQpZl1UPJe4f3f6AOlZ_9aesJ7UaPp3j-OsHwLWlHCU8D-O5sQaCMefXTxAz-XNNJHHmErD_wBD4bBoSoi5sR8f7vBBYX8sp0K81LZrOotYlgY76SUuCj_gpzww6IZySwk04XriYCyxAk9xD2xcZZWPGTlO7-ah1AVX1zmtui38oDhD6XZsGX7HbHsQJfKiDWVCe2Gt4Ba4GvoAzHQtw5oipg_vafT_KyWOyg36VaGL2UTN8owmpFi2Hs86Fk0QcLIFxpStSPUIOoN0xbQAcDom-IwELzAx7s0Cg2PmOV9X3StbO4i1SKdYRBPqMyMAun_SjMK4Zl9xeOUr7nS-7K61i2QMjPaxSEsqbH-1m2DrpWxhFeWLY6LVPG2QRGDJgUYLpeSBkDdob0emlbIMUrmnmniQ4ChY5IQ6BLPhGQxMj1Pcnd7U2BBUkZIHvUpm3K45ZVs4ov4Y3UhuvWzNLmD584LchbakvEJmJUC5Ri075YV932ASBfFuTQ6G0GtOUQzIU8h1-Mz6lxp6RLnEypK4Ip_s0c5LJXfOyT_yfMUTAWBmxmx8nnaNxB9g&amp;c=7ab11642&amp;v=4';event&amp;&amp;event.cancelBubble&amp;&amp;(event.cancelBubble=true);event&amp;&amp;event.stopPropagation&amp;&amp;(event.stopPropagation());return true;" target="_blank" data-rec-en-did="BPmZiExEEeTQHlV3WWuVRA" attributionsrc="" rel="noopener">
            <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6ImU4NWM5NWJiNTRkOWY4YTViOTYwZmZhMGNhMWY3YTg4MWRiNDVkMDcxMGYzMWM2MDA4MzE2OTAxMTBkN2FiNDMiLCJ3IjoxNDQsImgiOjgwLCJkIjoxLjAsImNzIjowLCJmIjo0fQ.webp" onload="this.className+=' ob-show'" alt="ליאו מסי תובע מארגון פרו פלסטיני 50 אלף אירו" title="ליאו מסי תובע מארגון פרו פלסטיני 50 אלף אירו" onerror="OBR.extern.imageError(this)">
                                                         </span>
        <section class="ob-sub-units">
                <span class="ob-unit ob-rec-text" data-type="Title" title="ליאו מסי תובע מארגון פרו פלסטיני 50 אלף אירו">ליאו מסי תובע מארגון פרו פלסטיני 50 אלף אירו</span>
                        

        </section>
    </a>
                </div>
              </div>
              <div class="ob-widget-footer">
                <div class="ob-pixels">
                </div>
              </div>
            </div>
          </div>
        </div>
        <script type="text/javascript" async="async" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
      </div>
      <div class="one-hp-left-container-column-articles" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Soccer/News/1" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">כדורגל ישראלי</a>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1,3,99960/470407.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757338.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">מכבי ת"א רצתה להחתים את בלם נבחרת קפריסין</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הצהובים ניסו לצרף את סטליוס אנדריו בן ה-22 משרלרואה, אך לפי בדיקת ONE הוא בדרכו לקבוצה אחרת. הבלגים דורשים 2.5 מיליון אירו, טורינו בעקבותיו
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">3</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,0,1,52521/470405.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757336.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">בדרך החוצה? ינון אליהו הודח מסגל הפועל חיפה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        פרסום ראשון: רוני לוי הוציא את אחד מהשחקנים היקרים ביותר שלו מהסגל למ.ס אשדוד בגלל שיקולים מקצועיים. אם ישוחרר, הקבוצה הצפונית תוכל להתחזק
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">26</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1,1,51389/470390.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl2_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1641532.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl2_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">אביו של לירן סרדל רוצה לרכוש את הפועל חיפה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        אילן, אביו של קשר וקפטן האדומים מהכרמל, פנה ליואב כץ ואמר ל-ONE: "יש לי אפשרות להעמיד את כל הדרישות שהוא יציב, אני מאוד רציני ומחכה לתשובות"
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">58</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1108,3677,42038/470412.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1724484.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl3_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">עצוב: צו פירוק זמני הוצא נגד סקציה נס ציונה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הכתומים, עד לפני שתי עונות חלק מליגת העל, כבר הורדו לליגה ב' אחרי שהתקציב שלהם לא אושר וכעת בית המשפט מינה את עו"ד אביתר קרמר למפרק הזמני
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">6</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,2,3636,104657/470401.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1718454.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl4_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">תמוה: אום אל פאחם עברה בבקרה התקציבית</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        מנפלאות הבקרה: למרות החובות והעיקולים שיש לקבוצה מהלאומית, רו"ח סייג העבירה אותה. עו"ד שי אליאס: "אם לא יחזרו בהם - נתבע". אמיר עגייב הצטרף
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">23</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1,4,52145/470380.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl5_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757286.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl5_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">קורנו מתעקש לעזוב, שביעות רצון מהתנהלות בכר</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        המגן בדרך החוצה ממכבי חיפה, שהחמיאה למאמן בנושא סאגת סבע. השחקן נכנס בסיום למנהרה, בזמן שהשחקנים קיבלו עידוד מהיציע הצפוני. וגם: שאיפות הרכש
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">80</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,667,22,71357/470402.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl6_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1754158.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl6_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"צריך לעכל ולהתקדם הלאה": קוז'וק יבצע רוטציה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        ב"ש מנסה לאסוף את השברים מההדחה מאירופה ותארח ב-19:45 את טבריה, גריטה ישחק. במועדון הבהירו: "למרות הנזק הכלכלי הניסיון לחזק את הסגל ממשיך"
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">25</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1,3,54821/470325.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl7_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757001.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl7_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">שחר: מה שאנחנו חווים זה לא מה שהזרים חווים</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        שחקן מכבי ת"א לקראת סכנין ב-20:00: "התחרות כאן היא לא רק על ההרכב, אלא על מקום בסגל. יש סגל טוב מאוד וחדר הלבשה מצוין". וגם: החזרה מפאריס
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">9</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1,3,99952/470349.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl8_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757121.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl8_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">טייריס אסאנטה זומן לסגל נבחרת הולנד הצעירה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        במכבי תל אביב מרוצים: בלם הרכש בן ה-22 ישחק עם הנבחרת עד גיל 23 של האורנג' בפגרה הקרובה. ב-20:00: חצי גמר גביע הטוטו מול בני סכנין בבלומפילד
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">20</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1050,5120,74917/470372.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756079.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl9_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"הג'וקר של זלצבורג": מחמאות לגלוך באוסטריה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הישראלי נכנס ובישל תוך כארבע דקות בניצחון קבוצתו, בתקשורת פרגנו: "הביא את השינוי". המאמן לינדרס: "המחליפים הביאו הרבה אנרגיה ומהירות לקבוצה"
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">2</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1203,6349,95942/470392.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757307.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl10_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">בריבו קיבל שני צהובים תוך חמש דקות בפילדלפיה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        החלוץ הישראלי הורחק בצורה שנויה במחלוקת בתוספת הזמן של המחצית הראשונה, קבוצתו בחצי גמר גביע הליגות אחרי שגברה בפנדלים על&nbsp;מסאטלן המקסיקנית
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">2</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,667,9,71355/470409.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1740130.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl11_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">שני זרים ייבחנו באשדוד, בן זקן המורחק ייעדר</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הקבוצה מעיר הנמל תתארח ב-19:30 אצל הפועל חיפה ואטוואנה וקארים, שניים מהשחקנים שאנשי הקבוצה ראו בזמן ביקורם בגאנה הקיץ, ינסו להרשים את לוי
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">3</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1,8,63373/470382.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl12_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757290.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_rpArticles__ctl12_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">אכזבה בנתניה: היינו שווים לפחות תיקו, זה פספוס</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        היהלומים הבטיחו לאחר ההפסד לחיפה: "תהיה פה קבוצה טובה". פלקושצ'נקו על מערכת היחסים עם בלבול: "אוהב ומעריך אותו ומאמין שזה הדדי". וגם: החיזוק
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">47</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl0_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Soccer/News/1" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בכדורגל ישראלי</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Soccer/News/3" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">כדורגל עולמי</a>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,134,42417/470410.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757342.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">אוואט, סקאלוני וסלבס: טירוף אמבפה במיורקה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הכוכב יערוך בכורה בלה ליגה ב-22:30 (חי בערוץ ONE), צפי לכמות הצופים הגבוהה אי פעם במגרש של יריבת ריאל. גם פוליטיקאים ומדליסט אולימפי יגיעו
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">2</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,134,91562/470063.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756486.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"ריאל ואמבפה זה משהו שנועד להיות, יש הקלה"</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        כתב ריאל ב-AS, בראיון ל-ONE: "הסאגה כבר הייתה מעצבנת". וגם: ההשוואה לרונאלדו, ברצלונה, פרס וההשפעות הכלכליות. ב-22:30 בערוץ ONE: מיורקה מחכה
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">3</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,135,0/470378.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl2_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757298.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl2_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">ראפיניה הראה כמה הוא נחוש להישאר בברצלונה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הקטלונים היו שמחים למכור את הקיצוני, והאוהדים חולמים על וויליאמס, אבל הברזילאי הצטיין בניצחון במסטאייה, בעמדה מרכזית מפתיעה. גם פליק השתכנע
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">9</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,135,0/470399.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl3_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757320.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl3_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">ערימת ילדים: פליק אילתר היטב, אך זקוק לחיזוק</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        האזינו לפודקאסט: הצוות המסייע שיקבע את העונה של לבנדובסקי, משחק האגפים שהביא ניצחון, טורס שפספס עוד הזדמנות ולקראת המפגש מול ניקו וויליאמס
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">1</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,135,0/470388.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl4_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757304.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl4_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"לא נתפס, אי אפשר להאמין בניקיון של הכדורגל"</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        תחל עונה ומחלוקותיה: קוברסי במוקד הסערה אחרי שהשופט התעלם מספק כרטיס צהוב שני שהגיע לו, בתקשורת בוולנסיה זעמו: "אדום ברור",  וענו
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">29</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,5,135,0/470360.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl5_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757292.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl5_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">דרמה גדולה: גונדואן ביקש מברצלונה לעזוב</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        דיווח בקטלוניה: הקשר הגרמני הביע את רצונו להיפרד מהקבוצה לפני סוף חלון ההעברות, פליק ודקו מודעים לכך וזו גם הסיבה שהוא לא נכלל בסגל לוולנסיה
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">12</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,5,49,57352/470397.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl6_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757317.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl6_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"שערוריה": באנגליה המומים מההטרדה של ז'זוס</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        שחקן וולבס לא נענש אחרי שנגע בישבנו של הברזילאי של ארסנל, שרתח מזעם: "סירב להפנות את הלחי השנייה". אוהדי הלונדונים בהלם: "צריך לעשות משהו"
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">3</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1203,9579,32662/470389.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl7_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757306.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl7_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">ליאו מסי תובע מארגון פרו פלסטיני 50 אלף אירו</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        צפו: ביתו של הפרעוש באיביזה הושחת על ידי פעילי שמאל קיצוני, שטענו כי בנייתו לא חוקית ותיעדו את המעשה: "חוסר האחריות של העשירים במשבר האקלים"
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">14</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,1197,9491,77366/470363.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757288.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl8_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"איך הוא עושה את זה בגיל 39? טעות של טירון"</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        רונאלדו נגע בגביע לפני המשחק: "התפתה, הקללה עדיין קיימת". CR7 זעם על חבריו: "חרבנ** את המשחק, הלכתם לישון". דיווח בסעודיה: מאמן אל נאסר פוטר
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">13</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,134,42417/470396.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl9_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757315.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl9_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"הליגה של אמבפה": בספרד נערכים, ענו בסקרים</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        האלופה תחל את המסע ב-22:30 (חי בערוץ ONE) מול מיורקה, לא צפויים שינויים מה-11 שפתחו בוורשה. הצביעו: כמה הצרפתי יכבוש ובכמה תארים הוא יזכה?
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">6</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,135,0/470381.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl10_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757289.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl10_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"לאמין ימאל קיבל תשואות מהאוהדים של ולנסיה"</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        בספרד החמיאו לנער וגם ללבנדובסקי ופליק: "הרכב אמיץ, התחלה מבטיחה". המאמן התייחס לסאגת גונדואן: "שוחחנו, אך זה יישאר בינינו. לדעתי הוא ימשיך"
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">4</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,8,119,42417/470376.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl11_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757297.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl11_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">מוראטה: פנדל, נבדל, שער, צהוב, הכל קורה לי</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        החלוץ התבדח אחרי שער הבכורה במילאן והוסיף: "הקבוצה הייתה די מתה ועדיין הצלחנו לחזור. מבטיח שאעבוד קשה יותר מכולם".  ה-2:2 הדרמטי
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,5,135,0/470374.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl12_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757287.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl12_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">מנצ'סטר סיטי מוכנה להכפיל את שכרו של רודרי</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        התכולים רוצים לפתות את הקשר כדי שיאריך חוזה, שיחות יחלו גם עם הולאנד. בנפיקה בעקבות פאטי, שחקן באיירן שמבוקש בברצלונה קיבל החלטה על עתידו
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">1</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,134,60269/470369.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl13_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756892.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl13_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"ריאל מדריד דחתה 170 מיליון אירו עבור מיליטאו"</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        דיווח בברזיל: בערב הסעודית הגישו לבלאנקוס הצעה נדיבה מאוד עבור הבלם, אך אלופת אירופה לא מוכנה לנהל עליו שום משא ומתן והוא יישאר במועדון
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">4</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,5,65,55894/470385.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757302.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_rpArticles__ctl14_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">פפ: סרביה מול ארה"ב - מהמשחקים הטובים שראיתי</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        מאמן סיטי לפני צ'לסי ב-18:30: "סרביה לוזרית? ממש לא!". וגם: המטרות ("טופ 4"), ההתייחסות ליריבות ("כולן רוצות לנצח אותנו") והחשיבות של החופש
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">1</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl1_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Soccer/News/3" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בכדורגל עולמי</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl2_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Basketball/News/2" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">כדורסל ישראלי</a>
        <a class="one-article one-article-plain" href="/Article/24-25/2,620,1212,48445/470414.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl2_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1721725.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl2_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">שון דאוסון במו"מ מתקדם עם פורלי האיטלקית</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        לגיונר נוסף בדרך? הפורוורד בן ה-30, שרשם בעונה החולפת 9.1 נקודות ו-3.6 ריבאונדים בממוצע במדי הפועל חולון, עשוי לעבור לליגה השנייה בארץ המגף
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/2,620,1347,72920/470406.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1749460.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl2_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">שמרי, שלם ולזר יהיו חלק מהבוגרים של הרצליה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        שחקני הנוער יתקדמו ויצטרפו למיכאלי שחזר מהשאלה בנתניה, אורלנד: "המחלקה רשמה הצלחות בשנים האחרונות וזה טבעי שתהיה השתלבות גם בקבוצה הבוגרת"
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <div class="OUTBRAIN" data-widget-id="AR_5" data-src="https://www.one.co.il/" data-ob-template="One" data-ob-mark="true" data-browser="chrome" data-os="linux x86_64" data-dynload="" data-idx="4" id="outbrain_widget_4" tabindex="-1"
          data-font-size="10" data-font-size-type="px">
          <div class="ob-widget ob-one-column-layout AR_5" data-dynamic-truncate="true">
            <style type="text/css">
              /* dynamic basic css */
              .AR_5.ob-widget .ob-widget-items-container {
                margin: 0;
                padding: 0;
              }

              .AR_5.ob-widget .ob-widget-items-container .ob-clearfix {
                display: block;
                width: 100%;
                float: none;
                clear: both;
                height: 0px;
                line-height: 0px;
                font-size: 0px;
              }

              .AR_5.ob-widget .ob-widget-items-container.ob-multi-row {
                padding-top: 2%;
              }

              .AR_5.ob-widget .ob-dynamic-rec-container {
                position: relative;
                margin: 0;
                padding;
                0;
              }

              .AR_5.ob-widget .ob-dynamic-rec-link,
              .AR_5.ob-widget .ob-dynamic-rec-link:hover {
                text-decoration: none;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-video-icon-container {
                position: absolute;
                left: 0;
                height: 30%;
                width: 100%;
                text-align: center;
                top: 35%;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-video-icon {
                display: inline-block;
                height: 100%;
                float: none;
                opacity: 0.7;
                transition: opacity 500ms;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-video-icon:hover {
                opacity: 1;
              }

              .AR_5 .ob_what a:before {
                content: "";
                ;
                ;
                background-image: url('https://widgets.outbrain.com/images/widgetIcons/achoice.svg');
                background-size: 100% 100%;
                width: 12px;
                height: 12px;
                padding-right: 4px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: left center;
                border-right: 1px solid #999;
              }

              .AR_5.ob-widget .ob_what {
                direction: rtl;
                clear: both;
                padding: 5px 10px 0px;
              }

              .AR_5.ob-widget .ob_what a {
                color: #757575;
                font-size: 11px;
                font-family: arial;
                text-decoration: none;
              }

              .AR_5.ob-widget .ob_what.ob-hover:hover a {
                text-decoration: underline;
              }

              .AR_5.ob-widget .ob_amelia,
              .AR_5.ob-widget .ob_amelia_covid,
              .AR_5.ob-widget .ob_logo,
              .AR_5.ob-widget .ob_feed_logo,
              .AR_5.ob-widget .ob_sfeed_logo,
              .AR_5.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
                display: inline-block;
                vertical-align: text-bottom;
                padding: 0px 5px;
                box-sizing: content-box;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
              }

              .AR_5.ob-widget .ob_amelia {
                background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.svg') no-repeat center top;
                width: 16px;
                height: 16px;
                margin-bottom: -2px;
              }

              @media only screen and (-webkit-min-device-pixel-ratio: 2),
              (min-resolution: 192dpi) {
                .AR_5.ob-widget .ob_amelia {
                  background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16@2x.png') no-repeat center top;
                  width: 16px;
                  height: 16px;
                  margin-bottom: -2px;
                  background-size: 16px 32px;
                }
              }

              .AR_5.ob-widget:hover .ob_amelia,
              .AR_5.ob-widget:hover .ob_logo,
              .AR_5.ob-widget:hover .ob_text_logo {
                background-position: center bottom;
              }

              .AR_5.ob-widget .ob_what {
                text-align: left;
                direction: ltr;
              }

              .AR_5.ob-widget .ob_amelia,
              .AR_5.ob-widget .ob_logo,
              .AR_5.ob-widget .ob_feed_logo,
              .AR_5.ob-widget .ob_sfeed_logo,
              .AR_5.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-rec-image {
                display: block;
              }

              .AR_5.ob-widget .ob-rec-description {
                max-height: 53.0px;
                overflow: hidden;
                font-weight: normal;
              }

              /* dynamic one-column css */
              .AR_5.ob-widget .ob-rec-image-container {
                position: relative;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-image-ratio {
                height: 0px;
                line-height: 0px;
                padding-top: 55.757575757575765%;
              }

              .AR_5.ob-widget .ob-rec-image-container img.ob-rec-image {
                width: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                transition: all 750ms;
              }

              .AR_5.ob-widget .ob-rec-image-container img.ob-show {
                opacity: 1;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-rec-label {
                position: absolute;
                bottom: 0px;
                left: 0px;
                padding: 0px 3px;
                background-color: #666;
                color: white;
                font-size: 10px;
                line-height: 15px;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-rec-label {
                left: auto;
                right: 0px;
              }

              .AR_5.ob-widget .ob-rec-image-container .ob-rec-video {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                min-height: 0;
                min-width: 0
              }

              .AR_5.ob-one-column-layout .ob-dynamic-rec-container {
                display: block;
                position: relative;
              }

              .AR_5.ob-one-column-layout .ob-widget-header {
                font-weight: bold;
              }

              .AR_5.ob-one-column-layout .ob-unit {
                display: block;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-text {
                max-height: 68.0px;
                overflow: hidden;
                font-weight: bold;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-source {}

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-date {
                font-weight: bold;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-source,
              .AR_5.ob-one-column-layout .ob-unit.ob-rec-date {
                display: inline;
              }

              .AR_5.ob-one-column-layout .ob-rec-brandName,
              .AR_5.ob-one-column-layout .ob-rec-brandLogo-container,
              .AR_5.ob-one-column-layout .ob-unit.ob-rec-brandLogoAndName,
              .AR_5.ob-one-column-layout .ob-rec-brandLogo {
                display: inline-block;
              }

              .AR_5.ob-one-column-layout .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }

              .AR_5.ob-one-column-layout .ob-widget-header {
                text-align: right;
                direction: rtl;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-image-container {
                float: right;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-text {
                margin-right: 175px;
                text-align: right;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-source,
              .AR_5.ob-one-column-layout .ob-unit.ob-rec-date {
                float: right;
                margin-right: 5px;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-source {
                margin-right: 10px;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-author {
                float: right;
                margin-right: 5px;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-brandName {
                padding-right: 10px;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-brandLogoAndName {
                padding-right: 10px;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-brandLogo {
                padding-right: 10px;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-brandLogo-container+.ob-rec-brandName {
                padding-right: 0px;
              }

              .AR_5.ob-one-column-layout .ob-unit.ob-rec-brandName+.ob-rec-brandLogo-container {
                padding-right: 0px;
              }

              /* dynamic customized css */
              .AR_5.ob-one-column-layout {
                width: autopx;
              }

              .AR_5.ob-one-column-layout .ob-widget-header {
                font-family: inherit;
                font-size: 18px;
                color: black;
                padding-bottom: 15px;
                padding-top: 0px;
              }

              .AR_5.ob-one-column-layout .ob-dynamic-rec-container {
                min-height: 92px;
              }

              .AR_5.ob-one-column-layout .ob-dynamic-rec-container~.ob-dynamic-rec-container {
                margin-top: 10px;
              }

              .AR_5.ob-one-column-layout .ob-rec-image-container {
                width: 165px;
              }

              .AR_5.ob-one-column-layout .ob-rec-text {
                font-family: inherit;
                color: #5e5e5e;
                padding: 0px 0 0px;
                line-height: 1.25;
                font-size: 18px;
              }

              .AR_5.ob-one-column-layout .ob-rec-text:hover {
                color: #5e5e5e;
              }

              .AR_5.ob-one-column-layout .ob-rec-source {
                font-family: inherit;
                color: #888;
                padding: 5px 0 0px;
                font-size: 11px;
              }

              .AR_5.ob-one-column-layout .ob-rec-date {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                font-size: 11px;
              }

              .AR_5.ob-one-column-layout .ob-rec-author {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                font-size: 11px;
              }

              .AR_5.ob-one-column-layout .ob-rec-description {
                font-family: inherit;
                color: black;
                text-align: left;
                font-size: 14px;
                line-height: 1.25;
              }

              .AR_5.ob-one-column-layout .ob-rec-brandName {
                font-family: inherit;
                padding: 0px 0 0px;
                line-height: 1.25;
              }

              .AR_5.ob-one-column-layout .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }
            </style>
            <style type="text/css" class="ob-custom-css">
              .AR_5.ob-widget {
                padding: 5px 5px 10px 5px;
                position: relative;
              }

              .AR_5.ob-widget .ob-dynamic-rec-container {
                max-width: none;
              }

              .AR_5.ob-widget .ob-rec-image-container {
                width: 165px;
                height: 92px;
                margin-left: 10px;
                float: right;
              }

              .AR_5.ob-widget .ob-rec-image-container img.ob-show {
                border-radius: 10px;
              }

              .AR_5.ob-widget .ob-unit.ob-rec-text,
              .AR_5.ob-widget .ob-unit.ob-rec-source {
                direction: rtl;
                margin-right: 0px;
              }

              .AR_5.ob-widget .ob_what {
                position: absolute;
                bottom: 0px;
                padding-bottom: 10px;
              }

              .OUTBRAIN .AR_5.ob-widget .ob-rec-label {
                background-color: #888;
                border-bottom-right-radius: 10px;
                padding-right: 5px;
                padding-bottom: 1px;
                margin-bottom: -14%;
                right: 1px;
              }

              .AR_5.ob-widget .ob-rec-image-container img.ob-rec-image {
                left: -26%;
                width: 20.7rem !important;
                height: 11.5rem !important;
              }

              .AR_5.ob-widget .ob-unit.ob-rec-text,
              .AR_5.ob-widget .ob-unit.ob-rec-source {
                margin-right: 43px;
              }

              .AR_5.ob-one-column-layout .ob-rec-text {
                padding: 0px 43px 0px;
              }
            </style>
            <div class="ob-widget-section ob-first">
              <ul class="ob-widget-items-container">
                <li class="ob-dynamic-rec-container ob-recIdx-0 ob-p" data-pos="0"><a class="ob-dynamic-rec-link " onclick="" href="https://media.volvo-israel.co.il/2024/EX30-funding/?site=outbrain&amp;lp=ex30_Funding_July24&amp;utm_source=outbrain&amp;utm_medium=cpc&amp;utm_campaign=ex30_Funding_July24&amp;utm_content=native&amp;utm_term={site}&amp;ToolName=native&amp;site=outbrain&amp;lp=ex30&amp;utm_source=outbrain&amp;utm_medium=cpc&amp;utm_campaign=ex30_launch_Desktop_Jan24&amp;utm_content=Wide_$publisher_name$_$section_name$&amp;utm_term={site}_0005551458a7909672434fd23e11eb4791&amp;ToolName=Wide&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=vGizGMWapiHVlxL2JvupDoUcOR4ymTA1zrdrOMyN8yEQ5Tom9XrMgT3h_9ZguVnfc4KMEhesrkXJZaf18BVb8TMxwWu-cMaytYQHkme1lsdsyil_Vm2gzP8oa09D5zZ9e8_hXbBvnknRPGaFLgrVZo_V8tCkXeAPip3dRoyt9qGconuDCbTgMKIzeDMRsFX_iCeCSDdJKAptq09sX3o7mHTgkMZKSwX2CMlq39JDYrr4G2wEwd2ac3UPIiJH-vyqbaefUzA_ZhM71dG0OXmdFbSXkiu7F8uDcIo_6PW1VrfLCJ6E2p2kc5SRhJ86msQr4QUcYd-HFdt5uEiPHHP9MjrqddsBwXTHoQWYEGcKZAq-1czpwVbfmzb3upRgkwNEApqyMpfNOMW72fazl8GBignPnzVsOTKCWeUuq2a51J6Ifdg66tG-DVsAaLuNCxJPTWCs0_AkPdNsYDxfGHazxq4H1qtxWZHPnbA0uw-YRTsRn7IoCXqlMPpV0batZEUkWPDKXnGUCxbyews9Um3h3rgXjCNP3gRMApHZ0-itVtKWuN726sOQuWTcKP3tkfBluv8Q6bP8k9aoGtvCegqrQX_RrpahuaNDqDeqn947tqVw916Sqivt_8zIVFs5vR_SyexLvwCnEQGQ_gC122Er5UszdLjJeJtaz7TjC_8xijwJ2DKj02DrOFA_4KPhXlMVhUdFDTnxLTfP99PVXK-6fW99WIM2e96cWqcPmnGl0HBr3FFAd0j_tAprxArQxlKSM48qkPHcu38K0nKEq2DiXSfP3sRvVymKdQIvkRbBsilhl55y8mSlzHJu1JofQLvgZfulLO-GgSRLphNnLFRjPWlWxDDs3Y0zEaeSyBaDXzWH0xJGCBITbVBSBjpMQOfWniTuV_ikotvIk2HG6kx7BKAXW79R4eLKb7XnBasZNEg&amp;c=282f956d&amp;v=4';" target="_blank" data-rec-en-did="jRDq5xu0wO5K2luAZzBgdA" data-adv-id="11498" attributionsrc="" rel="nofollow noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjhjNWU3ODI1ZGFkMzlhYTI4ZDZkMzg4MmMwYjRjOTYxMTlkODJlOTU4ZTFkYjg0MTE3ZGNmZGQ1NDRjMjc2YjYiLCJ3IjoxNjUsImgiOjkyLCJkIjoxLjAsImNoIjotMTU4MTU0MTM0MCwiY3MiOjAsImYiOjR9.webp" onload="this.className+=' ob-show'" alt="VOLVO EX30 בהצעה מחשמלת" title="VOLVO EX30 בהצעה מחשמלת" onerror="OBR.extern.imageError(this)">
                                   <span class="ob-rec-label">מרחבי הרשת</span>
                                </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="VOLVO EX30 בהצעה מחשמלת">VOLVO EX30 בהצעה מחשמלת</span>
                  <span class="ob-unit ob-rec-source" data-type="Source">volvo</span>
    

          </a>
                </li>
              </ul>
            </div>
            <div class="ob_what">
              <a href="https://www.outbrain.com/what-is/default/he" rel="nofollow" onclick="OBR.extern.callWhatIs('https://www.outbrain.com/what-is/default/he',-1,-1,true ,null);return false"><span class="ob_amelia" title="outbrain.com"></span></a>
            </div>
            <div class="ob-pixels">
            </div>
          </div>
        </div>
        <script type="text/javascript" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl2_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Basketball/News/2" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בכדורסל ישראלי</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl3_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Basketball/News/5" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">כדורסל עולמי</a>
        <a class="one-article one-article-plain" href="/Article/24-25/5,12,232,61169/470332.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757037.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl3_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"שילך להז****": רנדי אורטון נגד לברון ג'יימס</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        מתאבק ה-WWE נשאל מי הגדול בכל הזמנים בכדורסל ו"ירק ארס" על כוכב הלייקרס שהוביל את ארה"ב למדליית זהב. הוא לא הראשון מעולם ההיאבקות שעושה זאת
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">18</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/5,12,234,58381/470231.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1739770.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl3_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">פורסם לו"ז משחקי ה-NBA: אבדיה יפתח מול קרי</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הישראלי יחל את דרכו בפורטלנד ב-23.10 מול גולדן סטייט ואת לברון ג'יימס הוא יפגוש ב-8.12. מתי ישחק מול לוקה דונציץ' ומתי יהיה מול וושינגטון?
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">7</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl3_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Basketball/News/5" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בכדורסל עולמי</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl4_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Other/News/7" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">ספורט אחר</a>
        <a class="one-article one-article-plain" href="/Article/24-25/7,673,0,0/470404.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl4_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1753805.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl4_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">"מביך, תוודאו שהשטות הזו לא תחזור על עצמה"</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        ג'וקוביץ' ביקר בחריפות את מארגני ה-ATP אחרי סקנדל הענק בטורניר סינסינטי: "זה מגוחך שאי אפשר לשנות את ההחלטה. אנחנו חיים במאה ה-21, אז בבקשה"
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">7</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/7,444,0,61134/470411.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757341.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl4_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">נבחרת ישראל באופניים תזנק בטור דה ל'אווניר</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        בהופעתה השנייה ברציפות בטור הנבחרות הגדול בעולם פיינגזיכט, בנטל, פרץ, טהר, אורי ושיימן ייצגו את המדינה. בלקמור מ'ישראל פרמייר טק' מועמד לנצח
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl4_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Other/News/7" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בספורט אחר</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl5_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Other/News/155" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">ליגות נמוכות</a>
        <a class="one-article one-article-plain" href="/Article/24-25/1,0,0,66816/470272.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1728801.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl5_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">נעים להכיר: 27 קבוצות חדשות יצטרפו לליגה ג'</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        ההתאחדות אישרה מועדונים חדשים שיצטרפו. הכירו את מ.כ ערד המחזירה עטרה ליושנה, 2 קבוצות חדשות בנס ציונה וקבוצה מיישוב עם פחות מ-3,000 תושבים
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">18</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/1,1108,3106,87231/470271.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756869.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl5_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">ממשיכה בפרויקט: זיו לי חתם בהפועל מגדל העמק</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הבלם בן ה-20, שחקנה של עירוני ק"ש בעונה החולפת, ישחק בליגה א' בעונה הקרובה בפרויקט של רומן זולו ודודו אוואט. גדל במחלקת הנוער של מכבי חיפה
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl5_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Other/News/155" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בליגות נמוכות</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl6_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="https://www.one.co.il/NextONE/" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">NEXT ONE - נוער וילדים</a>
        <a class="one-article one-article-plain" href="/Article/24-25/149,721,0,0/470324.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757080.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl6_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">1:1 למכבי חיפה ורמה״ש, 3:4 לאשדוד על הפועל</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        ליגת העל לנוער נפתחה כשהירוקים איבדו נקודות. זאבי כבש ראשון, חלאילי איזן בשער נהדר. חגיגת שערים מטורפת בין האדומים והדרומיים, מכבי פ״ת ניצחה
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">11</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/149,1117,0,0/470341.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl6_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757051.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl6_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">נערים ב': מכבי חיפה ובני סכנין נפרדו ב-2:2</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        ליגת העל שנתון 2009: שער של איתי רוסו בדקות הסיום קבע חלוקת נקודות. נתניה רשמה 1:4 על רמת השרון, מכבי תל אביב ניצחה 0:2 את הפועל באר שבע
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">3</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl6_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="https://www.one.co.il/NextONE/" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בNEXT ONE - נוער וילדים</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl7_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Other/League/1064" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">אל תחמיצו</a>
        <a class="one-article one-article-plain" href="/Article/24-25/3,10,135,0/469989.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756339.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl7_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">פליקי פלקה: כך המאמן הגרמני ישנה את ברצלונה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        הארכיטקט של ה-2:8 המפורסם שחולק שיא מדהים עם פפ יביא את הסגנון שלו והמנטליות המנצחת לבלאוגרנה, עם שילוב של לחץ גרמני עיקש ועקרונות מלה מאסיה
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">10</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,5,135,0/470279.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl7_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756953.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl7_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">הפגישות הסודיות בין מסי לפפ לגבי המעבר לסיטי</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        נחשף: הודעות הטקסט בין הפרעוש למאמן ב-2020 כשהכוכב רצה לעזוב את בארסה, ולמה הספרדי דחה את כריסטיאנו רונאלדו? פרטים חדשים על המעבר שכמעט קרה
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">12</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl7_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Other/League/1064" tabindex="40" data-font-size="14" data-font-size-type="px">עוד באל תחמיצו</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl8_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Other/League/801" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">בריאות וכושר</a>
        <a class="one-article one-article-plain" href="/Article/24-25/7,801,0,0/470306.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1747391.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl8_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">האם תזונה בריאה ותזונה לצורך הרזייה הן זהות?</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        ירידה באחוזי השומן תתרחש בעיקר עקב חיסרון קלורי, אך האם באותו חיסרון הקלורי מותר לנו לאכול מה שבא לנו? הדיאטנית אהובה ברומברג עושה לכם סדר
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/7,801,0,0/469931.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl8_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756137.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl8_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">תרגילים בביצוע "לא טוב" בונים שריר מהר יותר?</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        זה אולי נשמע לא הגיוני, אך מומחה הכושר ג'רמי אית'ר מסביר מדוע דווקא חצי תנועה יכולה להיות יעילה יותר מתנועה מלאה. ומה עוד הוא ממליץ לעשות?
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl8_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Other/League/801" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בבריאות וכושר</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl9_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Other/League/672" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">האזור המוטורי</a>
        <a class="one-article one-article-plain" href="/Article/24-25/7,672,0,0/470377.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1757284.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl9_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">הטריק שיוריד לכם 10 מעלות ברכב תוך 20 שניות</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        לעיתים ניתן אמנם לחנות בצל או להשתמש בסכי שמש, אבל פרופסור יפני מצא שיטה מקורית שיכולה לקרר לכם את הרכב גם בשיא הקיץ. הכירו את אפקט השאיבה
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">0</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/7,672,0,0/470000.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756361.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl9_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">בכמה נמכר הרכב עמו קרוז למד לנהוג על הילוכים?</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        בשנת 1983 מפיק הסרט שעשועים מסוכנים לימד את הכוכב העולה דאז כיצד לנהוג על פורשה 928 ידנית עבור צילומי הסרט. מאז הוא כבר מטיס מסוקים ומטוסים
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">1</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <div class="OUTBRAIN" data-widget-id="AR_9" data-src="https://www.one.co.il/" data-ob-template="One" data-ob-mark="true" data-browser="chrome" data-os="linux x86_64" data-dynload="" data-idx="5" id="outbrain_widget_5" tabindex="-1"
          data-font-size="10" data-font-size-type="px">
          <div class="ob-widget ob-one-column-layout AR_9" data-dynamic-truncate="true">
            <style type="text/css">
              /* dynamic basic css */
              .AR_9.ob-widget .ob-widget-items-container {
                margin: 0;
                padding: 0;
              }

              .AR_9.ob-widget .ob-widget-items-container .ob-clearfix {
                display: block;
                width: 100%;
                float: none;
                clear: both;
                height: 0px;
                line-height: 0px;
                font-size: 0px;
              }

              .AR_9.ob-widget .ob-widget-items-container.ob-multi-row {
                padding-top: 2%;
              }

              .AR_9.ob-widget .ob-dynamic-rec-container {
                position: relative;
                margin: 0;
                padding;
                0;
              }

              .AR_9.ob-widget .ob-dynamic-rec-link,
              .AR_9.ob-widget .ob-dynamic-rec-link:hover {
                text-decoration: none;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-video-icon-container {
                position: absolute;
                left: 0;
                height: 30%;
                width: 100%;
                text-align: center;
                top: 35%;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-video-icon {
                display: inline-block;
                height: 100%;
                float: none;
                opacity: 0.7;
                transition: opacity 500ms;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-video-icon:hover {
                opacity: 1;
              }

              .AR_9 .ob_what a:before {
                content: "";
                ;
                ;
                background-image: url('https://widgets.outbrain.com/images/widgetIcons/achoice.svg');
                background-size: 100% 100%;
                width: 12px;
                height: 12px;
                padding-right: 4px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: left center;
                border-right: 1px solid #999;
              }

              .AR_9.ob-widget .ob_what {
                direction: rtl;
                clear: both;
                padding: 5px 10px 0px;
              }

              .AR_9.ob-widget .ob_what a {
                color: #757575;
                font-size: 11px;
                font-family: arial;
                text-decoration: none;
              }

              .AR_9.ob-widget .ob_what.ob-hover:hover a {
                text-decoration: underline;
              }

              .AR_9.ob-widget .ob_amelia,
              .AR_9.ob-widget .ob_amelia_covid,
              .AR_9.ob-widget .ob_logo,
              .AR_9.ob-widget .ob_feed_logo,
              .AR_9.ob-widget .ob_sfeed_logo,
              .AR_9.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
                display: inline-block;
                vertical-align: text-bottom;
                padding: 0px 5px;
                box-sizing: content-box;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
              }

              .AR_9.ob-widget .ob_amelia {
                background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.svg') no-repeat center top;
                width: 16px;
                height: 16px;
                margin-bottom: -2px;
              }

              @media only screen and (-webkit-min-device-pixel-ratio: 2),
              (min-resolution: 192dpi) {
                .AR_9.ob-widget .ob_amelia {
                  background: url('https://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16@2x.png') no-repeat center top;
                  width: 16px;
                  height: 16px;
                  margin-bottom: -2px;
                  background-size: 16px 32px;
                }
              }

              .AR_9.ob-widget:hover .ob_amelia,
              .AR_9.ob-widget:hover .ob_logo,
              .AR_9.ob-widget:hover .ob_text_logo {
                background-position: center bottom;
              }

              .AR_9.ob-widget .ob_what {
                text-align: left;
                direction: ltr;
              }

              .AR_9.ob-widget .ob_amelia,
              .AR_9.ob-widget .ob_logo,
              .AR_9.ob-widget .ob_feed_logo,
              .AR_9.ob-widget .ob_sfeed_logo,
              .AR_9.ob-widget .ob_text_logo {
                vertical-align: baseline !important;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-rec-image {
                display: block;
              }

              .AR_9.ob-widget .ob-rec-description {
                max-height: 53.0px;
                overflow: hidden;
                font-weight: normal;
              }

              /* dynamic one-column css */
              .AR_9.ob-widget .ob-rec-image-container {
                position: relative;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-image-ratio {
                height: 0px;
                line-height: 0px;
                padding-top: 55.757575757575765%;
              }

              .AR_9.ob-widget .ob-rec-image-container img.ob-rec-image {
                width: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                transition: all 750ms;
              }

              .AR_9.ob-widget .ob-rec-image-container img.ob-show {
                opacity: 1;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-rec-label {
                position: absolute;
                bottom: 0px;
                left: 0px;
                padding: 0px 3px;
                background-color: #666;
                color: white;
                font-size: 10px;
                line-height: 15px;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-rec-label {
                left: auto;
                right: 0px;
              }

              .AR_9.ob-widget .ob-rec-image-container .ob-rec-video {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                min-height: 0;
                min-width: 0
              }

              .AR_9.ob-one-column-layout .ob-dynamic-rec-container {
                display: block;
                position: relative;
              }

              .AR_9.ob-one-column-layout .ob-widget-header {
                font-weight: bold;
              }

              .AR_9.ob-one-column-layout .ob-unit {
                display: block;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-text {
                max-height: 68.0px;
                overflow: hidden;
                font-weight: bold;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-source {}

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-date {
                font-weight: bold;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-source,
              .AR_9.ob-one-column-layout .ob-unit.ob-rec-date {
                display: inline;
              }

              .AR_9.ob-one-column-layout .ob-rec-brandName,
              .AR_9.ob-one-column-layout .ob-rec-brandLogo-container,
              .AR_9.ob-one-column-layout .ob-unit.ob-rec-brandLogoAndName,
              .AR_9.ob-one-column-layout .ob-rec-brandLogo {
                display: inline-block;
              }

              .AR_9.ob-one-column-layout .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }

              .AR_9.ob-one-column-layout .ob-widget-header {
                text-align: right;
                direction: rtl;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-image-container {
                float: right;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-text {
                margin-right: 175px;
                text-align: right;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-source,
              .AR_9.ob-one-column-layout .ob-unit.ob-rec-date {
                float: right;
                margin-right: 5px;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-source {
                margin-right: 10px;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-author {
                float: right;
                margin-right: 5px;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-brandName {
                padding-right: 10px;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-brandLogoAndName {
                padding-right: 10px;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-brandLogo {
                padding-right: 10px;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-brandLogo-container+.ob-rec-brandName {
                padding-right: 0px;
              }

              .AR_9.ob-one-column-layout .ob-unit.ob-rec-brandName+.ob-rec-brandLogo-container {
                padding-right: 0px;
              }

              /* dynamic customized css */
              .AR_9.ob-one-column-layout {
                width: autopx;
              }

              .AR_9.ob-one-column-layout .ob-widget-header {
                font-family: inherit;
                font-size: 18px;
                color: black;
                padding-bottom: 15px;
                padding-top: 0px;
              }

              .AR_9.ob-one-column-layout .ob-dynamic-rec-container {
                min-height: 92px;
              }

              .AR_9.ob-one-column-layout .ob-dynamic-rec-container~.ob-dynamic-rec-container {
                margin-top: 10px;
              }

              .AR_9.ob-one-column-layout .ob-rec-image-container {
                width: 165px;
              }

              .AR_9.ob-one-column-layout .ob-rec-text {
                font-family: inherit;
                color: #5e5e5e;
                padding: 0px 0 0px;
                line-height: 1.25;
                font-size: 18px;
              }

              .AR_9.ob-one-column-layout .ob-rec-text:hover {
                color: #5e5e5e;
              }

              .AR_9.ob-one-column-layout .ob-rec-source {
                font-family: inherit;
                color: #888;
                padding: 5px 0 0px;
                font-size: 11px;
              }

              .AR_9.ob-one-column-layout .ob-rec-date {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                font-size: 11px;
              }

              .AR_9.ob-one-column-layout .ob-rec-author {
                font-family: inherit;
                color: black;
                padding: 0px 0 0px;
                font-size: 11px;
              }

              .AR_9.ob-one-column-layout .ob-rec-description {
                font-family: inherit;
                color: black;
                text-align: left;
                font-size: 14px;
                line-height: 1.25;
              }

              .AR_9.ob-one-column-layout .ob-rec-brandName {
                font-family: inherit;
                padding: 0px 0 0px;
                line-height: 1.25;
              }

              .AR_9.ob-one-column-layout .ob-rec-brandLogo {
                width: 20px;
                height: 20px;
              }
            </style>
            <style type="text/css" class="ob-custom-css">
              .AR_9.ob-widget {
                padding: 5px 5px 10px 5px;
                position: relative;
              }

              .AR_9.ob-widget .ob-dynamic-rec-container {
                max-width: none;
              }

              .AR_9.ob-widget .ob-dynamic-rec-container:hover .ob-rec-text,
              .AR_9.ob-widget .ob-dynamic-rec-container:hover .ob-rec-source {
                color: #cc0000
              }

              .AR_9.ob-widget .ob-rec-image-container {
                width: 165px;
                height: 92px;
                margin-left: 10px;
                float: right;
              }

              .AR_9.ob-widget .ob-rec-image-container img.ob-show {
                border-radius: 10px;
              }

              .AR_9.ob-widget .ob-unit.ob-rec-text,
              .AR_9.ob-widget .ob-unit.ob-rec-source {
                direction: rtl;
                margin-right: 43px;
              }

              .AR_9.ob-widget .ob_what {
                position: absolute;
                bottom: 0px;
                padding-bottom: 10px;
              }

              .OUTBRAIN .AR_9.ob-widget .ob-rec-label {
                background-color: #888;
                border-bottom-right-radius: 10px;
                padding-right: 5px;
                padding-bottom: 1px;
                margin-bottom: -14%;
                right: 1px;
              }

              .AR_9.ob-widget .ob-rec-image-container img.ob-rec-image {
                left: -26%;
                width: 20.7rem !important;
                height: 11.5rem !important;
              }

              .AR_9.ob-one-column-layout .ob-rec-text {
                padding: 0px 43px 0px;
              }
            </style>
            <div class="ob-widget-section ob-first">
              <ul class="ob-widget-items-container">
                <li class="ob-dynamic-rec-container ob-recIdx-0 ob-p" data-pos="0"><a class="ob-dynamic-rec-link " onclick="" href="https://media.volvo-israel.co.il/2024/EX30-funding/?site=outbrain&amp;lp=ex30_Funding_July24&amp;utm_source=outbrain&amp;utm_medium=cpc&amp;utm_campaign=ex30_Funding_July24&amp;utm_content=native&amp;utm_term={site}&amp;ToolName=native&amp;site=outbrain&amp;lp=ex30&amp;utm_source=outbrain&amp;utm_medium=cpc&amp;utm_campaign=ex30_launch_Desktop_Jan24&amp;utm_content=Wide_$publisher_name$_$section_name$&amp;utm_term={site}_0005551458a7909672434fd23e11eb4791&amp;ToolName=Wide&amp;obOrigUrl=true" onmousedown="this.href='https://paid.outbrain.com/network/redir?p=kdt02W4qcmpG5kTRSkcjL-OLsWS7lRsHDLk_wbbkP5Sl2m0wOtx2-Z8BW77hzThIslrfpLAOKDLacR4tUpR_X9jqR5LYWW22B5Zq6__7OlRd_b19OrhsOC1Ivf_95LflPWbS5q6IeeTULQxN2JyXlaXsVWYRm_bANQXOPiuxwWAWYoeQC8Kd1Dc-Cf9xHQ0pvrxZ7_6CV39uCB5iVgUaGNbE_SN0dVoqv_LA5lyvzTGiy-zUW8zYKS6XbtWulcm_vtGMJyvcygPt4Q9sp9Q-5kLnse4aRA252w81wqSf89RsCfnJRlk0X7xBODtJglqx6RmoIh7OT0l6rwcQMmjacWlLoxniM63f0_KR4ctd7DNkPB9mWRdCo6Ks5f9YelSyyJiDE202bKgBjfhcNEgZRAmnG9Zkr8d3kgcvfNxiUnT1PQMjLtpCNvMW_jW2RFzTfNJAv1v2iadiM-KcFdGkTJLPzr2_-3DxTSadFSprNvCpPSsmijFU-1EjhRx3Lbkwd7mQbauxaRPn2xVAeRperuCjeOdk1DrGDPV5wz97SgEIYQjHKBeL7Zp4oS0BVpWcNI9Jhhvj81z-bwWxoUHHeG2r8taTho_n8M5LNMPayIy_Ekmgya_rw_6_uIvIm-JB9WAETzY0KqIHV6AtpInwC4VU-DraD3_-qkU8jEj9zvZVRibcP59H3didyEVChEU_-RAfjx0r2WJzDVINjVu3J-MzmEo4Xvag8byvT0DlHDLx8ip-C0of6irvDk4dHGyXBKsVCAGF37XWQDh2uf3VY_scBgmz7cYNvLdgn_08IZ4XCsvj1nk31pnL1kpoaQPTyN9l73Ik8aQNlFyjZGYRRWF_0LWMdzzPS5ZJzFk0hkTCFj-yfe7DFMbTSCZhxTiCLemWlSRN63Nc4VcdtXLs3C-dYLD7LxeG6G7E6npgSvCfJT3MvUuvxDPNClogGZfD&amp;c=95e36614&amp;v=4';" target="_blank" data-rec-en-did="jRDq5xu0wO5K2luAZzBgdA" data-adv-id="11498" attributionsrc="" rel="nofollow noopener">

      <span class="ob-unit ob-rec-image-container" data-type="Image">
  <div class="ob-image-ratio"></div>
                      <img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbrainimg.com/transform/v3/eyJpdSI6IjhjNWU3ODI1ZGFkMzlhYTI4ZDZkMzg4MmMwYjRjOTYxMTlkODJlOTU4ZTFkYjg0MTE3ZGNmZGQ1NDRjMjc2YjYiLCJ3IjoxNjUsImgiOjkyLCJkIjoxLjAsImNoIjotMTU4MTU0MTM0MCwiY3MiOjAsImYiOjR9.webp" onload="this.className+=' ob-show'" alt="VOLVO EX30 בהצעה מחשמלת" title="VOLVO EX30 בהצעה מחשמלת" onerror="OBR.extern.imageError(this)">
                                   <span class="ob-rec-label">מרחבי הרשת</span>
                                </span>
          <span class="ob-unit ob-rec-text" data-type="Title" title="VOLVO EX30 בהצעה מחשמלת">VOLVO EX30 בהצעה מחשמלת</span>
                  <span class="ob-unit ob-rec-source" data-type="Source">volvo</span>
    

          </a>
                </li>
              </ul>
            </div>
            <div class="ob_what">
              <a href="https://www.outbrain.com/what-is/default/he" rel="nofollow" onclick="OBR.extern.callWhatIs('https://www.outbrain.com/what-is/default/he',-1,-1,true ,null);return false"><span class="ob_amelia" title="outbrain.com"></span></a>
            </div>
            <div class="ob-pixels">
            </div>
          </div>
        </div>
        <script type="text/javascript" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl9_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Other/League/672" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בהאזור המוטורי</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl10_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Other/League/800" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">ביזנס</a>
        <a class="one-article one-article-plain" href="/Article/24-25/53,800,0,0/470403.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1669875.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl10_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">אורי אלון ישקיע בהפועל י-ם גם בעונה הקרובה</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        בעלי קבוצת הכדורסל לשעבר ימשיך לתמוך בזו של הכדורגל ויהיה הספונסר הראשי: "אסייע למועדון באופן ממוקד לשדרוג הסגל עם איכות מקצועית ופוטנציאל"
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">3</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/53,800,0,0/470217.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1738589.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl10_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">פיפ"א הכריזה על הספונסר הרשמי של המונדיאל</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        'בנק אוף אמריקה' יהיה נותן החסות הרשמית של גביע העולם ב-2026. ג'יאני אינפנטינו: "המחויבות של הבנק למעורבות קהילתית מתכתבת עם המטרות שלנו"
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">1</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl10_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Other/League/800" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בביזנס</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl11_ucCategoryArticles_hlCategoryTitler" class="one-hp-category-title" href="Other/League/1172" tabindex="40" data-font-size="15" data-font-size-type="px" data-line-height="15px">ONE Podcasts</a>
        <a class="one-article one-article-plain" href="/Article/24-25/1,709,3,99960/470263.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">



    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756858.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl11_ucCategoryArticles_rpArticles__ctl0_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">מכבי טיפלה בצד ימין וכעת צריכה לתקן את שמאל</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        האזינו לפודקאסט: עד שהאלופה לא תחתים בלם עם רגל שמאל ומחליף למילסון היא לא תגיע למיקסום הפוטנציאל. וגם: יחזקאל, סיסוקו ומה הסיפור עם זהבי?
        <span style="line-height:12px;" class="numOfComments3" tabindex="-1" data-font-size="11" data-font-size-type="px" data-line-height="12px">18</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-article one-article-plain" href="/Article/24-25/3,8,107,47291/470191.html?ref=hp" tabindex="40" data-font-size="10" data-font-size-type="px">

    <img loading="lazy" id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl11_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_imgVideo" class="one-article-plain-video-indicator" data-src="https://images.one.co.il/images/msites/2017/02/01/3.png" src="https://images.one.co.il/images/msites/2017/02/01/3.png" border="0" style="height:24px;width:24px;z-index:2; position: absolute;top: 10px;right: 143px;" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <img loading="lazy" class="one-article-image" src="https://photo.one.co.il/Image/GG/5,1/1756737.webp?width=207" width="207" alt="ONE - מספר 1 בספורט" tabindex="-1">

    <h2 id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl11_ucCategoryArticles_rpArticles__ctl1_ucArticlePlain_oneArticleTitle" tabindex="-1" data-font-size="18" data-font-size-type="px">שחקני הרכש והתגליות: העונה בסרייה א' נפתחת</h2>
    <h3 tabindex="-1" data-font-size="18" data-font-size-type="px">
        האזינו לפודקאסט: המועמדות הבכירות לסקודטו בעונה מלאה ברגש, המהפכים של יובה ומילאן, איך יתמודד מוטה עם הלחץ ולמה הרוסונרי הכי יקשו על אינטר?
        <span style="line-height:12px;" class="numOfComments0" tabindex="-1" data-font-size="18" data-font-size-type="px" data-line-height="12px">3</span>
        
        
    </h3>
</a>
        <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a id="_ctl0_ContentHolder_Body__ctl6_rpHPArticlesCategories__ctl11_ucCategoryArticles_hlMoreArticlesCategory" class="one-hp-category-more-link" href="Other/League/1172" tabindex="40" data-font-size="14" data-font-size-type="px">עוד בONE Podcasts</a>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <div class="h10" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
        <div class="OUTBRAIN" data-src="https://www.one.co.il/" data-widget-id="HPC" data-ob-template="One" async="async" data-ob-mark="true" data-browser="chrome" data-os="linux x86_64" data-dynload="" data-idx="6" id="outbrain_widget_6"
          tabindex="-1" data-font-size="10" data-font-size-type="px">
          <div class="ob-widget ob-one-column-layout HPC">
          </div>
        </div>
        <script type="text/javascript" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
      </div>
      <div class="clear" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
    </div>
    <div class="one-hp-right-container" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div class="one-hp-right-container-ads" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <a href="https://pubads.g.doubleclick.net/gampad/clk?id=5339853490&amp;iu=/6870/one/hp/article_web" targe="_blank" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" src="https://ads.one.co.il/2022/06/13/ba4e43cab06ea8f75f992145ccc88cf2.jpg" style="border:0;width:190px;" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
        <div class="h5" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="5px"></div>
        <a href="https://pubads.g.doubleclick.net/gampad/clk?id=6410425129&amp;iu=/6870/one_app/one_article_counter_mobile" targe="_blank" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" src="https://ads.one.co.il/2024/06/18/114162f83aebc952f6a41f2c9e9687ef.jpg" style="border:0;width:190px;" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
        <div class="h5" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="5px"></div>
        <a href="https://pubads.g.doubleclick.net/gampad/clk?id=6770105420&amp;iu=/6870/one/hp/article_web" targe="_blank" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" src="https://ads.one.co.il/2024/08/15/94d16102434d04bc0b9dd4fb7f29c8ac.png" style="border:0;width:190px;" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
        <div class="h5" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="5px"></div>
        <a href="https://pubads.g.doubleclick.net/gampad/clk?id=6764907048&amp;iu=/6870/one_app/one_article_counter_mobile" targe="_blank" rel="noopener" tabindex="10000" data-font-size="10" data-font-size-type="px"><img loading="lazy" src="https://ads.one.co.il/2024/08/11/a779ad8e58459a51d6a28a5d98fc01f2.png" style="border:0;width:190px;" alt="ONE - מספר 1 בספורט" tabindex="-1"></a>
        <div class="h5" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="5px"></div>
      </div>
      <div class="one-navigation-right-container" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <span class="one-navigation-right-section-title" tabindex="-1" data-font-size="15" data-font-size-type="px" data-line-height="17px">כדורגל ישראלי</span>
        <a class="one-navigation-right-item one-navigation-right-item-492" href="/Soccer/News/1" tabindex="100" data-font-size="15" data-font-size-type="px">
                        חדשות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-494" href="/Soccer/League/1" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת העל

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-495" href="/Soccer/League/2" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה לאומית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40058" href="/Soccer/News/155" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגות נמוכות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-955" href="/Soccer/League/699" tabindex="100" data-font-size="15" data-font-size-type="px">
                        גביע המדינה

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-11313" href="/Soccer/League/667" tabindex="100" data-font-size="15" data-font-size-type="px">
                        גביע הטוטו

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39575" href="/Soccer/League/39" tabindex="100" data-font-size="15" data-font-size-type="px">
                        גביע הטוטו לאומית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-11314" href="/Soccer/League/721" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת העל לנוער

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40207" href="https://www.one.co.il/NextONE/" tabindex="100" data-font-size="15" data-font-size-type="px">
                        נוער וילדים NEXT ONE

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-37765" href="/Other/League/1100" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ספורט תיכוניים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39208" href="/Soccer/League/927" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת ''יעז'' פוצ'יוולי

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-3321" href="/Soccer/Team/3281" tabindex="100" data-font-size="15" data-font-size-type="px">
                        נבחרת ישראל

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39594" href="/Soccer/League/1066" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת העל לנשים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40208" href="/Soccer/League/1192" tabindex="100" data-font-size="15" data-font-size-type="px">
                        הליגה הלאומית לנשים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29231" href="/Soccer/League/978" tabindex="100" data-font-size="15" data-font-size-type="px">
                        התאחדות/שופטים

                        
                    </a>
        <span class="one-navigation-right-section-title" tabindex="-1" data-font-size="15" data-font-size-type="px" data-line-height="17px">כדורגל עולמי</span>
        <a class="one-navigation-right-item one-navigation-right-item-509" href="/Soccer/News/3" tabindex="100" data-font-size="15" data-font-size-type="px">
                        חדשות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-512" href="/Soccer/League/10" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה ספרדית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-4909" href="/Soccer/League/8" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה איטלקית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-511" href="/Soccer/League/14" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת האלופות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-19718" href="/Soccer/League/711" tabindex="100" data-font-size="15" data-font-size-type="px">
                        הליגה האירופית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40180" href="/Soccer/League/1103" tabindex="100" data-font-size="15" data-font-size-type="px">
                        קונפרנס ליג

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-1383" href="/Soccer/League/5" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה אנגלית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-19796" href="/Soccer/League/7" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה גרמנית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29242" href="/Soccer/League/6" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה צרפתית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-16126" href="/Soccer/League/683" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה בלגית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29243" href="/Soccer/League/680" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה הולנדית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-31607" href="/Soccer/League/828" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה רוסית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-32105" href="/Soccer/League/682" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה טורקית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-32118" href="/Soccer/League/934" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה יוונית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-34961" href="/Soccer/League/984" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה קפריסאית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-32360" href="/Soccer/League/9" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה סקוטית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-34962" href="/Soccer/League/684" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה פורטוגלית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-33949" href="/Soccer/League/995" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה שווייצרית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39107" href="/Soccer/League/1050" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה אוסטרית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-36876" href="/Soccer/League/902" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה פולנית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29237" href="/Soccer/League/686" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה ארגנטינאית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-36830" href="/Soccer/League/879" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה ברזילאית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39576" href="/Soccer/League/1074" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת האומות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40217" href="/Soccer/League/19" tabindex="100" data-font-size="15" data-font-size-type="px">
                        מוקדמות יורו 24

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40218" href="/Soccer/League/1200" tabindex="100" data-font-size="15" data-font-size-type="px">
                        מונדיאליטו

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40230" href="/Soccer/League/52" tabindex="100" data-font-size="15" data-font-size-type="px">
                        יורו עד 21

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-957" href="/League/More/Soccer/World" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגות נוספות

                        
                    </a>
        <span class="one-navigation-right-section-title" tabindex="-1" data-font-size="15" data-font-size-type="px" data-line-height="17px">כדורסל ישראלי</span>
        <a class="one-navigation-right-item one-navigation-right-item-506" href="/Basketball/News/2" tabindex="100" data-font-size="15" data-font-size-type="px">
                        חדשות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-505" href="/Basketball/League/620" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת ווינר סל

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-3318" href="/Basketball/League/710" tabindex="100" data-font-size="15" data-font-size-type="px">
                        גביע המדינה

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-33797" href="/Basketball/League/988" tabindex="100" data-font-size="15" data-font-size-type="px">
                        גביע ווינר

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-8378" href="/Basketball/League/998" tabindex="100" data-font-size="15" data-font-size-type="px">
                        לאומית גברים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-4481" href="/Basketball/League/646" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת ווינר אתנה נשים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39453" href="/Basketball/League/890" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת התיכונים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-38712" href="/Basketball/Team/3357" tabindex="100" data-font-size="15" data-font-size-type="px">
                        נבחרת ישראל

                        
                    </a>
        <span class="one-navigation-right-section-title" tabindex="-1" data-font-size="15" data-font-size-type="px" data-line-height="17px">כדורסל עולמי</span>
        <a class="one-navigation-right-item one-navigation-right-item-29360" href="" tabindex="100" data-font-size="15" data-font-size-type="px">



                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-516" href="/Basketball/News/5" tabindex="100" data-font-size="15" data-font-size-type="px">
                        חדשות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-579" href="/Basketball/League/12" tabindex="100" data-font-size="15" data-font-size-type="px">
                        NBA

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-5388" href="/Basketball/League/17" tabindex="100" data-font-size="15" data-font-size-type="px">
                        יורוליג

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39158" href="/Basketball/League/106" tabindex="100" data-font-size="15" data-font-size-type="px">
                        יורוקאפ

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39574" href="/Basketball/League/38" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגת האלופות של פיב''א

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29281" href="/Basketball/League/697" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה ספרדית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29276" href="/Basketball/League/698" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה יוונית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29361" href="/Basketball/League/704" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה איטלקית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-29280" href="/Basketball/League/713" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה טורקית

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-32367" href="/Basketball/League/20" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ליגה אדריאטית

                        
                    </a>
        <span class="one-navigation-right-section-title" tabindex="-1" data-font-size="15" data-font-size-type="px" data-line-height="17px">ספורט אחר</span>
        <a class="one-navigation-right-item one-navigation-right-item-517" href="/Other/News/7" tabindex="100" data-font-size="15" data-font-size-type="px">
                        חדשות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-530" href="/Other/League/673" tabindex="100" data-font-size="15" data-font-size-type="px">
                        טניס

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39610" href="/Other/League/1076" tabindex="100" data-font-size="15" data-font-size-type="px">
                        גלישת גלים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-36982" href="/Other/League/801" tabindex="100" data-font-size="15" data-font-size-type="px">
                        בריאות וכושר

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39493" href="/Other/League/672" tabindex="100" data-font-size="15" data-font-size-type="px">
                        האזור המוטורי

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40234" href="/Other/League/1210" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ONE CHAMPIONSHIP

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-4984" href="/Other/League/719" tabindex="100" data-font-size="15" data-font-size-type="px">
                        כדוריד

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-22475" href="/Other/League/720" tabindex="100" data-font-size="15" data-font-size-type="px">
                        כדורעף

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39608" href="/Other/League/1073" tabindex="100" data-font-size="15" data-font-size-type="px">
                        כדורשת

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-18770" href="/Other/League/441" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ג'ודו

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-28222" href="/Other/League/982" tabindex="100" data-font-size="15" data-font-size-type="px">
                        שייט

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39753" href="/Other/League/979" tabindex="100" data-font-size="15" data-font-size-type="px">
                        גלישת רוח

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-24955" href="/Other/League/444" tabindex="100" data-font-size="15" data-font-size-type="px">
                        אופניים

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-13419" href="/Other/League/31" tabindex="100" data-font-size="15" data-font-size-type="px">
                        אתלטיקה/התעמלות

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-14152" href="/Other/League/997" tabindex="100" data-font-size="15" data-font-size-type="px">
                        שחייה

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-28221" href="/Other/League/983" tabindex="100" data-font-size="15" data-font-size-type="px">
                        טאקוונדו / אגרוף

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-24954" href="/Other/League/445" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ספורט אמריקני / NFL

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-39595" href="/Other/League/1052" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ספורט בקהילה

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-36054" href="/Other/League/923" tabindex="100" data-font-size="15" data-font-size-type="px">
                        ענפי ספורט אילת

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40187" href="https://schoolsport.co.il/" rel="noopener" tabindex="100" data-font-size="15" data-font-size-type="px">
                        התאחדות בתי הספר

                        
                    </a>
        <div class="one-navigation-right-splitter" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
        <a class="one-navigation-right-item one-navigation-right-item-40057" href="/other/league/1107" tabindex="100" data-font-size="15" data-font-size-type="px">
                        המשחקים הפראלימפיים

                        
                    </a>
      </div>
    </div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div class="one-hp-bottom" tabindex="-1" data-font-size="10" data-font-size-type="px">
      <div class="ad-bg ad-container ad-container-bottom-bomba-1" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <div id="adxONEBomba_Bottom_1" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CNrW35zP_ocDFdrMEQgd0mQDeg">
          <div id="google_ads_iframe_/6870/ONE_Web/Bomba_Bottom_1_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/6870/ONE_Web/Bomba_Bottom_1_0" name="google_ads_iframe_/6870/ONE_Web/Bomba_Bottom_1_0"
              title="3rd party ad content" width="970" height="120" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="attribution-reporting" data-load-complete="true"
              style="border: 0px; vertical-align: bottom;" data-google-container-id="3"></iframe></div>
        </div>
      </div>
      <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
      <style type="text/css" tabindex="-1">
        #bigone-cube-5-vertical {
          width: 100%;
          padding: 0.9rem 0;
          background: #e8e6eb;
        }

        #bigone-cube-5-vertical div {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          margin: 0 1rem;
        }

        #bigone-cube-5-vertical div a {
          display: inline-block;
          width: 23.2rem;
          direction: rtl;
          background: #3c59a2;
          color: #fff;
        }

        #bigone-cube-5-vertical img.bigone-image {
          width: 23.2rem;
        }

        #bigone-cube-5-vertical a h2 {
          font-size: 1.7rem;
          font-weight: bold;
          margin: 1rem 2rem;
          padding: 0 0 1rem 0;
          border-bottom: solid 0.1rem #fff;
        }

        #bigone-cube-5-vertical a h3 {
          font-size: 1.4rem;
          margin: 1rem 2rem;
          font-weight: normal;
        }
      </style>
      <div id="bigone-cube-5-vertical" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <a href="/Soccer/League/1105" tabindex="10000" data-font-size="10" data-font-size-type="px">
        <img loading="lazy" data-src="https://images.one.co.il/images/msites/2022/05/29/135eb3d8107ac15344ddeb1b622d4548.jpg" src="https://images.one.co.il/images/msites/2022/05/29/135eb3d8107ac15344ddeb1b622d4548.jpg" alt="ONE - מספר 1 בספורט" tabindex="-1">
    </a>
        <div tabindex="-1" data-font-size="10" data-font-size-type="px">
          <a href="/Article/24-25/1,1105,10195,98082/469418.html" data-spark-ve-preview="none" tabindex="10000" data-font-size="10" data-font-size-type="px">
                    <img loading="lazy" class="bigone-image" src="https://photo.one.co.il/Image/GG/28,1/1755289.webp?width=232" alt="גיא לוזון (רדאד ג'בארה)" tabindex="-1">

                    <h2 tabindex="-1" data-font-size="17" data-font-size-type="px">"גאה להיות משפחת לוזון, וגאה לאמן בנבחרת"</h2>
                    <h3 tabindex="-1" data-font-size="14" data-font-size-type="px">גיא לוזון לתוכנית הספורט ב-102FM: "לא חושב שהשיטה הייתה הבעיה. הביקורות? לא שמעתי, לא מתייחס לזה". וגם: עתידו והסיבה שעדי יונה לא היה בהרכב</h3>
                </a>
          <a href="/Article/24-25/7,676,0,0/469427.html" data-spark-ve-preview="none" tabindex="10000" data-font-size="10" data-font-size-type="px">
                    <img loading="lazy" class="bigone-image" src="https://photo.one.co.il/Image/GG/28,1/1755290.webp?width=232" alt="קנטור וראובני עם המדליות (רדאד ג'בארה)" tabindex="-1">

                    <h2 tabindex="-1" data-font-size="17" data-font-size-type="px">ראובני: לי הייתה עבודה קלה יותר, לא ציפו ממני</h2>
                    <h3 tabindex="-1" data-font-size="14" data-font-size-type="px">תום ראובני ושרון קנטור, שזכו במדליות הזהב והכסף בהתאמה סיפרו בהתרגשות: "ההישג הוא של כל עם ישראל, לא מעכלים". אסי ממן, שליח ONE לפאריס</h3>
                </a>
          <a href="/Article/24-25/1,1,22,61557/468785.html" data-spark-ve-preview="none" tabindex="10000" data-font-size="10" data-font-size-type="px">
                    <img loading="lazy" class="bigone-image" src="https://photo.one.co.il/Image/GG/28,1/1753765.webp?width=232" alt="קינגס קאנגווה (האתר הרשמי של הפועל ב" ש)"="" tabindex="-1">

                    <h2 tabindex="-1" data-font-size="17" data-font-size-type="px">קשרים ישראלים מכל כיוון: קאנגווה חוזר לב"ש</h2>
                    <h3 tabindex="-1" data-font-size="14" data-font-size-type="px">הוא לא קיבל חוזה&nbsp;בב"ש ב-2018, אחיו שיחק ברעננה, משחקו החלש ביותר היה מול&nbsp;חיפה,&nbsp;בכר התאכזב ממנו בבלגרד, ואברהם גרנט סומך עליו בנבחרת זמביה</h3>
                </a>
          <a href="/Article/24-25/1,709,3,54821/469459.html" data-spark-ve-preview="none" tabindex="10000" data-font-size="10" data-font-size-type="px">
                    <img loading="lazy" class="bigone-image" src="https://photo.one.co.il/Image/GG/28,1/1748006.webp?width=232" alt="ז'רקו לאזטיץ' (רויטרס)" tabindex="-1">

                    <h2 tabindex="-1" data-font-size="17" data-font-size-type="px">האקסית של לאזטיץ': הכירו את באצ'קה טופולה</h2>
                    <h3 tabindex="-1" data-font-size="14" data-font-size-type="px">מאמן מכבי תל אביב עשוי לפגוש את קבוצתו לשעבר חודשיים בלבד אחרי שעזב אותה. היכרות עם הקבוצה שבאצטדיונה הביתי הפסידו הצהובים 6:1 לאולימפיאקוס</h3>
                </a>
          <a href="/Article/24-25/1,1,3,52242/469042.html" data-spark-ve-preview="none" tabindex="10000" data-font-size="10" data-font-size-type="px">
                    <img loading="lazy" class="bigone-image" src="https://photo.one.co.il/Image/GG/28,1/1753761.webp?width=232" alt="איסוף סיסוקו  (רדאד ג'בארה)" tabindex="-1">

                    <h2 tabindex="-1" data-font-size="17" data-font-size-type="px">המנוע החדש של מכבי ת"א? היכרות עם סיסוקו</h2>
                    <h3 tabindex="-1" data-font-size="14" data-font-size-type="px">לצד הגיליון הבריאותי הבעייתי וחוסר הניסיון, בצרפת מספרים על הקשר ששואב השראה ממודריץ' וגונדואן שהוא פעלתן, רב גוני, יוזם ובעל שליטה טובה</h3>
                </a>
        </div>
      </div>
      <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
      <div class="ad-bg ad-container ad-container-bottom-bomba-2" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <div id="adxONEBomba_Bottom_2" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
      </div>
      <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
      <div class="ad-bg ad-container ad-container-bottom-jumbo" tabindex="-1" data-font-size="10" data-font-size-type="px">
        <div id="adxONEJumbo_Footer" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CMaRlpzP_ocDFVw9VQgduawy_g" style="display: none;">
          <div id="google_ads_iframe_/6870/ONE_Web/Jumbo_Footer_0__container__" style="border: 0pt none; width: 970px; height: 0px;"></div>
        </div>
      </div>
    </div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div id="one-footer-sitemap" tabindex="-1" data-font-size="11" data-font-size-type="px">
      <div tabindex="-1" data-font-size="11" data-font-size-type="px">
        <ul class="Other" tabindex="-1" data-font-size="11" data-font-size-type="px">
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/7,0,0,0/ספורט_אחר" tabindex="10000" data-font-size="11" data-font-size-type="px">ספורט</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/7,673,0,0/טניס" tabindex="10000" data-font-size="11" data-font-size-type="px">טניס</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/7,719,0,0/כדוריד" tabindex="10000" data-font-size="11" data-font-size-type="px">כדוריד</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/7,444,0,0/אופניים" tabindex="10000" data-font-size="11" data-font-size-type="px">אופניים</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/7,997,0,0/שחיה" tabindex="10000" data-font-size="11" data-font-size-type="px">שחיה</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/7,441,0,0/ג_ודו" tabindex="10000" data-font-size="11" data-font-size-type="px">ג'ודו</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/7,983,0,0/טאקוונדו" tabindex="10000" data-font-size="11" data-font-size-type="px">טאקוונדו</a></li>
        </ul>
        <ul class="Misc" tabindex="-1" data-font-size="11" data-font-size-type="px">
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/Glitches" tabindex="10000" data-font-size="11" data-font-size-type="px">גליצ'ים</a></li>
        </ul>
      </div>
      <div tabindex="-1" data-font-size="11" data-font-size-type="px">
        <ul class="BskIsr" tabindex="-1" data-font-size="11" data-font-size-type="px">
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/2,0,0,0/כדורסל_ישראלי" tabindex="10000" data-font-size="11" data-font-size-type="px">כדורסל ישראלי</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/2,620,0,0/ליגת_ווינר" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגת ווינר</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/2,998,0,0/לאומית גברים" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגה לאומית גברים</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/2,646,0,0/ליגת_העל_נשים" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגת העל נשים</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/2,710,0,0/גביע_המדינה" tabindex="10000" data-font-size="11" data-font-size-type="px">גביע המדינה בכדורסל</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/Team/Current/5,705,3357,0/נבחרת_ישראל" tabindex="10000" data-font-size="11" data-font-size-type="px">נבחרת ישראל בכדורסל</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px">&nbsp;</li>
        </ul>
        <ul class="BskWorld" tabindex="-1" data-font-size="11" data-font-size-type="px">
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/5,0,0,0/כדורסל_עולמי" tabindex="10000" data-font-size="11" data-font-size-type="px">כדורסל עולמי</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/5,675,0,0/יורוליג" tabindex="10000" data-font-size="11" data-font-size-type="px">יורוליג</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/5,50,0,0/יורוקאפ" tabindex="10000" data-font-size="11" data-font-size-type="px">יורוקאפ</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/5,12,0,0/NBA" tabindex="10000" data-font-size="11" data-font-size-type="px">NBA</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/5,697,0,0/ליגה_ספרדית" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגה ספרדית בכדורסל</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/5,698,0,0/ליגה_יוונית" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגה יוונית</a></li>
        </ul>
      </div>
      <div tabindex="-1" data-font-size="11" data-font-size-type="px">
        <ul class="SocIsr" tabindex="-1" data-font-size="11" data-font-size-type="px">
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/1,0,0,0/כדורגל_ישראלי" tabindex="10000" data-font-size="11" data-font-size-type="px">כדורגל ישראלי</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/1,1,0,0/ליגת_טוטו" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגת העל</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/1,2,0,0/ליגה_לאומית" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגה לאומית</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/1,699,0,0/גביע_המדינה" tabindex="10000" data-font-size="11" data-font-size-type="px">גביע המדינה</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/1,667,0,0/גביע_הטוטו" tabindex="10000" data-font-size="11" data-font-size-type="px">גביע הטוטו</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/Team/Current/1,696,3281,0/נבחרת_ישראל" tabindex="10000" data-font-size="11" data-font-size-type="px">נבחרת ישראל</a></li>
        </ul>
        <ul class="SocWorld" tabindex="-1" data-font-size="11" data-font-size-type="px">
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/1,0,0,0/כדורגל_ישראלי" tabindex="10000" data-font-size="11" data-font-size-type="px">כדורגל עולמי</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/3,5,0,0/פרמיירליג" tabindex="10000" data-font-size="11" data-font-size-type="px">פרמיירליג</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/3,8,0,0/ליגה_איטלקית" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגה איטלקית</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/3,10,0,0/ליגה_ספרדית" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגה ספרדית</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/3,7,0,0/בונדסליגה" tabindex="10000" data-font-size="11" data-font-size-type="px">בונדסליגה</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/League/Current/3,14,0,0/ליגת_האלופות" tabindex="10000" data-font-size="11" data-font-size-type="px">ליגת האלופות</a></li>
        </ul>
      </div>
      <div tabindex="-1" data-font-size="11" data-font-size-type="px">
        <ul tabindex="-1" data-font-size="11" data-font-size-type="px">
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/" tabindex="10000" data-font-size="11" data-font-size-type="px">ONE</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="mailto:one@one.co.il" tabindex="10000" data-font-size="11" data-font-size-type="px">כתבו אלינו</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/RSS.html" class="SpecialOrange" tabindex="10000" data-font-size="11" data-font-size-type="px">RSS</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/EULA/" tabindex="10000" data-font-size="11" data-font-size-type="px">תנאי שימוש</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px">
            <a href="https://sites.one.co.il/shared/misc/rating.aspx" rel="noopener" target="_blank" class="SpecialRed" tabindex="10000" data-font-size="11" data-font-size-type="px">פרסמו אצלנו</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.one.co.il/Wanted" class="SpecialRed" tabindex="10000" data-font-size="11" data-font-size-type="px">דרושים</a></li>
          <li tabindex="-1" data-font-size="11" data-font-size-type="px"><a href="https://www.LookAtIsrael.com/" rel="noopener" tabindex="10000" data-font-size="11" data-font-size-type="px">Look At Israel</a></li>
        </ul>
      </div>
    </div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div id="copyright" tabindex="-1" data-font-size="11" data-font-size-type="px">כל הזכויות שמורות&nbsp;2024-1999&nbsp;©&nbsp;סיטינט בע"מ</div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
    <div class="h10 clear" tabindex="-1" data-font-size="10" data-font-size-type="px" data-line-height="10px"></div>
  </div>
  <div id="adLeftTower" class="ads ad-container-left-tower" tabindex="-1" data-font-size="10" data-font-size-type="px" style="">
    <div id="adxONETower_Left" tabindex="-1" data-font-size="10" data-font-size-type="px" data-google-query-id="CLWQlpzP_ocDFcMJVQgdJcgUhQ" style="display: none;">
      <div id="google_ads_iframe_/6870/ONE_Web/Tower_Left_0__container__" style="border: 0pt none; width: 160px; height: 600px;"></div>
    </div>
  </div>
  <div id="adxONEPopUnder" tabindex="-1" data-font-size="10" data-font-size-type="px">
  </div>
  <div id="adxONEToplayer" tabindex="-1" data-font-size="10" data-font-size-type="px">
  </div>
  <div id="adxONETransition" tabindex="-1" data-font-size="10" data-font-size-type="px">
  </div>
  <script type="text/javascript" src="//widgets.outbrain.com/outbrain.js" tabindex="-1"></script>
  <div class="ad-placement" id="ablockercheck" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
  <div id="ablockermsg" style="display: none" tabindex="-1" data-font-size="10" data-font-size-type="px"></div>
  <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="58F83A1D" tabindex="10000">
</form>

Text Content

יום ראשון, 18.08.2024 שעה 16:12



החותמת הסופית

אם למישהו היה ספק, נובאק סגר עניין בפאריס




ראשי
|
תוצאות LIVE
|
ONE VOD
|
הימורי ספורט
|
גליצ'ים
|
Winner
|
רדיו
|
ספורט תיכוניים
|
ONE Podcasts
|
NEXT ONE
|
משחק הניחושים
|
פנטזי ליגת העל והספרדית
|
חיפוש בעלי מקצוע





החיים בלי טוני: כיצד ייראה הקישור של ריאל?


אמבפה יגרום לשינוי המערך, ואלוורדה קיבל את המספר של הגרמני, טשואמני יזכה לאחריות
גדולה וקמאבינגה מוכן לכל עמדה. ב-22:30 בערוץ ONE מבחן ראשון 2

משחקי הספורט החמים עכשיו באפליקציית ווינר בסלולר, בוא להרוויח!


מכבי חיפה הפכה את סבע לשחקן המוביל שלה


המועדון העביר את השרביט עם המספר 10 ושלח מסר לאוהדים. וגם: הקבוצה של ברק בכר
אסימטרית, השחקנים שרוצים לעזוב ומתי יגיע הרכש? האזינו לפודקאסט 60


רנסנס: דה רוסי ודובביק יחיו את רומא מחדש?


אחרי שש שנים מתסכלות, אוהדי הג'אלורוסי יכולים לפתח ציפיות. ההימור על המאמן שעשוי
לשנות את פני המועדון, ההגעה המפתיעה של החלוץ והסגל המוכשר 1


טבריה טוענת: מכבי דרשה שנתמוך בה בהצבעות


העולה החדשה טענה כי האלופה דרשה ממנה לכאורה תמיכות בהצבעות הבאות בהתאחדות
לכדורגל עבור השאלתו של רוי נאווי, ולכן היא ביטלה את ההשאלה. במכבי ת"א טוענים
שמדובר בהמצאה וכי בטבריה סירבו לפגישת היכרות עם נציגיהם 19


אספרסו טאפאסים ONE Podcasts אסור להחמיץ ליגה איטלקית ליגה ספרדית   ONE VOD  

צמד ללבנדובסקי, 1:2 לברצלונה נגד ולנסיה
דרמה בסיום: מילאן חוזרת מפיגור כפול 2:2
הולנד: תאי עבד כובש שער ראשון לעונה
מחזורי הפתיחה והשערים היפים ביותר בספרד
רונאלדו כועס על החברים ועושה להם סטף קרי
האם לוולנסיה הגיע פנדל, ולקוברסי אדום?
קצב משוגע: 1:1 בין לגאנס ואוססונה
"טכנולוגית הנבדל בלה ליגה"
לא פוגעות: חלוקת נקודת בין אמפולי למונצה
2:2 בקרב עיקש בין אינטר האלופה לגנואה
פארמה העולה החדשה מפתיעה את פיורנטינה
הסרטון שמוכיח: לא קל להיות הבן של ניימאר
השיטה של ברצלונה להתמודד מול ריאל העונה
האזינו לפודקאסט עם שרון קנטור לקראת פריז
הפודקאסט המרגש עם פיטר פלצ׳יק
מסאי דגו פותח הכל בריאיון מיוחד
לא צפוי: המקום ממנו מגיע מועמד לשער השנה
בעט בו: מה הפריע ללבנדובסקי על הספסל?
המציא פנדל: שופטי המסך מנעו מבוכה גדולה
רק כמעט: כך הרסו לויניסיוס את בישול השנה
חיוך של אחד שכבש שער והציל את הקבוצה שלו
הנשים היפות שחגגו עם אינטר בסטייל
מה קרה לחולצה של יירי מינה?
הרגע בו המגן הבין שהוא עשה טעות עצומה

קטעים נוספים

גליצ'ים
מזל טוב: לוזאן וקני סייף הורים!

אחרי המדליה - פיטר פלצ'יק מתפנק!
מפתיע? קנצפולסקי ושרצקי מאוהבים



המומלצים
1/5
זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה
ערוצי ONE סיימו את שידוריהם בחברת YES
"שילך להז****": רנדי אורטון נגד לברון ג'יימס
עוד לא התקדמתם לביטוח רכב חכם? קבלו עד 45% הנחה על המקיף
לחץ כאן ובדוק ב-30 שניות אם מגיע לך כסף מהביטוח הסיעודי
זו פוליסת החיסכון שמתברגת בצמרת התשואות עם כ-24.96% תשואה
ערוצי ONE סיימו את שידוריהם בחברת YES

ערוצי ONE סיימו את
שידוריהם בחברת YES

קרא עוד



לוח תוצאות
LIVE

אולימפיאדה כדורסל גברים חצי גמר

73
69 צרפת
גרמניה


ליגה אנגלית מחזור - 1

16:00 0
0 ברנטפורד
קריסטל פאלאס


ליגה צרפתית מחזור - 1

16:00 0
0 אוקזר
ניס


ליגה הולנדית מחזור - 2

15:30 0
1 זוולה
פיינורד



15:30 2
0 ווילם II
גו אהד איגלס


ליגה בלגית מחזור - 4

14:30 1
0 קלאב ברוז'
אנטוורפן


ליגה פולנית מחזור - 5

15:45 0
0 שלאסק וורוצלאב
קורונה קיילצה


ליגה רוסית מחזור - 5

15:00 0
0 חימקי
זניט סנט פטרסבורג




גביע הטוטו חצי גמר

20:00
מכבי ת"א
בני סכנין


גביע הטוטו משחקי דירוג

19:30
הפועל חיפה
מ.ס אשדוד



19:45
הפועל ב"ש
עירוני טבריה


ליגה ספרדית מחזור - 1

20:00
ריאל סוסיאדד
ראיו וייקאנו



22:30
מיורקה
ריאל מדריד


ליגה איטלקית מחזור - 1

19:30
בולוניה
אודינזה



19:30
ורונה
נאפולי



21:45
קליארי
רומא



21:45
לאציו
ונציה


ליגה אנגלית מחזור - 1

16:00 0
0 ברנטפורד
קריסטל פאלאס



18:30
צ'לסי
מנצ'סטר סיטי


ליגה צרפתית מחזור - 1

16:00 0
0 אוקזר
ניס



18:00
מונפלייה
שטרסבורג



18:00
טולוז
נאנט



18:00
אנז'ה
לאנס



21:45
ראן
ליון


ליגה הולנדית מחזור - 2

1
3 הראקלס אלמלו
פ.ס.וו. איינדהובן



15:30 0
1 זוולה
פיינורד



15:30 2
0 ווילם II
גו אהד איגלס



17:45
נאק ברדה
אייאקס


ליגה בלגית מחזור - 4

14:30 1
0 קלאב ברוז'
אנטוורפן



17:00
לובן
סרקל ברוז'



19:30
קורטרייק
סטנדרד ליאז'



20:15
גנט
ווסטרלו


ליגה אוסטרית מחזור - 3

18:00
אלטאך
וולפסברגר



18:00
הארטברג
אוסטריה וינה



18:00
ראפיד וינה
טירול


ליגה פורטוגלית מחזור - 2

17:30
מורירנסה
ארוקה



20:00
גימראייש
אשטוריל



22:30
בואבישטה
בראגה


ליגה טורקית מחזור - 2

19:15
בשאקשהיר
אלאניספור



20:00
גאזישיר גאזיינטפ
סמסונספור



21:45
בשיקטאש
אנטליהספור


ליגה פולנית מחזור - 5

15:45 0
0 שלאסק וורוצלאב
קורונה קיילצה



18:30
לגיה ורשה
רדומיאק ראדום



21:15
גורניק ז'בז'ה
רקוב צ'נסטוחובה


ליגה רוסית מחזור - 5

15:00 0
0 חימקי
זניט סנט פטרסבורג



17:30
צסק"א מוסקבה
לוקומוטיב מוסקבה



17:30
פאקל
ספרטק מוסקבה



20:00
קרסנודאר
ניז'ני


אנגליה - ליגת משנה מחזור - 2

4
0 סנדרלנד
שפילד וונסדיי


ספרד ליגה שניה מחזור - 1

18:00
ספורטינג חיחון
לבאנטה



18:00
סנטאנדר
אלמריה



20:30
בורגוס
קרטחנה



20:30
אלצ'ה
הואסקה


ליגה איטלקית שניה מחזור - 1

21:30
רג'יאנה
מנטובה



21:30
קטנזארו
ססואולו



21:30
קוסנצה
קרמונזה



21:30
פרוזינונה
סמפדוריה



21:30
צ'זנה
קאררסה


ליגה ארגנטינאית מחזור - 11

2
1 טאז'רס קורדובה
אינדפנדיינטה ריבדביה



1
0 ולס סרספילד
אינסטיטוטו



20:30
בוקה ג'וניורס
סן לורנסו



23:00
סרמיינטו
טיגרה



23:00
אתלטיקו טוקומן
אסטודיאנטס


ליגה ברזילאית מחזור - 23

1
2 ברגנטינו
פורטלזה



0
0 פלומיננזה
קורינתיאנס



22:00
קריסיאומה
ואסקו דה גמה



22:00
פלמייראס
סאו פאולו



22:00
אתלטיקו גויאניינסה
אינטרנסיונל




ליגה ספרדית מחזור - 1

20:00
ויאדוליד
אספניול



22:30
ויאריאל
אתלטיקו מדריד


ליגה איטלקית מחזור - 1

19:30
לצ'ה
אטאלנטה



21:45
יובנטוס
קומו


ליגה אנגלית מחזור - 1

22:00
לסטר
טוטנהאם


גביע הטוטו משחקי דירוג

20:00
מכבי פ"ת
בית"ר ירושלים


ליגה פורטוגלית מחזור - 2

22:15
אמדורה
פמליקאו


ליגה טורקית מחזור - 2

21:00
איופספור
בודרום



21:00
הטאייספור
קסימפשה


ליגה פולנית מחזור - 5

20:00
סטאל מיילץ
פיאסט גליביצה


ליגה רוסית מחזור - 5

17:30
אקרון טוליאטי
רובין קאזאן



20:00
דינמו מחצ'קלה
אחמט גרוזני


ספרד ליגה שניה מחזור - 1

21:30
אלדנסה
טנריפה


צרפת ליגה שניה מחזור - 1

21:45
מארטיג
לוריין



21:45
מץ
באסטיה


ליגת נערים ב' על מחזור - 1

00:00
עירוני ק"ש
מ.ס. אשדוד


ליגה ארגנטינאית מחזור - 11

02:30
הורקאן
בלגראנו


ליגה ברזילאית מחזור - 23

00:30
אתלטיקו פארננסה
ג'ובנטוד



00:30
בוטאפוגו
פלמנגו




גביע הטוטו חצי גמר

2
1 מכבי חיפה
מכבי נתניה


גביע הטוטו משחקי דירוג

1
2 עירוני ק"ש
הפועל חדרה



0
0 מכבי בני ריינה
הפועל ירושלים


סופר קאפ גרמני גמר

2
2 באייר לברקוזן
שטוטגרט


ליגה ספרדית מחזור - 1

1
1 אוססונה
לגאנס



1
2 ולנסיה
ברצלונה


ליגה איטלקית מחזור - 1

2
2 גנואה
אינטר



1
1 פארמה
פיורנטינה



2
2 מילאן
טורינו



0
0 אמפולי
מונצה


ליגה אנגלית מחזור - 1

0
2 איפסוויץ'
ליברפול



2
0 ארסנל
וולבס



0
3 אברטון
ברייטון



1
0 ניוקאסל
סאות'המפטון



1
1 נוטינגהאם פורסט
בורנמות'



1
2 ווסטהאם
אסטון וילה


ליגה צרפתית מחזור - 1

1
5 ברסט
מארסיי



0
2 ריימס
ליל



1
0 מונאקו
סנט אטיין


ליגה הולנדית מחזור - 2

1
1 הירנביין
אוטרכט



1
1 טוונטה אנסחדה
ספרטה רוטרדם



1
0 אלקמאר
ניימיכן



1
2 ואלווייק
כרונינגן


ליגה בלגית מחזור - 4

3
4 בירשחוט
גנק



3
3 סט. טרוידן
דנדר



1
3 מכלן
אנדרלכט


ליגה אוסטרית מחזור - 3

2
2 גראצר
בלאו-וייס לינץ



0
2 אוסטריה קלגנפורט
שטורם גראץ



0
1 לאסק
רד בול זלצבורג


ליגה פורטוגלית מחזור - 2

1
0 ריו אבה
פארנסה



1
6 נסיונאל מדיירה
ספורטינג ליסבון



3
0 בנפיקה ליסבון
קאסה פיה


ליגת העל לנוער מחזור - 1

1
1 הפועל רמה"ש
מכבי חיפה



3
4 הפועל ת"א
מ.ס. אשדוד



2
3 הפועל חיפה
מכבי פ"ת



0
0 הפועל חדרה
מכבי נתניה



0
0 בני סכנין
בני יהודה



1
2 הפועל כפ"ס
מכבי ת"א



2
1 עירוני ק"ש
הפועל ראשל"צ



0
5 בית"ר טוברוק
הפועל רעננה



0
1 הפועל פ"ת
הפועל ב"ש


ליגה טורקית מחזור - 2

1
2 קייסריספור
סיבאספור



1
2 אדאנה דמירספור
ריזספור



2
2 גוזטפה
פנרבחצ'ה


ליגה פולנית מחזור - 5

2
4 יגילוניה ביאלישטוק
קרקוביה קראקוב



0
1 זגלביה לובין
לך פוזנאן



2
0 פוגון סזצין
וידזב לודז'


ליגה רוסית מחזור - 5

1
0 דינמו מוסקבה
קריליה סובייטוב



2
2 רוסטוב
אורנבורג


אנגליה - ליגת משנה מחזור - 2

0
0 ווסט ברומיץ'
לידס



1
0 דרבי קאונטי
מידלסברו



0
0 פורטסמות'
לוטון



4
3 בריסטול סיטי
מילוול



2
2 נוריץ'
בלקבורן



1
1 פלימות'
האל סיטי



2
2 שפילד יונייטד
ק.פ.ר



3
0 ווטפורד
סטוק סיטי



5
0 ברנלי
קרדיף סיטי



3
0 סוונסי
פרסטון


ספרד ליגה שניה מחזור - 1

1
0 אייבר
קאסטיון



2
2 ראסינג פרול
מלאגה



0
1 לה קורוניה
אוביידו


ליגה איטלקית שניה מחזור - 1

2
2 פיזה
ספציה



2
1 סלרניטנה
צ'יטאדלה



2
1 סודטירול
מודנה



1
3 בארי
יובה סטאביה


צרפת ליגה שניה מחזור - 1

0
2 קון
פ.צ. פאריס


ליגת נערים א' על מחזור - 1

3
0 בני יהודה
הפועל כפ"ס



0
6 הפועל חיפה
מכבי פ"ת



2
0 הפועל רעננה
הפועל פ"ת



2
2 הפועל חדרה
הפועל ת"א



2
0 מכבי חיפה
בית"ר טוברוק



1
1 מ.ס אשדוד
הפועל ק"ש



2
0 מכבי ת"א
הפועל ניר רמה"ש



2
2 הפועל ר"ג
מכבי נתניה



2
2 הפועל ב"ש
הפועל ירושלים


ליגת נערים ב' על מחזור - 1

1
4 הפועל ניר רמה"ש
מכבי נתניה



0
2 בני יהודה
הפועל חדרה



7
0 מכבי פ"ת
הפועל ר"ג



0
2 הפועל ב"ש
מכבי ת"א



2
1 הפועל ירושלים
הפועל פ"ת



3
1 הפועל ת"א
הפועל רעננה



2
2 בני סכנין
מכבי חיפה



2
1 הפועל כפ"ס
בית"ר טוברוק


נערים ג׳ על מחזור - 1

3
3 הפועל ק"ש
בני יהודה



6
0 מכבי ת"א
הפועל רמה"ש



4
3 הפועל רעננה
הפועל ירושלים



5
2 הפועל ר"ג
בית"ר טוברוק



2
3 הפועל פ"ת
מכבי חיפה



3
0 הפועל כפ"ס
הפועל ב"ש



6
0 הפועל חדרה
בני סכנין



0
0 הפועל ת"א
מ.ס. אשדוד



3
1 מכבי פ"ת
מכבי נתניה


ליגה ארגנטינאית מחזור - 11

0
0 פלטנסה
ברקאס סנטרל



0
1 ניואלס אולד-בויס
ראסינג קלוב



1
1 לאנוס
סנטרל קורדובה



1
0 אינדפנדיינטה
רוסאריו סנטראל



1
1 חימנסיה לה-פלאטה
ריבר פלייט


ליגה ברזילאית מחזור - 23

0
2 גרמיו
באהיה



1
1 אתלטיקו מיניירו
קויאבה




 ללוח התוצאות המלא

מומלץ עבורך
 * 
   לא מרוצה מקופת החולים שלך? מכבי בהצעה מפתיעה (ממומן | ריאלי - מעבר קופת
   חולים)

 * 
   "שילך להז****": רנדי אורטון נגד לברון ג'יימס

 * 
   בעל הבית השתגע: מזרן היוקרה של ד״ר קומפורט נמכר במחיר מפתיע במיוחד (ממומן |
   ד״ר קומפורט)

 * 
   טרגדיה: בנו של צחי נהרדע נהרג בתאונת דרכים

 * 
   ערוץ סעודי: שליח שהעביר מסרים בין פעילי חמאס בעזה הסגיר לשב"כ את מיקומו של…
   (ממומן | אפוק)

 * 
   "שערוריה": באנגליה המומים מההטרדה של ז'זוס




ספורט בטלוויזיה יום ראשון 18.08.2024

20:00ליגה ספרדית: ריאל סוסיאדד - ראיו וייקאנו 22:10אולפן לקראת מיורקה - ריאל
מדריד 22:30ליגה ספרדית: מיורקה - ריאל מדריד
19:30ליגה איטלקית: ורונה - נאפולי 21:45ליגה איטלקית: קליארי - רומא
16:00ליגה אנגלית: ברנטפורד - קריסטל פאלאס 18:30ליגה אנגלית: צ'לסי - מנצ'סטר סיטי
19:45גביע הטוטו: הפועל ב"ש - עירוני טבריה
20:00גביע הטוטו: מכבי ת"א - בני סכנין
16:00ליגה צרפתית: אוקזר - ניס 18:00ליגה צרפתית: טולוז - נאנט עם פריצות 21:45ליגה
צרפתית: ראן - ליון
19:30גביע הטוטו: הפועל חיפה - מ.ס אשדוד
19:30ליגה איטלקית: בולוניה - אודינזה 21:45ליגה איטלקית: לאציו - ונציה



 ללוח השידורים המלא



גילי ורמוט לאזטיץ' דורש משחק לחץ וכדורגל התקפי 15/07

עידו קוז'יקרו הישראלים ניצחו עבור עודד קטש 18/06
איציק אהרונוביץ חיפה ובכר בוודאות עדיין לא מוכנים לליגה 17/08

אבי נמני במכבי טרם הבינו את המכה של עזיבת מילסון 07/08



האזור המוטורי
 * 
   מה קרה לסייברטראק בתאונה הראשונה שלו?

 * 
   רונאלדו מכר פורשה בחצי מחיר עבור מספר טלפון?

 * 
   קורע: מה חיכה לדה רוק בתוך הרכב הראשון שרכש?

 * 
   "כלום לא כמו פעם, הוא כבר לא יחלים באופן מלא"

 * 
   ועדיין אין לו רישיון: הרכב החדש של אמבפה בריאל

 * 
   בנה סייברטראק מעץ כדי לתת אותו במתנה למאסק






למקרה שפספסתם

ליאו מסי תובע מארגון פרו פלסטיני 50 אלף אירו

כדורגל ישראלי


מכבי ת"א רצתה להחתים את בלם נבחרת קפריסין


הצהובים ניסו לצרף את סטליוס אנדריו בן ה-22 משרלרואה, אך לפי בדיקת ONE הוא בדרכו
לקבוצה אחרת. הבלגים דורשים 2.5 מיליון אירו, טורינו בעקבותיו 3




בדרך החוצה? ינון אליהו הודח מסגל הפועל חיפה


פרסום ראשון: רוני לוי הוציא את אחד מהשחקנים היקרים ביותר שלו מהסגל למ.ס אשדוד
בגלל שיקולים מקצועיים. אם ישוחרר, הקבוצה הצפונית תוכל להתחזק 26




אביו של לירן סרדל רוצה לרכוש את הפועל חיפה


אילן, אביו של קשר וקפטן האדומים מהכרמל, פנה ליואב כץ ואמר ל-ONE: "יש לי אפשרות
להעמיד את כל הדרישות שהוא יציב, אני מאוד רציני ומחכה לתשובות" 58




עצוב: צו פירוק זמני הוצא נגד סקציה נס ציונה


הכתומים, עד לפני שתי עונות חלק מליגת העל, כבר הורדו לליגה ב' אחרי שהתקציב שלהם
לא אושר וכעת בית המשפט מינה את עו"ד אביתר קרמר למפרק הזמני 6




תמוה: אום אל פאחם עברה בבקרה התקציבית


מנפלאות הבקרה: למרות החובות והעיקולים שיש לקבוצה מהלאומית, רו"ח סייג העבירה
אותה. עו"ד שי אליאס: "אם לא יחזרו בהם - נתבע". אמיר עגייב הצטרף 23




קורנו מתעקש לעזוב, שביעות רצון מהתנהלות בכר


המגן בדרך החוצה ממכבי חיפה, שהחמיאה למאמן בנושא סאגת סבע. השחקן נכנס בסיום
למנהרה, בזמן שהשחקנים קיבלו עידוד מהיציע הצפוני. וגם: שאיפות הרכש 80




"צריך לעכל ולהתקדם הלאה": קוז'וק יבצע רוטציה


ב"ש מנסה לאסוף את השברים מההדחה מאירופה ותארח ב-19:45 את טבריה, גריטה ישחק.
במועדון הבהירו: "למרות הנזק הכלכלי הניסיון לחזק את הסגל ממשיך" 25




שחר: מה שאנחנו חווים זה לא מה שהזרים חווים


שחקן מכבי ת"א לקראת סכנין ב-20:00: "התחרות כאן היא לא רק על ההרכב, אלא על מקום
בסגל. יש סגל טוב מאוד וחדר הלבשה מצוין". וגם: החזרה מפאריס 9




טייריס אסאנטה זומן לסגל נבחרת הולנד הצעירה


במכבי תל אביב מרוצים: בלם הרכש בן ה-22 ישחק עם הנבחרת עד גיל 23 של האורנג' בפגרה
הקרובה. ב-20:00: חצי גמר גביע הטוטו מול בני סכנין בבלומפילד 20




"הג'וקר של זלצבורג": מחמאות לגלוך באוסטריה


הישראלי נכנס ובישל תוך כארבע דקות בניצחון קבוצתו, בתקשורת פרגנו: "הביא את
השינוי". המאמן לינדרס: "המחליפים הביאו הרבה אנרגיה ומהירות לקבוצה" 2




בריבו קיבל שני צהובים תוך חמש דקות בפילדלפיה


החלוץ הישראלי הורחק בצורה שנויה במחלוקת בתוספת הזמן של המחצית הראשונה, קבוצתו
בחצי גמר גביע הליגות אחרי שגברה בפנדלים על מסאטלן המקסיקנית 2




שני זרים ייבחנו באשדוד, בן זקן המורחק ייעדר


הקבוצה מעיר הנמל תתארח ב-19:30 אצל הפועל חיפה ואטוואנה וקארים, שניים מהשחקנים
שאנשי הקבוצה ראו בזמן ביקורם בגאנה הקיץ, ינסו להרשים את לוי 3




אכזבה בנתניה: היינו שווים לפחות תיקו, זה פספוס


היהלומים הבטיחו לאחר ההפסד לחיפה: "תהיה פה קבוצה טובה". פלקושצ'נקו על מערכת
היחסים עם בלבול: "אוהב ומעריך אותו ומאמין שזה הדדי". וגם: החיזוק 47


עוד בכדורגל ישראלי

כדורגל עולמי


אוואט, סקאלוני וסלבס: טירוף אמבפה במיורקה


הכוכב יערוך בכורה בלה ליגה ב-22:30 (חי בערוץ ONE), צפי לכמות הצופים הגבוהה אי
פעם במגרש של יריבת ריאל. גם פוליטיקאים ומדליסט אולימפי יגיעו 2




"ריאל ואמבפה זה משהו שנועד להיות, יש הקלה"


כתב ריאל ב-AS, בראיון ל-ONE: "הסאגה כבר הייתה מעצבנת". וגם: ההשוואה לרונאלדו,
ברצלונה, פרס וההשפעות הכלכליות. ב-22:30 בערוץ ONE: מיורקה מחכה 3




ראפיניה הראה כמה הוא נחוש להישאר בברצלונה


הקטלונים היו שמחים למכור את הקיצוני, והאוהדים חולמים על וויליאמס, אבל הברזילאי
הצטיין בניצחון במסטאייה, בעמדה מרכזית מפתיעה. גם פליק השתכנע 9




ערימת ילדים: פליק אילתר היטב, אך זקוק לחיזוק


האזינו לפודקאסט: הצוות המסייע שיקבע את העונה של לבנדובסקי, משחק האגפים שהביא
ניצחון, טורס שפספס עוד הזדמנות ולקראת המפגש מול ניקו וויליאמס 1




"לא נתפס, אי אפשר להאמין בניקיון של הכדורגל"


תחל עונה ומחלוקותיה: קוברסי במוקד הסערה אחרי שהשופט התעלם מספק כרטיס צהוב שני
שהגיע לו, בתקשורת בוולנסיה זעמו: "אדום ברור", וענו 29




דרמה גדולה: גונדואן ביקש מברצלונה לעזוב


דיווח בקטלוניה: הקשר הגרמני הביע את רצונו להיפרד מהקבוצה לפני סוף חלון ההעברות,
פליק ודקו מודעים לכך וזו גם הסיבה שהוא לא נכלל בסגל לוולנסיה 12




"שערוריה": באנגליה המומים מההטרדה של ז'זוס


שחקן וולבס לא נענש אחרי שנגע בישבנו של הברזילאי של ארסנל, שרתח מזעם: "סירב
להפנות את הלחי השנייה". אוהדי הלונדונים בהלם: "צריך לעשות משהו" 3




ליאו מסי תובע מארגון פרו פלסטיני 50 אלף אירו


צפו: ביתו של הפרעוש באיביזה הושחת על ידי פעילי שמאל קיצוני, שטענו כי בנייתו לא
חוקית ותיעדו את המעשה: "חוסר האחריות של העשירים במשבר האקלים" 14




"איך הוא עושה את זה בגיל 39? טעות של טירון"


רונאלדו נגע בגביע לפני המשחק: "התפתה, הקללה עדיין קיימת". CR7 זעם על חבריו:
"חרבנ** את המשחק, הלכתם לישון". דיווח בסעודיה: מאמן אל נאסר פוטר 13




"הליגה של אמבפה": בספרד נערכים, ענו בסקרים


האלופה תחל את המסע ב-22:30 (חי בערוץ ONE) מול מיורקה, לא צפויים שינויים מה-11
שפתחו בוורשה. הצביעו: כמה הצרפתי יכבוש ובכמה תארים הוא יזכה? 6




"לאמין ימאל קיבל תשואות מהאוהדים של ולנסיה"


בספרד החמיאו לנער וגם ללבנדובסקי ופליק: "הרכב אמיץ, התחלה מבטיחה". המאמן התייחס
לסאגת גונדואן: "שוחחנו, אך זה יישאר בינינו. לדעתי הוא ימשיך" 4




מוראטה: פנדל, נבדל, שער, צהוב, הכל קורה לי


החלוץ התבדח אחרי שער הבכורה במילאן והוסיף: "הקבוצה הייתה די מתה ועדיין הצלחנו
לחזור. מבטיח שאעבוד קשה יותר מכולם". ה-2:2 הדרמטי 0




מנצ'סטר סיטי מוכנה להכפיל את שכרו של רודרי


התכולים רוצים לפתות את הקשר כדי שיאריך חוזה, שיחות יחלו גם עם הולאנד. בנפיקה
בעקבות פאטי, שחקן באיירן שמבוקש בברצלונה קיבל החלטה על עתידו 1




"ריאל מדריד דחתה 170 מיליון אירו עבור מיליטאו"


דיווח בברזיל: בערב הסעודית הגישו לבלאנקוס הצעה נדיבה מאוד עבור הבלם, אך אלופת
אירופה לא מוכנה לנהל עליו שום משא ומתן והוא יישאר במועדון 4




פפ: סרביה מול ארה"ב - מהמשחקים הטובים שראיתי


מאמן סיטי לפני צ'לסי ב-18:30: "סרביה לוזרית? ממש לא!". וגם: המטרות ("טופ 4"),
ההתייחסות ליריבות ("כולן רוצות לנצח אותנו") והחשיבות של החופש 1


עוד בכדורגל עולמי

כדורסל ישראלי


שון דאוסון במו"מ מתקדם עם פורלי האיטלקית


לגיונר נוסף בדרך? הפורוורד בן ה-30, שרשם בעונה החולפת 9.1 נקודות ו-3.6 ריבאונדים
בממוצע במדי הפועל חולון, עשוי לעבור לליגה השנייה בארץ המגף 0




שמרי, שלם ולזר יהיו חלק מהבוגרים של הרצליה


שחקני הנוער יתקדמו ויצטרפו למיכאלי שחזר מהשאלה בנתניה, אורלנד: "המחלקה רשמה
הצלחות בשנים האחרונות וזה טבעי שתהיה השתלבות גם בקבוצה הבוגרת" 0


 * 
   מרחבי הרשת VOLVO EX30 בהצעה מחשמלת volvo



עוד בכדורסל ישראלי

כדורסל עולמי


"שילך להז****": רנדי אורטון נגד לברון ג'יימס


מתאבק ה-WWE נשאל מי הגדול בכל הזמנים בכדורסל ו"ירק ארס" על כוכב הלייקרס שהוביל
את ארה"ב למדליית זהב. הוא לא הראשון מעולם ההיאבקות שעושה זאת 18




פורסם לו"ז משחקי ה-NBA: אבדיה יפתח מול קרי


הישראלי יחל את דרכו בפורטלנד ב-23.10 מול גולדן סטייט ואת לברון ג'יימס הוא יפגוש
ב-8.12. מתי ישחק מול לוקה דונציץ' ומתי יהיה מול וושינגטון? 7


עוד בכדורסל עולמי

ספורט אחר


"מביך, תוודאו שהשטות הזו לא תחזור על עצמה"


ג'וקוביץ' ביקר בחריפות את מארגני ה-ATP אחרי סקנדל הענק בטורניר סינסינטי: "זה
מגוחך שאי אפשר לשנות את ההחלטה. אנחנו חיים במאה ה-21, אז בבקשה" 7




נבחרת ישראל באופניים תזנק בטור דה ל'אווניר


בהופעתה השנייה ברציפות בטור הנבחרות הגדול בעולם פיינגזיכט, בנטל, פרץ, טהר, אורי
ושיימן ייצגו את המדינה. בלקמור מ'ישראל פרמייר טק' מועמד לנצח 0


עוד בספורט אחר

ליגות נמוכות


נעים להכיר: 27 קבוצות חדשות יצטרפו לליגה ג'


ההתאחדות אישרה מועדונים חדשים שיצטרפו. הכירו את מ.כ ערד המחזירה עטרה ליושנה, 2
קבוצות חדשות בנס ציונה וקבוצה מיישוב עם פחות מ-3,000 תושבים 18




ממשיכה בפרויקט: זיו לי חתם בהפועל מגדל העמק


הבלם בן ה-20, שחקנה של עירוני ק"ש בעונה החולפת, ישחק בליגה א' בעונה הקרובה
בפרויקט של רומן זולו ודודו אוואט. גדל במחלקת הנוער של מכבי חיפה 0


עוד בליגות נמוכות

NEXT ONE - נוער וילדים


1:1 למכבי חיפה ורמה״ש, 3:4 לאשדוד על הפועל


ליגת העל לנוער נפתחה כשהירוקים איבדו נקודות. זאבי כבש ראשון, חלאילי איזן בשער
נהדר. חגיגת שערים מטורפת בין האדומים והדרומיים, מכבי פ״ת ניצחה 11




נערים ב': מכבי חיפה ובני סכנין נפרדו ב-2:2


ליגת העל שנתון 2009: שער של איתי רוסו בדקות הסיום קבע חלוקת נקודות. נתניה רשמה
1:4 על רמת השרון, מכבי תל אביב ניצחה 0:2 את הפועל באר שבע 3


עוד בNEXT ONE - נוער וילדים

אל תחמיצו


פליקי פלקה: כך המאמן הגרמני ישנה את ברצלונה


הארכיטקט של ה-2:8 המפורסם שחולק שיא מדהים עם פפ יביא את הסגנון שלו והמנטליות
המנצחת לבלאוגרנה, עם שילוב של לחץ גרמני עיקש ועקרונות מלה מאסיה 10




הפגישות הסודיות בין מסי לפפ לגבי המעבר לסיטי


נחשף: הודעות הטקסט בין הפרעוש למאמן ב-2020 כשהכוכב רצה לעזוב את בארסה, ולמה
הספרדי דחה את כריסטיאנו רונאלדו? פרטים חדשים על המעבר שכמעט קרה 12


עוד באל תחמיצו

בריאות וכושר


האם תזונה בריאה ותזונה לצורך הרזייה הן זהות?


ירידה באחוזי השומן תתרחש בעיקר עקב חיסרון קלורי, אך האם באותו חיסרון הקלורי מותר
לנו לאכול מה שבא לנו? הדיאטנית אהובה ברומברג עושה לכם סדר 0




תרגילים בביצוע "לא טוב" בונים שריר מהר יותר?


זה אולי נשמע לא הגיוני, אך מומחה הכושר ג'רמי אית'ר מסביר מדוע דווקא חצי תנועה
יכולה להיות יעילה יותר מתנועה מלאה. ומה עוד הוא ממליץ לעשות? 0


עוד בבריאות וכושר

האזור המוטורי


הטריק שיוריד לכם 10 מעלות ברכב תוך 20 שניות


לעיתים ניתן אמנם לחנות בצל או להשתמש בסכי שמש, אבל פרופסור יפני מצא שיטה מקורית
שיכולה לקרר לכם את הרכב גם בשיא הקיץ. הכירו את אפקט השאיבה 0




בכמה נמכר הרכב עמו קרוז למד לנהוג על הילוכים?


בשנת 1983 מפיק הסרט שעשועים מסוכנים לימד את הכוכב העולה דאז כיצד לנהוג על פורשה
928 ידנית עבור צילומי הסרט. מאז הוא כבר מטיס מסוקים ומטוסים 1


 * 
   מרחבי הרשת VOLVO EX30 בהצעה מחשמלת volvo



עוד בהאזור המוטורי

ביזנס


אורי אלון ישקיע בהפועל י-ם גם בעונה הקרובה


בעלי קבוצת הכדורסל לשעבר ימשיך לתמוך בזו של הכדורגל ויהיה הספונסר הראשי: "אסייע
למועדון באופן ממוקד לשדרוג הסגל עם איכות מקצועית ופוטנציאל" 3




פיפ"א הכריזה על הספונסר הרשמי של המונדיאל


'בנק אוף אמריקה' יהיה נותן החסות הרשמית של גביע העולם ב-2026. ג'יאני אינפנטינו:
"המחויבות של הבנק למעורבות קהילתית מתכתבת עם המטרות שלנו" 1


עוד בביזנס

ONE Podcasts


מכבי טיפלה בצד ימין וכעת צריכה לתקן את שמאל


האזינו לפודקאסט: עד שהאלופה לא תחתים בלם עם רגל שמאל ומחליף למילסון היא לא תגיע
למיקסום הפוטנציאל. וגם: יחזקאל, סיסוקו ומה הסיפור עם זהבי? 18




שחקני הרכש והתגליות: העונה בסרייה א' נפתחת


האזינו לפודקאסט: המועמדות הבכירות לסקודטו בעונה מלאה ברגש, המהפכים של יובה
ומילאן, איך יתמודד מוטה עם הלחץ ולמה הרוסונרי הכי יקשו על אינטר? 3


עוד בONE Podcasts




כדורגל ישראלי חדשות

ליגת העל

ליגה לאומית

ליגות נמוכות

גביע המדינה

גביע הטוטו

גביע הטוטו לאומית

ליגת העל לנוער

נוער וילדים NEXT ONE

ספורט תיכוניים

ליגת ''יעז'' פוצ'יוולי

נבחרת ישראל

ליגת העל לנשים

הליגה הלאומית לנשים

התאחדות/שופטים כדורגל עולמי חדשות

ליגה ספרדית

ליגה איטלקית

ליגת האלופות

הליגה האירופית

קונפרנס ליג

ליגה אנגלית

ליגה גרמנית

ליגה צרפתית

ליגה בלגית

ליגה הולנדית

ליגה רוסית

ליגה טורקית

ליגה יוונית

ליגה קפריסאית

ליגה סקוטית

ליגה פורטוגלית

ליגה שווייצרית

ליגה אוסטרית

ליגה פולנית

ליגה ארגנטינאית

ליגה ברזילאית

ליגת האומות

מוקדמות יורו 24

מונדיאליטו

יורו עד 21

ליגות נוספות כדורסל ישראלי חדשות

ליגת ווינר סל

גביע המדינה

גביע ווינר

לאומית גברים

ליגת ווינר אתנה נשים

ליגת התיכונים

נבחרת ישראל כדורסל עולמי

חדשות

NBA

יורוליג

יורוקאפ

ליגת האלופות של פיב''א

ליגה ספרדית

ליגה יוונית

ליגה איטלקית

ליגה טורקית

ליגה אדריאטית ספורט אחר חדשות

טניס

גלישת גלים

בריאות וכושר

האזור המוטורי

ONE CHAMPIONSHIP

כדוריד

כדורעף

כדורשת

ג'ודו

שייט

גלישת רוח

אופניים

אתלטיקה/התעמלות

שחייה

טאקוונדו / אגרוף

ספורט אמריקני / NFL

ספורט בקהילה

ענפי ספורט אילת

התאחדות בתי הספר

המשחקים הפראלימפיים



"גאה להיות משפחת לוזון, וגאה לאמן בנבחרת"


גיא לוזון לתוכנית הספורט ב-102FM: "לא חושב שהשיטה הייתה הבעיה. הביקורות? לא
שמעתי, לא מתייחס לזה". וגם: עתידו והסיבה שעדי יונה לא היה בהרכב


ראובני: לי הייתה עבודה קלה יותר, לא ציפו ממני


תום ראובני ושרון קנטור, שזכו במדליות הזהב והכסף בהתאמה סיפרו בהתרגשות: "ההישג
הוא של כל עם ישראל, לא מעכלים". אסי ממן, שליח ONE לפאריס


קשרים ישראלים מכל כיוון: קאנגווה חוזר לב"ש


הוא לא קיבל חוזה בב"ש ב-2018, אחיו שיחק ברעננה, משחקו החלש ביותר היה
מול חיפה, בכר התאכזב ממנו בבלגרד, ואברהם גרנט סומך עליו בנבחרת זמביה


האקסית של לאזטיץ': הכירו את באצ'קה טופולה


מאמן מכבי תל אביב עשוי לפגוש את קבוצתו לשעבר חודשיים בלבד אחרי שעזב אותה. היכרות
עם הקבוצה שבאצטדיונה הביתי הפסידו הצהובים 6:1 לאולימפיאקוס


המנוע החדש של מכבי ת"א? היכרות עם סיסוקו


לצד הגיליון הבריאותי הבעייתי וחוסר הניסיון, בצרפת מספרים על הקשר ששואב השראה
ממודריץ' וגונדואן שהוא פעלתן, רב גוני, יוזם ובעל שליטה טובה






 * ספורט
 * טניס
 * כדוריד
 * אופניים
 * שחיה
 * ג'ודו
 * טאקוונדו

 * גליצ'ים

 * כדורסל ישראלי
 * ליגת ווינר
 * ליגה לאומית גברים
 * ליגת העל נשים
 * גביע המדינה בכדורסל
 * נבחרת ישראל בכדורסל
 *  

 * כדורסל עולמי
 * יורוליג
 * יורוקאפ
 * NBA
 * ליגה ספרדית בכדורסל
 * ליגה יוונית

 * כדורגל ישראלי
 * ליגת העל
 * ליגה לאומית
 * גביע המדינה
 * גביע הטוטו
 * נבחרת ישראל

 * כדורגל עולמי
 * פרמיירליג
 * ליגה איטלקית
 * ליגה ספרדית
 * בונדסליגה
 * ליגת האלופות

 * ONE
 * כתבו אלינו
 * RSS
 * תנאי שימוש
 * פרסמו אצלנו
 * דרושים
 * Look At Israel


כל הזכויות שמורות 2024-1999 © סיטינט בע"מ











// This is just a sample script. Paste your real code (javascript or HTML) here.
נגישות
תפריט נגישות
א   א   א   א
ניגודיות עדינהניגודיות גבוההמונוכרוםהדגשת קישוריםחסימת אנימציהפונט קריאסגוראיפוס
הגדרות נגישותלהורדת מודול נגישות חינם