הומור

איך אדע אם מחר יירד גשם? התשובה במקבץ הומור מורחב לחג 277

באילו שלושה דברים אדם יכול להתבונן כמעט ללא הפסקה, ואיך זה מרגיש להרדים תינוק?

לצפייה בתמונה

לחץ כאן
אא

תגיות ועדכונים:

 

הצטרפו למיזם החדש של הידברות, שמטרתו להעניק לאלפי חיילים בבסיסים ובחזית ערכות שמירה רוחנית עם ציצית, מזוזה, ספרי קודש ותכנים מחזקים. לכניסה >>

 

הרצאותושיעורים

הרבירוןאשכנזי-הציצית,השכפ"ץ היהודי

ערכתהמקדש

690לרכישה

מוצריםנוספים

סטארכיאולוגיהתנ"כית - הרב זמיר כהן

const{createApp,h}=Vue;import VideoReplacementComponent from'/themes/HDB/videojs/article_video.js?ver=10625';import CommentsComponent from'/themes/HDB/components/Comments.js?ver=10625';const commentsEl=document.getElementById('vue-comments-app');if(commentsEl){createApp({render(){return h(CommentsComponent,{itemId:commentsEl.dataset.id,itemType:commentsEl.dataset.type});}}).mount(commentsEl);} const videos=document.querySelectorAll('#article_content video');videos.forEach(video=>{const videoSrc=video.querySelector('source').src;const videoType=video.querySelector('source').type;const poster=video.dataset.poster;const title=video.dataset.title;const credit=video.dataset.credit;const muted=video.hasAttribute('muted');const autoplay=video.hasAttribute('autoplay');const replacementDiv=document.createElement('div');video.parentNode.replaceChild(replacementDiv,video);const noads=true;createApp({render(){return h(VideoReplacementComponent,{videoSrc,videoType,poster,title,credit,noads,muted,autoplay});}}).mount(replacementDiv);});