Fr. Mike concludes the book of Sirach today and encourages us to continue the pursuit of wisdom. In our reading of 2 Maccabees, we see again the pillage of the Temple and we are re- introduced to Judas Maccabeus. Lastly, in Proverbs Fr. Mike encourages us to resist the temptation to rejoice when our enemies fall. Today’s readings are 2 Maccabees 5, Sirach 50-51, and Proverbs 24: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/c63e29c3-befa-46e9-a597-da2fb94e6a7a.mp3");
playcount += 1;
}
}, false);
// Listener to update the Link with Timecode URL
mediaElement.addEventListener('timeupdate', function(e) {
$("#timestamp_link").prop("href", "/2022-day-302?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