<html>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>

    <style>
	  
      .custom-body {
        height: 45vh;
        overflow-y: auto; 
		background-image: url('wp-content/plugins/jt-kodesh/src/background.jpg');
		background-repeat: no-repeat;
		background-size: 75vh;
		background-position: center;
		font-family:Arial;
		font-size: בחר גודל פונטpx;
		
        }
	       .modal-content{
        z-index: 9999999;
        font-family:Arial;
      }
	  
	  .custom-body-text{
		margin-top: 10%;
	  }
	  
	  .msgTitle{
		  
		  color:#000000;
		  
		  font-weight: bold;
	  }
	  
	  .msgText{
		  color:#000000;
		  font-size: 70%;
		  font-weight: bold;
	  }
	  /*נסתיר את סל הקניות שמופיע משום מה באלמנטור */
	  .elementor-menu-cart__main { 
		visibility: hidden;
	  }
	  #timerPopup{
            z-index: 9999;
        font-family:Arial;
      }
	  /* ם רוצים להסתיר את כל העוטף של אלמנטור 
	  .elementor-section-wrap { 
		visibility: hidden;
	  }
	  */
	  
	  
    </style>

<!-- Modal -->
<div class="modal fade" id="timerPopup" tabindex="-1" role="dialog" aria-labelledby="jt-kodesh-popup" aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content" >
   
		<div class="modal-body  bg-image custom-body d-flex justify-content-center"  >	
		
			<div class="col-8 custom-body-text">
				<div class="text-center ">
					<!--<h1 class='msgTitle '>שבת שלום</h1>
					<p class="msgText" >אתר זה שומר שבת וחגי ישראל</p>
					<p class="msgText" >האתר ישוב לפעילות מיד בצאת השבת</p>-->
					<h1 class='msgTitle'>האתר שומר שבתות וחגים</h1>
					<p class="msgText">נשמח שתשובו אלינו בצאת הום הקדוש</p>
					<p class="msgText"></p>
				</div>
			</div>
		</div>
	  
      <div class="modal-footer d-inline-block">
		<div id="timer" class="text-center">
			<h4>האתר ישוב לפעול בעוד</h4>
			<h4 id='cTimer'></h4> 
			<BR>
              
             
		</div>
        
		<div id="jt-footer" class=" text-left">
			
			<a href="https:\\jtplugins.com" target="_blank">
				<img style='width:20%' src='wp-content/plugins/jt-kodesh/src/jtplugins-logo.png' class=""  >
			</a>
			
		</div>
		
      </div>
    </div>
  </div>
</div>

<script>
  
  $('#timerPopup').modal({
    backdrop: 'static',
    keyboard: false
  });
  $('#timerPopup').modal('show') ;

   
</script>

<script>
	  // Set the date we're counting down to
	var nowTimestamp = 1777713396 * 1000;
	var countDownDate = 1777770925 * 1000;

	// Update the count down every 1 second
	var x = setInterval(function() {

		// Get today's date and time
		
		// המרת timestamp לתאריך קריא ב-JavaScript
		//var now = new Date().getTime();
		var now = nowTimestamp;
		
		//var now = new Date(nowTimestamp * 1000); // המרה לשניות למילישניות

	
		// Find the distance between now and the count down date
		var distance = countDownDate - now;
			
		// Time calculations for days, hours, minutes and seconds
		var days = Math.floor(distance / (1000 * 60 * 60 * 24));
		var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
		var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
		var seconds = Math.floor((distance % (1000 * 60)) / 1000);
			
		// Output the result in an element with id='cTimer'
		document.getElementById('cTimer').innerHTML = days + ' ימים , ' + hours + ' שעות , '
            + minutes + ' דקות , ' + seconds + ' שניות ';
			
		// If the count down is over, write some text 
		if (distance < 0) {
			clearInterval(x);
			$( '.modal' ).modal( 'hide' ).data( 'bs.modal', null );
			
		}
		nowTimestamp += 1000;
	}, 1000); 
</script>

</html><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//jtplugins.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://jtplugins.com/post-sitemap.xml</loc>
		<lastmod>2024-10-14T12:09:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/page-sitemap.xml</loc>
		<lastmod>2025-12-24T12:19:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/attachment-sitemap.xml</loc>
		<lastmod>2025-09-04T11:45:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/product-sitemap.xml</loc>
		<lastmod>2026-03-23T21:07:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/text-sitemap.xml</loc>
		<lastmod>2024-08-01T12:29:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/dedication-sitemap.xml</loc>
		<lastmod>2025-08-04T12:47:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/campaigns-sitemap.xml</loc>
		<lastmod>2025-09-04T09:41:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/category-sitemap.xml</loc>
		<lastmod>2024-10-14T12:09:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-03-23T21:07:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jtplugins.com/author-sitemap.xml</loc>
		<lastmod>2024-02-19T02:46:12+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->