// Load style var style = document.createElement('link'); style.setAttribute('rel', "stylesheet"); style.setAttribute('href', 'http://catholicbishops.ie/cb-feed/style.css'); document.getElementsByTagName('head')[0].appendChild(style); // --- var loadedScripts = document.getElementsByTagName('script'); var feed_js_container = loadedScripts[loadedScripts.length - 1]; //var feed_js_container = loadedScripts.lastChild; function load_cb_feed_content(){ var content = '

Pope Francis’ Message for World Day of the Sick 2017

On this World Day of the Sick, may we find new incentive to work for the growth of a culture of respect for life, health and the environment - Pope Francis
Read more...

Pope Francis invites the Church to celebrate Saint Valentine’s Day

Series of special gift tokens available to download
Read more...

Celebrating the Feast of Saint Brigid

Resources for Saint Brigid\'s Day
Read more...
'; var cont_id = 'cb-feed1'; var container = document.getElementById(cont_id); //var feed_js_container = document.getElementById('cb-feed-js'); //console.log(content); if(typeof(container) != 'undefined' && container != null){ container.innerHTML = content; container.className = "cb-feed"; }else{ var container = document.createElement("div"); container.innerHTML = content; container.id = cont_id; container.className = "cb-feed"; feed_js_container.parentNode.insertBefore(container, feed_js_container.nextSibling); } if(container.offsetWidth < 700){ var divChildNodes = container.childNodes; for(var i = 0; i < divChildNodes.length; i++){ if (divChildNodes[i].nodeType !== 3) { // nodeType 3 is a text node divChildNodes[i].className = divChildNodes[i].className + " oneinrow"; } } } } //document.addEventListener("DOMContentLoaded", function(event) { load_cb_feed_content(); //}); function resizeImgCont(){ var imgcontainer = document.getElementsByClassName('img-container'); for(var i = 0; i < imgcontainer.length; i++){ var contw = imgcontainer[i].clientWidth; imgcontainer[i].style.height = (contw * 9) / 16+"px"; } } function resizeFeedBoxes(){ var cont_id = 'cb-feed1'; var container = document.getElementById(cont_id); if(container.offsetWidth < 700){ var divChildNodes = container.childNodes; for(var i = 0; i < divChildNodes.length; i++){ if (divChildNodes[i].nodeType !== 3) { // nodeType 3 is a text node divChildNodes[i].className = divChildNodes[i].className + " oneinrow"; } } } } // Resize titles var maxHeight = 0; var elements = document.getElementsByClassName("feedtitle"); var feedboxes = document.getElementsByClassName("feedbox"); function hasClass(element, cls){ return(' ' + element.className + ' ').indexOf(' ' + cls + ' ') > -1; } // Search the highest title, and set that height to all titles function titleResizer() { var resizeTitle = setInterval(function(){ for (var i=0; i