Diocese of Prince Albert

Home / News & Events /
News & Events
Events Calendar
Weekly Bulletin Inserts
Diocese Mass Times
Newsletters
Diocesan Pulse

Parish/Diocesan Events

Photo Gallery
Diocesan Pulse


The Diocesan Newspaper

The Communications office publishes news articles and features about diocesan, parish or other local events in its newsletter, The Diocesan Pulse.

 

The Spring/Summer 2009 Diocesan Pulse is finished, ready for download.

Back issues Spring 2008 / Spring 2006 / Fall 2005 / Spring 2005Spring 2008

 

How to submit an article or photo:

To submit an article to the Diocesan Pulse, please email, mail or fax your article to the Diocese of Prince Albert. Please note, all submissions will be edited for content and/or length. Remember that computer conflicts can be avoided if the printed portion of your article is copied into the body of an email, rather than sent as an attachment.

When sending photographs, please send originals only, as copies (printed or xeroxed) do not print well. Your originals will be scanned and returned by mail (don't forget to provide your return address!). Photos taken with a digital camera or scanned at home are fine. If possible, please set your digital camera or scanner to the highest possible resolution. This yields photos that look better in print. Once ready to send, just attach to your email.

News

News features also appear regularly in the weekly Catholic journal:
The Prairie Messenger

 

 
Catholic Diocese of Prince Albert © 2008 | Contact Us
if (document.getElementsByTagName) { // Initialize external link handlers var hrefs = document.getElementsByTagName("a"); for (var l = 0; l < hrefs.length; l++) { // try {} catch{} block added by erikvold VKI try{ //protocol, host, hostname, port, pathname, search, hash if (hrefs[l].protocol == "mailto:") { startListening(hrefs[l],"click",trackMailto); } else if (hrefs[l].hostname == location.host) { var path = hrefs[l].pathname + hrefs[l].search; var isDoc = path.match(/\.(?:doc|eps|jpg|png|svg|xls|ppt|pdf|xls|zip|txt|vsd|vxd|js|css|rar|exe|wma|mov|avi|wmv|mp3)($|\&|\?)/); if (isDoc) { startListening(hrefs[l],"click",trackExternalLinks); } } else { startListening(hrefs[l],"click",trackExternalLinks); } } catch(e){ continue; } } } function startListening (obj,evnt,func) { if (obj.addEventListener) { obj.addEventListener(evnt,func,false); } else if (obj.attachEvent) { obj.attachEvent("on" + evnt,func); } } function trackMailto (evnt) { var href = (evnt.srcElement) ? evnt.srcElement.href : this.href; var mailto = "/mailto/" + href.substring(7); if (typeof(pageTracker) == "object") pageTracker._trackPageview(mailto); } function trackExternalLinks (evnt) { var e = (evnt.srcElement) ? evnt.srcElement : this; while (e.tagName != "A") { e = e.parentNode; } var lnk = (e.pathname.charAt(0) == "/") ? e.pathname : "/" + e.pathname; if (e.search && e.pathname.indexOf(e.search) == -1) lnk += e.search; if (e.hostname != location.host) lnk = "/external/" + e.hostname + lnk; if (typeof(pageTracker) == "object") pageTracker._trackPageview(lnk); }