MATTOS – Snatched Gifts July 30, 2024 Rebbe's Mussar Stories MATTOS - Snatched Gifts Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="ssO5UxpwSI"><a href="https://mussarstories.com/podcast/mattos-snatched-gifts/">MATTOS – Snatched Gifts</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/mattos-snatched-gifts/embed/#?secret=ssO5UxpwSI" width="500" height="350" title="“MATTOS – Snatched Gifts” — Rebbes Mussar Stories" data-secret="ssO5UxpwSI" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
MAS’AY – The 42 Stations in the Midbar July 29, 2024 Rebbe's Mussar Stories MAS’AY - The 42 Stations in the Midbar Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="0FpfJvvYHc"><a href="https://mussarstories.com/podcast/masay-the-42-stations-in-the-midbar-2/">MAS’AY – The 42 Stations in the Midbar</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/masay-the-42-stations-in-the-midbar-2/embed/#?secret=0FpfJvvYHc" width="500" height="350" title="“MAS’AY – The 42 Stations in the Midbar” — Rebbes Mussar Stories" data-secret="0FpfJvvYHc" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
PINCHAS IV – Tzalofchad’s Daughters July 23, 2024 Rebbe's Mussar Stories PINCHAS IV - Tzalofchad’s Daughters Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="xlF6MK4Inq"><a href="https://mussarstories.com/podcast/pinchas-iv-tzalofchads-daughters/">PINCHAS IV – Tzalofchad’s Daughters</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/pinchas-iv-tzalofchads-daughters/embed/#?secret=xlF6MK4Inq" width="500" height="350" title="“PINCHAS IV – Tzalofchad’s Daughters” — Rebbes Mussar Stories" data-secret="xlF6MK4Inq" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
BOLLOK IV – Careful With Netilas Yodayim July 16, 2024 Rebbe's Mussar Stories BOLLOK IV - Careful With Netilas Yodayim Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="Kv2qwFLzI8"><a href="https://mussarstories.com/podcast/bollok-iv-careful-with-netilas-yodayim/">BOLLOK IV – Careful With Netilas Yodayim</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/bollok-iv-careful-with-netilas-yodayim/embed/#?secret=Kv2qwFLzI8" width="500" height="350" title="“BOLLOK IV – Careful With Netilas Yodayim” — Rebbes Mussar Stories" data-secret="Kv2qwFLzI8" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
CHUKAS IV – Shlomo’s Wisdom July 9, 2024 Rebbe's Mussar Stories CHUKAS IV - Shlomo’s Wisdom Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="gO39QR2X3C"><a href="https://mussarstories.com/podcast/chukas-iv-shlomos-wisdom-2/">CHUKAS IV – Shlomo’s Wisdom</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/chukas-iv-shlomos-wisdom-2/embed/#?secret=gO39QR2X3C" width="500" height="350" title="“CHUKAS IV – Shlomo’s Wisdom” — Rebbes Mussar Stories" data-secret="gO39QR2X3C" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
KORACH IV – Bad Wife – Good Wife July 3, 2024 Rebbe's Mussar Stories KORACH IV - Bad Wife - Good Wife Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="fgeN3N3Xgs"><a href="https://mussarstories.com/podcast/korach-iv-bad-wife-good-wife-2/">KORACH IV – Bad Wife – Good Wife</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/korach-iv-bad-wife-good-wife-2/embed/#?secret=fgeN3N3Xgs" width="500" height="350" title="“KORACH IV – Bad Wife – Good Wife” — Rebbes Mussar Stories" data-secret="fgeN3N3Xgs" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
SH’LACH IV – Lessons From the M’ragleem June 25, 2024 Rebbe's Mussar Stories SH’LACH IV - Lessons From the M’ragleem Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="5koEeFWuR8"><a href="https://mussarstories.com/podcast/shlach-iv-lessons-from-the-mragleem-2/">SH’LACH IV – Lessons From the M’ragleem</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/shlach-iv-lessons-from-the-mragleem-2/embed/#?secret=5koEeFWuR8" width="500" height="350" title="“SH’LACH IV – Lessons From the M’ragleem” — Rebbes Mussar Stories" data-secret="5koEeFWuR8" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
B’HA’ALOSCHA IV – Hashem Loves Our Light June 18, 2024 Rebbe's Mussar Stories B’HA’ALOSCHA IV - Hashem Loves Our Light Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="pPuSbdqPxM"><a href="https://mussarstories.com/podcast/bhaaloscha-iv-hashem-loves-our-light-3/">B’HA’ALOSCHA IV – Hashem Loves Our Light</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/bhaaloscha-iv-hashem-loves-our-light-3/embed/#?secret=pPuSbdqPxM" width="500" height="350" title="“B’HA’ALOSCHA IV – Hashem Loves Our Light” — Rebbes Mussar Stories" data-secret="pPuSbdqPxM" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
NOSSO IV – The History of the Sh’china June 10, 2024 Rebbe's Mussar Stories NOSSO IV - The History of the Sh’china Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="Li6BYe6Cam"><a href="https://mussarstories.com/podcast/nosso-iv-the-history-of-the-shchina-2/">NOSSO IV – The History of the Sh’china</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/nosso-iv-the-history-of-the-shchina-2/embed/#?secret=Li6BYe6Cam" width="500" height="350" title="“NOSSO IV – The History of the Sh’china” — Rebbes Mussar Stories" data-secret="Li6BYe6Cam" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
BAMIDBAR IV – Wilderness, Fire, and Water June 4, 2024 Rebbe's Mussar Stories BAMIDBAR IV - Wilderness, Fire, and Water Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="Je7t1uELIQ"><a href="https://mussarstories.com/podcast/bamidbar-iv-wilderness-fire-and-water-3/">BAMIDBAR IV – Wilderness, Fire, and Water</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/bamidbar-iv-wilderness-fire-and-water-3/embed/#?secret=Je7t1uELIQ" width="500" height="350" title="“BAMIDBAR IV – Wilderness, Fire, and Water” — Rebbes Mussar Stories" data-secret="Je7t1uELIQ" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
B’CHUKOSAI IV – Hunger in Eretz Yisroel May 28, 2024 Rebbe's Mussar Stories B’CHUKOSAI IV - Hunger in Eretz Yisroel Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="uOojAgOXb8"><a href="https://mussarstories.com/podcast/bchukosai-iv-hunger-in-eretz-yisroel-2/">B’CHUKOSAI IV – Hunger in Eretz Yisroel</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/bchukosai-iv-hunger-in-eretz-yisroel-2/embed/#?secret=uOojAgOXb8" width="500" height="350" title="“B’CHUKOSAI IV – Hunger in Eretz Yisroel” — Rebbes Mussar Stories" data-secret="uOojAgOXb8" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
B’HAR IV – Avraham Inspected the Knife May 23, 2024 Rebbe's Mussar Stories B’HAR IV - Avraham Inspected the Knife Play Episode Pause Episode 1x 00:00 / Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="K6qQV2Fz2w"><a href="https://mussarstories.com/podcast/bhar-iv-avraham-inspected-the-knife-2/">B’HAR IV – Avraham Inspected the Knife</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/bhar-iv-avraham-inspected-the-knife-2/embed/#?secret=K6qQV2Fz2w" width="500" height="350" title="“B’HAR IV – Avraham Inspected the Knife” — Rebbes Mussar Stories" data-secret="K6qQV2Fz2w" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
EMOR IV – Alexander the Great in Afriki May 15, 2024 Rebbe's Mussar Stories EMOR IV - Alexander the Great in Afriki Play Episode Pause Episode 1x 00:00 / 00:05:37 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="9oDknilAZ9"><a href="https://mussarstories.com/podcast/emor-iv-alexander-the-great-in-afriki/">EMOR IV – Alexander the Great in Afriki</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/emor-iv-alexander-the-great-in-afriki/embed/#?secret=9oDknilAZ9" width="500" height="350" title="“EMOR IV – Alexander the Great in Afriki” — Rebbes Mussar Stories" data-secret="9oDknilAZ9" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
K’DOSHEEM IV – Tend to Hashem’s Vineyard May 7, 2024 Rebbe's Mussar Stories K’DOSHEEM IV - Tend to Hashem’s Vineyard Play Episode Pause Episode 1x 00:00 / 00:05:43 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="IaweHWnQoq"><a href="https://mussarstories.com/podcast/kdosheem-iv-tend-to-hashems-vineyard/">K’DOSHEEM IV – Tend to Hashem’s Vineyard</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/kdosheem-iv-tend-to-hashems-vineyard/embed/#?secret=IaweHWnQoq" width="500" height="350" title="“K’DOSHEEM IV – Tend to Hashem’s Vineyard” — Rebbes Mussar Stories" data-secret="IaweHWnQoq" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
ACHARAY MOS IV – Elders Are Special May 1, 2024 Rebbe's Mussar Stories ACHARAY MOS IV - Elders Are Special Play Episode Pause Episode 1x 00:00 / 00:04:39 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="QWOOw71zYO"><a href="https://mussarstories.com/podcast/acharay-mos-iv-elders-are-special/">ACHARAY MOS IV – Elders Are Special</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/acharay-mos-iv-elders-are-special/embed/#?secret=QWOOw71zYO" width="500" height="350" title="“ACHARAY MOS IV – Elders Are Special” — Rebbes Mussar Stories" data-secret="QWOOw71zYO" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
M’TZORA IV – Snakes Have Tsoraas April 16, 2024 Rebbe's Mussar Stories M’TZORA IV - Snakes Have Tsoraas Play Episode Pause Episode 1x 00:00 / 00:06:01 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="kR775ygmdV"><a href="https://mussarstories.com/podcast/mtzora-iv-snakes-have-tsoraas/">M’TZORA IV – Snakes Have Tsoraas</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/mtzora-iv-snakes-have-tsoraas/embed/#?secret=kR775ygmdV" width="500" height="350" title="“M’TZORA IV – Snakes Have Tsoraas” — Rebbes Mussar Stories" data-secret="kR775ygmdV" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
TAZRIA IV – Tsoraas for Gog Umagog April 10, 2024 Rebbe's Mussar Stories TAZRIA IV - Tsoraas for Gog Umagog Play Episode Pause Episode 1x 00:00 / 00:05:50 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="3lHGprcsKi"><a href="https://mussarstories.com/podcast/tazria-iv-tsoraas-for-gog-umagog/">TAZRIA IV – Tsoraas for Gog Umagog</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/tazria-iv-tsoraas-for-gog-umagog/embed/#?secret=3lHGprcsKi" width="500" height="350" title="“TAZRIA IV – Tsoraas for Gog Umagog” — Rebbes Mussar Stories" data-secret="3lHGprcsKi" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
SH’MEENEE IV – Keeping Kosher April 2, 2024 Rebbe's Mussar Stories SH’MEENEE IV - Keeping Kosher Play Episode Pause Episode 1x 00:00 / 00:06:14 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="U2GbQ5FjuS"><a href="https://mussarstories.com/podcast/shmeenee-iv-keeping-kosher/">SH’MEENEE IV – Keeping Kosher</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/shmeenee-iv-keeping-kosher/embed/#?secret=U2GbQ5FjuS" width="500" height="350" title="“SH’MEENEE IV – Keeping Kosher” — Rebbes Mussar Stories" data-secret="U2GbQ5FjuS" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
TZAV IV – King Uzia March 27, 2024 Rebbe's Mussar Stories TZAV IV - King Uzia Play Episode Pause Episode 1x 00:00 / 00:05:59 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="NB3PWZpqBr"><a href="https://mussarstories.com/podcast/tzav-iv-king-uzia/">TZAV IV – King Uzia</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/tzav-iv-king-uzia/embed/#?secret=NB3PWZpqBr" width="500" height="350" title="“TZAV IV – King Uzia” — Rebbes Mussar Stories" data-secret="NB3PWZpqBr" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
VAYIKROH IV – Olam Haboh March 19, 2024 Rebbe's Mussar Stories VAYIKROH IV - Olam Haboh Play Episode Pause Episode 1x 00:00 / 00:05:02 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="vV6D4P4Qes"><a href="https://mussarstories.com/podcast/vayikroh-iv-olam-haboh/">VAYIKROH IV – Olam Haboh</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/vayikroh-iv-olam-haboh/embed/#?secret=vV6D4P4Qes" width="500" height="350" title="“VAYIKROH IV – Olam Haboh” — Rebbes Mussar Stories" data-secret="vV6D4P4Qes" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
P’KOODAY IV – A Neshama’s Journey March 13, 2024 Rebbe's Mussar Stories P’KOODAY IV - A Neshama’s Journey Play Episode Pause Episode 1x 00:00 / 00:09:31 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="HkjmwqrHR2"><a href="https://mussarstories.com/podcast/pkooday-iv-a-neshamas-journey/">P’KOODAY IV – A Neshama’s Journey</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/pkooday-iv-a-neshamas-journey/embed/#?secret=HkjmwqrHR2" width="500" height="350" title="“P’KOODAY IV – A Neshama’s Journey” — Rebbes Mussar Stories" data-secret="HkjmwqrHR2" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
VAYAKHEL – Everyone Must Make the Aron March 10, 2024 Rebbe's Mussar Stories VAYAKHEL - Everyone Must Make the Aron Play Episode Pause Episode 1x 00:00 / 00:05:06 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="JeNCCDo5Uk"><a href="https://mussarstories.com/podcast/vayakhel-everyone-must-make-the-aron/">VAYAKHEL – Everyone Must Make the Aron</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/vayakhel-everyone-must-make-the-aron/embed/#?secret=JeNCCDo5Uk" width="500" height="350" title="“VAYAKHEL – Everyone Must Make the Aron” — Rebbes Mussar Stories" data-secret="JeNCCDo5Uk" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
KEE SEESOH IV – Chizkiya Hamellech’s Refua Sh’layma February 28, 2024 Rebbe's Mussar Stories KEE SEESOH IV - Chizkiya Hamellech’s Refua Sh’layma Play Episode Pause Episode 1x 00:00 / 00:07:19 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="wVw4IczST2"><a href="https://mussarstories.com/podcast/kee-seesoh-iv-chizkiya-hamellechs-refua-shlayma/">KEE SEESOH IV – Chizkiya Hamellech’s Refua Sh’layma</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/kee-seesoh-iv-chizkiya-hamellechs-refua-shlayma/embed/#?secret=wVw4IczST2" width="500" height="350" title="“KEE SEESOH IV – Chizkiya Hamellech’s Refua Sh’layma” — Rebbes Mussar Stories" data-secret="wVw4IczST2" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
T’TZAVEH IV – Why Yehoshua Lost 10 Years of Life February 21, 2024 Rebbe's Mussar Stories T’TZAVEH IV - Why Yehoshua Lost 10 Years of Life Play Episode Pause Episode 1x 00:00 / 00:06:26 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="szIROF6FnQ"><a href="https://mussarstories.com/podcast/ttzaveh-iv-why-yehoshua-lost-10-years-of-life/">T’TZAVEH IV – Why Yehoshua Lost 10 Years of Life</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/ttzaveh-iv-why-yehoshua-lost-10-years-of-life/embed/#?secret=szIROF6FnQ" width="500" height="350" title="“T’TZAVEH IV – Why Yehoshua Lost 10 Years of Life” — Rebbes Mussar Stories" data-secret="szIROF6FnQ" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
TERUMA IV – The Mikdosh for All Mankind February 15, 2024 Rebbe's Mussar Stories TERUMA IV - The Mikdosh for All Mankind Play Episode Pause Episode 1x 00:00 / 00:06:48 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="ob3Vi6VK9i"><a href="https://mussarstories.com/podcast/teruma-iv-the-mikdosh-for-all-mankind/">TERUMA IV – The Mikdosh for All Mankind</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/teruma-iv-the-mikdosh-for-all-mankind/embed/#?secret=ob3Vi6VK9i" width="500" height="350" title="“TERUMA IV – The Mikdosh for All Mankind” — Rebbes Mussar Stories" data-secret="ob3Vi6VK9i" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
MISHPATIM IV – Don’t Curse a Judge February 7, 2024 Rebbe's Mussar Stories MISHPATIM IV - Don’t Curse a Judge Play Episode Pause Episode 1x 00:00 / 00:04:11 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="Aw9fHDWNSh"><a href="https://mussarstories.com/podcast/mishpatim-iv-dont-curse-a-judge/">MISHPATIM IV – Don’t Curse a Judge</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/mishpatim-iv-dont-curse-a-judge/embed/#?secret=Aw9fHDWNSh" width="500" height="350" title="“MISHPATIM IV – Don’t Curse a Judge” — Rebbes Mussar Stories" data-secret="Aw9fHDWNSh" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
YISRO IV – The Special #3 January 30, 2024 Rebbe's Mussar Stories YISRO IV - The Special #3 Play Episode Pause Episode 1x 00:00 / 00:05:45 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="ok5u9jt5kg"><a href="https://mussarstories.com/podcast/yisro-iv-the-special-3/">YISRO IV – The Special #3</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/yisro-iv-the-special-3/embed/#?secret=ok5u9jt5kg" width="500" height="350" title="“YISRO IV – The Special #3” — Rebbes Mussar Stories" data-secret="ok5u9jt5kg" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
B’SHALACH IV – Daaven During a War January 23, 2024 Rebbe's Mussar Stories B’SHALACH IV - Daaven During a War Play Episode Pause Episode 1x 00:00 / 00:06:08 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="k1wg0ZTUro"><a href="https://mussarstories.com/podcast/bshalach-iv-daaven-during-a-war/">B’SHALACH IV – Daaven During a War</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/bshalach-iv-daaven-during-a-war/embed/#?secret=k1wg0ZTUro" width="500" height="350" title="“B’SHALACH IV – Daaven During a War” — Rebbes Mussar Stories" data-secret="k1wg0ZTUro" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
BO IV – Eretz K’naan January 16, 2024 Rebbe's Mussar Stories BO IV - Eretz K’naan Play Episode Pause Episode 1x 00:00 / 00:04:33 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="EPNY8FmEOd"><a href="https://mussarstories.com/podcast/bo-iv-eretz-knaan/">BO IV – Eretz K’naan</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/bo-iv-eretz-knaan/embed/#?secret=EPNY8FmEOd" width="500" height="350" title="“BO IV – Eretz K’naan” — Rebbes Mussar Stories" data-secret="EPNY8FmEOd" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>
VO’AYRA IV – Makkas Daam January 10, 2024 Rebbe's Mussar Stories VO’AYRA IV - Makkas Daam Play Episode Pause Episode 1x 00:00 / 00:07:03 Subscribe Share RSS Feed Share Link Embed <blockquote class="wp-embedded-content" data-secret="kqrov8qHQq"><a href="https://mussarstories.com/podcast/voayra-iv-makkas-daam/">VO’AYRA IV – Makkas Daam</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://mussarstories.com/podcast/voayra-iv-makkas-daam/embed/#?secret=kqrov8qHQq" width="500" height="350" title="“VO’AYRA IV – Makkas Daam” — Rebbes Mussar Stories" data-secret="kqrov8qHQq" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script> /** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * Single line comments should not be used since they will break * the script when inlined in get_post_embed_html(), specifically * when the comments are not stripped out due to SCRIPT_DEBUG * being turned on. */ (function ( window, document ) { 'use strict';\n\n /* Abort for ancient browsers. */ if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) { return; }\n\n /** @namespace wp */ window.wp = window.wp || {};\n\n /* Abort if script was already executed. */ if ( !! window.wp.receiveEmbedMessage ) { return; }\n\n /** * Receive embed message. * * @param {MessageEvent} e */ window.wp.receiveEmbedMessage = function( e ) { var data = e.data;\n\n /* Verify shape of message. */ if ( ! ( data || data.secret || data.message || data.value ) || /[^a-zA-Z0-9]/.test( data.secret ) ) { return; }\n\n var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL;\n\n for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; }\n\n for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ];\n\n if ( e.source !== source.contentWindow ) { continue; }\n\n source.removeAttribute( 'style' );\n\n if ( 'height' === data.message ) { /* Resize the iframe on request. */ height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; }\n\n source.height = height; } else if ( 'link' === data.message ) { /* Link to a specific URL on request. */ sourceURL = new URL( source.getAttribute( 'src' ) ); targetURL = new URL( data.value );\n\n if ( allowedProtocols.test( targetURL.protocol ) && targetURL.host === sourceURL.host && document.activeElement === source ) { window.top.location.href = data.value; } } } };\n\n function onLoad() { var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), i, source, secret;\n\n for ( i = 0; i < iframes.length; i++ ) { /** @var {IframeElement} */ source = iframes[ i ];\n\n secret = source.getAttribute( 'data-secret' ); if ( ! secret ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substring( 2, 12 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); }\n\n /* * Let post embed window know that the parent is ready for receiving the height message, in case the iframe * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the * window will then (re-)send the height message right away. */ source.contentWindow.postMessage( { message: 'ready', secret: secret }, '*' ); } }\n\n window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); })( window, document ); //# sourceURL=https://mussarstories.com/wp-includes/js/wp-embed.js </script>