הומור

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

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

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

לחץ כאן
אא

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

פרקיאבותעםביאור"נזר הדעת"-הרבזמירכהן(2כרכים)

89לרכישה

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

מחזורלבתישראלשירתחיי-שבועות-הרבניתחגיתשירה

אמונהוביטחון-הרביגאלכהן

לגימותשלהשראה-הרביצחקפנגר

לגדול2-43סיפוריםעלמסכתאבותועלינו-סיוןרהבמאיר

הלכהלמעשה-שו"ת בדיני אורח חיים על סדר השולחן ערוך - הרב ירון אשכנזי

const{createApp,h}=Vue;import VideoReplacementComponent from'/themes/HDB/videojs/article_video.js?ver=10110';import CommentsComponent from'/themes/HDB/components/Comments.js?ver=10110';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);});