Today's Digital Newspaper

The Gazette

Weather Block Here



Homeless veterans in Colorado Springs offered a hand up and a handout ahead of cold winter months

Rambo, a big, bushy 7-year-old German shepherd is a great companion for Michael Mitchell, an Army veteran who relies on his dog for peace of mind, safety and security.

On Tuesday during the 23rd annual Stand Down for Colorado’s Homeless Veterans, it was Mitchell’s turn to give back to Rambo by getting him free veterinary care.

The 44-year-old former Army aircraft refueler, who served from 1997 to 2007, said he was was thrilled he could get care for his dog.

092221-news-veterans 02.jpg

Rambo, the German Shepherd, is comforted while getting his shots. Rambo was getting the care he needed while his owner attended a stand down for homeless veterans. The El Paso County Homeless Veteran Coalition held their annual Homeless Veteran Stand Down on Tuesday, Sept. 21, 2021 in the First Baptist Church parking lot. (Photo by Jerilee Bennett, The Gazette)

092221-news-veterans 02.jpg

Rambo, the German Shepherd, is comforted while getting his shots. Rambo was getting the care he needed while his owner attended a stand down for homeless veterans. The El Paso County Homeless Veteran Coalition held their annual Homeless Veteran Stand Down on Tuesday, Sept. 21, 2021 in the First Baptist Church parking lot. (Photo by Jerilee Bennett, The Gazette)



Fellow veteran Robin Bullock, 65, heard about the Stand Down while at a Veteran Affairs clinic and decided to stop by for a haircut and free blankets.

Bullock, who served in the Navy in the late 1970s, has been living out of his car for 14 months with no plans of changing.

He was escorted by Senior Airman Luke Rijfkogel, an Air Force reservist stationed at Schriever Space Force Base.

Rijfkogel said he volunteered so he could get to know veterans and hear their stories while helping them.

Dozens of Space Force guardians and Air Force airmen volunteered to walk with a veteran – one on one – as they moved from booth to booth in the First Baptist Church parking lot in downtown Colorado Springs. With COVID-19 still very prevalent, it was the second consecutive year the event was held outdoors.

Some of the more than four dozen organizations with booths included El Paso County Veteran Services, American Red Cross.

New this year is I Support the Girls, an international nonprofit that provides essential hygiene products to homeless women. Tess Key, who took over the local chapter along with her husband in 2019, said it is sometimes difficult to persuade event organizers to allow her group to participate.

She said she was grateful that the El Paso County Homeless Veteran Coalition, which puts on the annual event, was willing to give them a spot.

“Homeless women are invisible and have to be for safety reasons,” Key said. “There are probably a lot of men here representing for their partners.”

The group handed out hygiene products, underwear and bras.

“Even if a man doesn’t need these items, it isn’t a bad idea to carry them, because someone in his life probably does,” Key said.

In addition to connecting homeless veterans to services, they could also get a flu shot, COVID-19 vaccination and substance abuse counseling.

Sign Up For Free: AM Update Newsletter

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}

092221-news-veterans 01.JPG

Veteran Jay Bamburg picks out a new coat on a table filled with choices of no only but pants, boots and other items to help homeless veterans through the winter. The El Paso County Homeless Veteran Coalition held their annual Homeless Veteran Stand Down on Tuesday, Sept. 21, 2021 in the First Baptist Church parking lot. (Photo by Jerilee Bennett, The Gazette)

092221-news-veterans 01.JPG

Veteran Jay Bamburg picks out a new coat on a table filled with choices of no only but pants, boots and other items to help homeless veterans through the winter. The El Paso County Homeless Veteran Coalition held their annual Homeless Veteran Stand Down on Tuesday, Sept. 21, 2021 in the First Baptist Church parking lot. (Photo by Jerilee Bennett, The Gazette)



But a major focus remained on making sure veterans can keep warm during the cold months ahead.

“The services we provide are designed to assist those who truly want a hand up to get out of their situation and those who are going to be living outside,” said Brian Wess, chairman of the board of directors for the El Paso County Homeless Veteran Coalition. “We make sure the services and supplies that they get will get them through the wintertime because the last thing that we want is a veteran dying in one of our winters and unfortunately it does happen every year.”

The coalition is aware of as many as 350 homeless veterans in the region, not including those flying under the radar.

“In a country as wealthy as ours, the fact that we have any homeless veterans is a disgrace,” he said.

The government provided free military surplus items. The coalition used grant and general funds to purchase other gear including boots, jackets and blankets.

The El Paso County Homeless Veteran Coalition is an all-volunteer nonprofit organization with an estimated 98% of donations going to veterans.

The coalition hasn’t been running its transitional housing initiative since COVID-19 began because they don’t have a place to safely house veterans for 30-45 days. But the organization hopes the program can begin again next year.

The coalition also runs a year-round homeless prevention program, paying things like utility bills and rent for veterans in need.

Lt. Col. Michael Schriever logistic officer on the board of directors and commander of the 2nd Space Operations Squadron at Schriever Space Force Base, which was named for his grandfather, is a big supporter of the mission.

“We give out about $6,000 a month in our homeless prevention program,” Schriever said. “It keeps veterans off the streets before they become homeless. We’ve used the general fund to pay utilities, back rent and fixing cars so they can get to work.”

Donations remain key.

Learn more about the coalition and how to donate at epchvc.org.

“All the donations that come in are critical for us to keep our operations going,” Wess said.

Those interested in volunteering with the El Paso County Homeless Veteran Coalition can learn more by attending a monthly meeting the second Thursday of each month at 5:30 p.m. at VFW Post 101 at 702 S. Tejon St.

d3ca9629-167c-54e1-84ea-96121000e286

View Original Article | Split View

PREV

PREVIOUS

Colorado man working to get USS Arizona unknowns identified

Facebook Twitter WhatsApp SMS Email Print Copy article link Save A Colorado man is determined that human remains from the USS Arizona are DNA tested and identified after a Pentagon agency in February suggested exhuming 85 gravesites marked “unknown” and entombing the dead in the sunken battleship at Pearl Harbor. Randy Stratton — son of Donald […]

NEXT

NEXT UP

Space Force abolished? House bill would do just that

Facebook Twitter WhatsApp SMS Email Print Copy article link Save A group of House Democrats introduced a bill Wednesday to abolish the nation’s newest armed service, eliminating the Space Force and giving the Air Force its responsibilities. Backed by five members of the House Progressive Caucus, which is composed of Democrats on the party’s left […]