<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><meta property="og:url" content="http://www.icontact-archive.com/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=1" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js"></script>
<link rel="stylesheet" href="static/css/jquery-ui-1.8.11-c.custom.css" type="text/css" media="all" />
<script>
	
	var shortUrls = {"0":{"archiveUrl":"http:\/\/www.icontact-archive.com\/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=0","shortenedUrl":"http:\/\/icont.ac\/3QYXm"},"1":{"archiveUrl":"http:\/\/www.icontact-archive.com\/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=1","shortenedUrl":"http:\/\/icont.ac\/3QYXk"},"2":{"archiveUrl":"http:\/\/www.icontact-archive.com\/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=2","shortenedUrl":"http:\/\/icont.ac\/3QYXn"},"3":{"archiveUrl":"http:\/\/www.icontact-archive.com\/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=3","shortenedUrl":"http:\/\/icont.ac\/3QYXo"},"4":{"archiveUrl":"http:\/\/www.icontact-archive.com\/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=4","shortenedUrl":"http:\/\/icont.ac\/3QYWK"},"6":{"archiveUrl":"http:\/\/www.icontact-archive.com\/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=6","shortenedUrl":"http:\/\/icont.ac\/3QYXp"},"7":{"archiveUrl":"http:\/\/www.icontact-archive.com\/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-?w=7","shortenedUrl":"http:\/\/icont.ac\/3QYXq"}};
	
	(function($) {
		$.extend({
			getUrlVars: function()
			{
				var vars = [];
				if(window.location.search.length == 0) {
					return vars;
				}
				var hashes = window.location.search.slice(window.location.search.indexOf('?') + 1).split('&');
				for (var i = 0; i < hashes.length; i++) {
					var hash = hashes[i].split('=');
					vars.push(hash[0]);
					vars[hash[0]] = hash[1];
				}
				return vars;
			},

			getUrlVar: function(name)
			{
				return $.getUrlVars()[name];
			},

			getShortUrl:  function()
			{
				var wParameter = $.getUrlVar('w');
				if (wParameter !== undefined && shortUrls[wParameter] !== undefined) {
					return shortUrls[wParameter]['shortenedUrl'];
				}
				return shortUrls[0]['shortenedUrl'];
			},

			urlEncodeParameters: function(o)
			{
				tail = [];
				$.each(o, function(key, value)
				{
					tail.push(key + "=" + encodeURIComponent(value));
				})
				return tail.join("&");
			},

           processClick: function(key,statType,baseUrl)
           {
               	var data = {
						"d"  : key,
						"t"  : statType
					}

					var w = $.getUrlVar('w');
					if (w !== null && w !== undefined){
						data.w = w;
					}

					var params = $.urlEncodeParameters(data);

					$.getJSON(baseUrl + "/rtrack.php?" + params, '&jsoncallback=?', function(data){});
           }

		});

	})(jQuery);

</script>

<style>
	#addThisBar {
		width: 100%;
		margin: 0 0 1em 0;
		padding: 0;
		background-color: #f2f2f2;
		border-bottom: 1px solid #ccc;
		position: fixed;
		z-index: 100;
	}

	#addThisBar ul {
		list-style: none;
		width: 600px;
		margin: 0 auto;
		padding: 0;
	}

	#addThisBar li {
		float: left;
		margin-top: 2px;
	}

	#addThisBar li a {
		text-decoration: none;
		font-weight: bold;
		color: #069;
	}

	#addThisBar .shareBar {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		margin-top: 5px;
		margin-left: 10px;
		font-weight: bold;
		color: #069;
	}

    .buttons {
        width: 250px;
        margin-left: 90px;
    }

	#messageMainContent {
		position: absolute;
		top: 25px;
		left: 0px;
		width: 100%;
	}

	#poweredBy {
		float: right;
		margin-top: 2px;
		margin-right: 5px;
	}

	body {
		margin: 0;
	}
</style>
<meta property="og:image" content="http://app.icontact.com/icp/static/images/spacer.gif" />
<meta property="og:title" content="Archdiocese of Santa Fe and Catholic Charities of New Mexico To Provide Relief Assistance for Those Impacted by Hurricane Harvey" />
<meta property="og:type" content="company" />
<meta property="fb:app_id" content="217374801631195" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head><body>
<script type="text/javascript">
(function() {
    $(document).ready(function() {
            var share = $("script[type='IN/Share']").each(function(){
				$(this).attr('data-url', $.getShortUrl());
			});
            var po = document.createElement('script');
            po.type = 'text/javascript';
            po.async = true;
            po.src = 'http://platform.linkedin.com/in.js';
            var s = document.getElementsByTagName('script')[0];
            s.parentNode.insertBefore(po, s);

            var showDialogBox = (window.location.hash == '#linkedinshare' ? true : false);
            if(showDialogBox) {
                var linkedinshareDialog = $( "#linkedIn-dialog-modal" ).dialog({
                        height: 150,
                        width: 370,
                        resizable: false,
                        draggable: false,
                        modal: true
                });

                //Work around for jQuery UI to allow limiting CSS to just the dialog and overlay
                linkedinshareDialog.parent().wrap('<div class="__dialog_theme linkedIn"></div>')
                         .parent().next().wrap('<div class="__dialog_theme"></div>');//the next element is the overlay
			}
    });

    })();


function handleLinkedInShareEvent(){
                
                    $.processClick("1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-","500","https://app.icontact.com/icp");
                   
                if((window.location.hash == '#linkedinshare' ? true : false)) {
			$('#linkedInInstructions').hide();
			$('#linkedInThankYou').show();
			$("#linkedIn-dialog-modal").parent().delay(1000).fadeOut(function() {
			$("#linkedIn-dialog-modal").dialog('close');
			});
		}
        }
</script>


<div id="linkedIn-dialog-modal" class="linkedin dialogue"  style="display:none;">
	<span id="linkedInInstructions">
		<h2>Share this message</h2>
		<p>Click the button below to share this on LinkedIn.</p>
	</span>
	<span id="linkedInThankYou" style="display:none;">
		<h2>Thank you</h2>
		<p>Thank you for sharing our message on LinkedIn.</p>
	</span>
	<div id="dialoglinkedIn" class="ui-corner-all"><script type="IN/Share" data-url="http://icont.ac/3QYXm" data-onSuccess="handleLinkedInShareEvent"></script></div>
</div>
<script type="text/javascript">
window.___gcfg = {
    lang: 'en-US'
};

(function() {
    $(document).ready(function() {
        var googleplusone = $("g\\:plus").each(function() {
            $(this).attr('href', $.getShortUrl());
        });
        var po = document.createElement('script');
        po.type = 'text/javascript';
        po.async = true;
        po.src = 'https://apis.google.com/js/plusone.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(po, s);
        var showDialogBox = (window.location.hash == '#googleplusone' ? true : false);
        if (showDialogBox) {
            var googleDialog = $("#google-dialog-modal").dialog({
                height: 150,
                width: 375,
                resizable: false,
                draggable: false,
                modal: true
            });

            //Work around for jQuery UI to allow limiting CSS to just the dialog and overlay
            googleDialog.parent().wrap('<div class="__dialog_theme googlePlusOne"></div>')
                    .parent().next().wrap('<div class="__dialog_theme"></div>');//the next element is the overlay
        }

    }); //end doc ready
})(); //end function

function handleGooglePlusOneEvent(l, s){
        if (s != 'off') {
					
                    $.processClick("1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-","400","https://app.icontact.com/icp");
                    
        }
        if ((window.location.hash == '#googleplusone' ? true : false)) {
            $('#googleInstructions').hide();
            $('#googleThankYou').show();
            $("#google-dialog-modal").parent().delay(1000).fadeOut(function() {
                $("#google-dialog-modal").dialog('close');
            });
        }
}
</script>


<div id="google-dialog-modal" class="google dialogue" style="display:none;">
	<span id="googleInstructions">
		<h2>+1 this message</h2>
		<p>Click the button below to +1 this on Google+.</p>
	</span>
	<span id="googleThankYou" style="display:none;">
		<h2>Thank you</h2>
		<p>Thank you for sharing our message on Google+.</p>
	</span>

    <div id="dialogGoogle" class="ui-corner-all"><g:plusone size="tall" annotation="none" callback="handleGooglePlusOneEvent" href="http://icont.ac/3QYXm"></g:plusone></div>
</div>
<script>
	(function($) {

		$(document).ready(function() {
			$('a[class="twitter-share-button"]').each(function()
			{
				$(this).attr('data-url', $.getShortUrl());
			});

		$.getScript("http://platform.twitter.com/widgets.js", function(){
			var data = {
			
				"d"  : "1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-",
				"t"  : "300"
			
			}

			var w = $.getUrlVar('w');
			if (w !== null && w !== undefined) {
				data.w = w;
			}

			var params = $.urlEncodeParameters(data);

			function handleTweetEvent(event){
						
							$.getJSON("https://app.icontact.com/icp/rtrack.php?" + params, '&jsoncallback=?',
						
								function(data){}
								);
			}

			if($.browser.msie) {
				twttr.events.bind('click',
					handleTweetEvent
				);
			}
			else {
				twttr.events.bind('tweet',
					handleTweetEvent
				);
			}
		})
});
})(jQuery);


</script>
<div id="fb-root"></div>

<script>
	(function()	{
		$(document).ready(function() {
			var fblike = $("fb\\:like").each(function(){
				$(this).attr('href', $.getShortUrl());
			});
			var e = document.createElement('script');
			var showDialogBox = (window.location.hash == '#fblike' ? true : false);
			e.type = 'text/javascript';
			e.src = document.location.protocol + i18n.global.facebook.api_url;
			e.async = true;
			document.getElementById('fb-root').appendChild(e);

			window.fbAsyncInit = function()	{
				FB.init({appId:'217374801631195', status: true, cookie: true,xfbml: true, oauth: true});

				FB.Event.subscribe('edge.create', function(href, widget) {
					if(showDialogBox) {
							$('#likeInstructions').hide();
							$('#likeThankYou').show();
							$("#dialog-modal").parent().delay(1000).fadeOut(function() {
								$("#dialog-modal").dialog('close');
							});
					}
					
                    $.processClick("1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-","200","https://app.icontact.com/icp");
                    
				});

			};

			if(showDialogBox) {
				var likeDialog = $( "#dialog-modal" ).dialog({
					height: 150,
					width: 370,
					resizable: false,
					draggable: false,
					modal: true
				});

				//Work around for jQuery UI to allow limiting CSS to just the dialog and overlay
				likeDialog.parent().wrap('<div class="__dialog_theme facebook"></div>')
					 .parent().next().wrap('<div class="__dialog_theme"></div>');//the next element is the overlay
			}
		});
	}());


</script>

<div id="dialog-modal" class="facebook dialogue" style="display:none;">
	<span id="Instructions">
		<h2>Like this message.</h2>
		<p>Click the button below to like this on Facebook.</p>
	</span>
	<span id="likeThankYou" style="display:none;">
		<h2>Thank you</h2>
		<p>Thank you for sharing our message on Facebook.</p>
	</span>
	<div id="dialogLike" class="ui-corner-all"><span style="width:50px;height:20px;overflow:hidden;display:inline-block;"><fb:like href="http://icont.ac/3QYXm" show_faces="false" width="50" font="" layout="button_count" ref=""></fb:like></span></div>

</div><!-- AddThis Button BEGIN -->

<script>
i18n={global:{facebook:{api_url:'//connect.facebook.net/en_US/all.js'}}};
</script>


<div id="addThisBar">
	<div id="poweredBy">
		&nbsp;&nbsp; <a href=https://www.icontact.com target="_blank"><img height="20" border="0" src="https://app.icontact.com/icp/login/static/images/poweredby/poweredBy_iContact_105x20.png" /></a>
	</div>
	<ul>
		<div class = "addthis_toolbox addthis_default_style">
			<li class="buttons">
				<a class="at300b">
					<span class="facebooklikespan">
						<span style="width:50px;height:20px;overflow:hidden;display:inline-block;"><fb:like href="http://icont.ac/3QYXm" show_faces="false" width="50" font="" layout="button_count" ref=""></fb:like></span>
					</span>
				</a>
				<a class="at300b">
					<span class="twittertweetspan">
						<a href="http://twitter.com/intent/tweet" data-url="http://icont.ac/3QYXm" class="twitter-share-button" data-count="horizontal" data-via="ASFOfficial" data-text="ASF and Catholic Charities of NM To Provide Relief Assistance for Those Impacted by Hurricane Harvey @ABJohnCWester
 ">Tweet</a>
					</span>
				</a>
				<a class="at300b">
                    <div style="height:20px">
					<span class="googleplusonespan">
						<g:plusone size="tall" annotation="none" callback="handleGooglePlusOneEvent" href="http://icont.ac/3QYXm"></g:plusone>
					</span></div>
				</a>
				<a class="at300b">
   					<span class="lnkdinshare">
						<script type="IN/Share" data-url="http://icont.ac/3QYXm" data-onSuccess="handleLinkedInShareEvent"></script>
					</span>
				</a>
			</li>

			<li class="shareBar">
				Share this Page:			</li>
			<li class="shareBar">
				<a class="addthis_button">
					<img width="16" height="16" border="0" align="top" src="http://s7.addthis.com/static/btn/sm-plus.gif" alt="Share">
				</a>
			</li>
		</div>
	</ul>
</div>
<script type = "text/javascript">
	var addthis_share = {
			templates: {twitter: "Check out " + $.getShortUrl() + " via ASFOfficial" }
	};
	var addthis_config = {
		"data_track_clickback": true,
		services_compact: 'email,print,facebook,linkedin,google,digg,stumbleupon,favorites,more',
		ui_cobrand: "<a href='https://www.icontact.com'>iContact</a>"
	};
</script>
<script type = "text/javascript" src ="http://s7.addthis.com/js/250/addthis_widget.js#username=iContactCorp" ></script>
<!-- AddThis Button END --><div id="messageMainContent"><table cellpadding="0" cellspacing="0" width="100%" bgcolor="#ebedee" style="background-color:#ebedee"><tbody><tr><td align="center" style="text-align:left"><table align="center" cellpadding="0" cellspacing="0" id="topMessageWrapper" style="background-color: #ebedee; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px; width: 560px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border-top: 0px none transparent; border-right: 0px none transparent; border-bottom: 0px none transparent; border-left: 0px none transparent; margin: 0 auto;" bgcolor="#ebedee" width="560"><tbody><tr><td>
<!-- DO NOT DELETE OR CHANGE - This template derived from HeadMainAndFoot --><table width="560" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="background-color: transparent; border-width: 0px; border-style: solid; border-color: transparent; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" bgcolor="transparent">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="padding-top: 10px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" unselectable="on" valign="top">
<div style="border-color: #c2d9e7;" class="">
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="word-wrap: break-word; table-layout: fixed;"><tbody><tr><td style="background-color: transparent; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; border-left: 0px solid transparent; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" bgcolor="transparent">
<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><img alt="" src="http://staticapp.icpsc.com/icp/loadimage.php/mogile/730220/be94106ad8bd88858900357d23f77610/image/jpeg" style="border: 0px solid transparent; margin: 0px; width: 560px; height: 162px; display: inline;" width="560" height="162"><a href="http://click.icptrack.com/icp/rclick.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-&amp;destination=http%3A%2F%2Ftwitter.com%2F%23%2521%2FASFOfficial" style="color: #5a82a3;"><img alt="" src="http://files.icontact.com/templates/v2/GlobalTechPostcardGray/images/twitter.gif" style="border: 0px solid transparent; margin: 0px; float: right; display: block;" align="right"></a><a href="http://click.icptrack.com/icp/rclick.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-&amp;destination=http%3A%2F%2Fwww.facebook.com%2Fpages%2FAlbuquerque-NM%2FArchdiocese-of-Santa-Fe-Official%2F10150094714850134" style="color: #5a82a3;"><img alt="" src="http://files.icontact.com/templates/v2/GlobalTechPostcardGray/images/facebook.gif" style="border: 0px solid transparent; margin: 0px; float: right; display: block;" align="right"></a></p>
</td></tr></tbody></table></div>
<div class="" style="display: block; top: 0px; left: 0px; border-color: #c2d9e7;">
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="word-wrap: break-word; table-layout: fixed;"><tbody><tr><td style="background-color: transparent; padding-top: 11px; padding-right: 11px; padding-bottom: 11px; padding-left: 11px; border-top: 0px none transparent; border-right: 0px none transparent; border-bottom: 0px none transparent; border-left: 0px none transparent; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" bgcolor="transparent">
<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>Archdiocese of Santa Fe</strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>&nbsp; Office of Communications/Social Media </strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4000 Saint Joseph Place NW</strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>&nbsp;&nbsp; Albuquerque, NM 87120-1714</strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 25px;"><strong>Statement</strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>Archdiocese of Santa Fe and </strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>Catholic Charities of New Mexico</strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>To Provide Relief Assistance for Those Impacted by </strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><strong>Hurricane Harvey</strong></span></p>

<p style="text-align: center; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;">ALBUQUERQUE, NM – Tuesday, August 29, 2017— IMMEDIATE RELEASE</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;"><em>Please join me in prayer for the safety and wellbeing of the all the communities and each of the brave first responders and volunteers who are helping those affected by Hurricane Harvey. </em>&nbsp;Archbishop John C. Wester</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;">The Archdiocese of Santa Fe and Catholic Charities of New Mexico are working collaboratively to provide relief assistance to those affected by Hurricane Harvey and its aftermath. We have set up a link on both websites to provide New Mexicans the opportunity to donate and assist with the Hurricane Harvey relief process.&nbsp;</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;">Archdiocese of Santa Fe <a href="http://click.icptrack.com/icp/rclick.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-&amp;destination=http%3A%2F%2Fwww.archdiosf.org" style="color: #5a82a3;">www.archdiosf.org</a>&nbsp;&nbsp;</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;">Catholic Charities of New Mexico <a href="http://click.icptrack.com/icp/rclick.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-&amp;destination=http%3A%2F%2Fwww.ccasfnm.org" style="color: #5a82a3;">www.ccasfnm.org</a></span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;">The donations collected will be given to Catholic Charities in Southeast Texas and Louisiana to provide relief assistance or to use the money locally if New Mexico is engaged in assisting displaced persons affected by Hurricane Harvey.</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;">In addition to the online donations, all Archdiocese of Santa Fe parishes have been invited to participate in a second collection during the weekend of September 16-17, 2017 to aid those affected by Hurricane Harvey.&nbsp; These donations will also be given to Catholic Charities in Southeast Texas and Louisiana to help relief efforts.&nbsp;</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 15px;">At this time, we are not collecting in-kind donations nor recruiting volunteers to go to Texas.&nbsp; Only volunteers with specific skills and the ability to be self-sufficient should even consider traveling to assist those in need and should find an agency like the Red Cross or other first responder groups to work through.—END</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 13px;"><span style="font-size: 15px;"><span style="color: #0000ff;">For more news, check out our website at www.archdiosf.org.&nbsp; Find out the latest news and Gospel readings by liking us on Facebook (Archdiocese Santa Fe Official), on Twitter (@ASFOfficial) and Instagram (ASFOfficial).</span> </span></span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;">&nbsp;</p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 13px;">Celine Baca Radigan<br>
Director, Communications/Social Media<br>
Archdiocese of Santa Fe</span></p>
</td></tr></tbody></table></div>
</td></tr></tbody></table></td></tr><tr><td style="background-color: #ffffff; border-width: 0px; border-style: solid; border-color: transparent; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" bgcolor="#ffffff">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" unselectable="on" valign="top">
<div class="" style="display: block; top: 0px; left: 0px;">
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="word-wrap: break-word; table-layout: fixed;"><tbody><tr><td style="background-color: transparent; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; border-left: 0px solid transparent; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" bgcolor="transparent">
<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 18px;"><span style="color: #5a82a3;">Archdiocese of Santa Fe Office of Communications/<br>
Social Media</span></span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-size: 12px;"><span style="color: #5a82a3;">Celine Baca Radigan, Director</span></span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 12px;"><span style="color: #45443a;">505.831.8162&nbsp; Website: <span style="color: #5a82a3;"><a href="http://click.icptrack.com/icp/rclick.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-&amp;destination=http%3A%2F%2Fwww.archdiosf.org" style="color: #5a82a3;">http://www.archdiosf.org</a></span></span></span></span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="color: #000000;"><img src="http://files.icontact.com/templates/v2/PaperPostcardInvite/images/facebook.gif" style="display: inline;">&nbsp; </span><a href="http://click.icptrack.com/icp/rclick.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-&amp;destination=http%3A%2F%2Fwww.facebook.com%2F%23%2521%2Fpages%2FArchdiocese-of-Santa-Fe-Official%2F10150094714850134" style="color: #5a82a3;"><span style="color: #000000;">Archdiocese of Santa Fe Official</span></a><span style="color: #000000;">&nbsp;&nbsp;</span></p>

<p style="margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0;"><span style="color: #000000;"><img src="http://files.icontact.com/templates/v2/PaperPostcardInvite/images/twitter.gif" style="display: inline; width: 11px; height: 15px;" width="11" height="15">&nbsp; </span><a href="http://click.icptrack.com/icp/rclick.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-&amp;destination=http%3A%2F%2Ftwitter.com%2F%23%2521%2Fasfofficial" style="color: #5a82a3;"><span style="color: #000000;">ASFOfficial</span></a><span style="color: #000000;">&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; </span></p>
</td></tr></tbody></table></div>
</td></tr></tbody></table></td></tr><tr><td style="background-color: transparent; border-width: 0px; border-style: solid; border-color: transparent; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" bgcolor="transparent">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; color: #000000; font-family: 'Trebuchet MS'; font-size: 11px;" unselectable="on" valign="top"></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table>


<!-- <img src="http://click.icptrack.com/icp/rtrack.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-" width="1" height="1"> -->
</div><script type="text/javascript">
//<![CDATA[
(function() {
var _analytics_scr = document.createElement('script');
_analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=579230611';
var _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);
})();
// ]]>
</script></body>
<script type="text/javascript">var query = document.location.href.substring(document.location.href.indexOf("1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-")).replace("?","&");var hashTag = query.indexOf("#");if(hashTag > -1) { query = query.substring(0, hashTag); }document.body.innerHTML = document.body.innerHTML.replace(/1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-/g,query);var img = new Image();img.src = "https://app.icontact.com/icp/rtrack.php?d="+query;img.width = 1;img.height = 1;document.body.appendChild(img);</script><noscript><img src="https://app.icontact.com/icp/rtrack.php?d=1LhCmXuzVYuP1n_i7kbhFUqdGOQhpRt-" width="1" height="1" /></noscript></html>