Fr. Mike expands on the passage we read in Proverbs, and emphasizes how important it is to surround ourselves with people who are striving towards holiness. He also reflects on the book of Isaiah, and how these last couple of stories show that God’s justice is always aligned with his infinite mercy. Today’s readings are Isaiah 63-64, Ezekiel 21-22, and Proverbs 13:17-20.
For the complete reading plan, visit ascensionpress.com/bibleinayear.
Please note: The Bible contains adult themes that may not be suitable for children – parental discretion is advised.
Support The Bible in a Year (with Fr. Mike Schmitz)
$(function() {
// Create a new instance of the MediaElement Player
$('#audio_player').mediaelementplayer({
audioHeight: 40,
startVolume: 1.0,
alwaysShowHours: true,
features: ['playpause','progress','current','|','duration','volume','speed'],
success: function(mediaElement, originalNode) {
mediaElement.addEventListener('loadeddata', function() {
// Player is ready
// Set the playhead based on URL parameters
if (parseInt(seconds) > 0) {
mediaElement.setCurrentTime(parseInt(seconds));
}
}, false);
// When the user actually presses play, send a request to Aphid to track
// the play and update the play-count in a more accurate fashion.
// This avoids the false-downloads that Safari generates on page-load.
var playcount = 0;
mediaElement.addEventListener('playing', function() {
if (playcount==0) {
jQuery.get("https://chrt.fm/track/GG427/aphid.fireside.fm/d/1437767933/c6354d0d-bd10-4eed-b811-1bb569d46efd/0ca9927d-1b35-47c0-8afa-0a3b123c0540.mp3");
playcount += 1;
}
}, false);
// Listener to update the Link with Timecode URL
mediaElement.addEventListener('timeupdate', function(e) {
$("#timestamp_link").prop("href", "/2022-day-221?t=" + parseInt(mediaElement.currentTime));
}, false);
}
});
// Activate modals
$('a[data-modal]').click(function(event) {
$(this).modal({
fadeDuration: 100,
});
return false;
});
});
// Twitter Share code
window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
// Facebook Share Code
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7&appId=199922820059602";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
Source link