function read_Cookie_val(name) { const value = '; '+document.cookie; const parts = value.split('; '+name+'='); if (parts.length === 2) return parts.pop().split(';').shift(); } $(function(){ let loginsignupWidget = $('[data-component-loginsignup]'); if (read_Cookie_val('app_u_token')) { loginsignupWidget.find('.loginWidg').hide(); loginsignupWidget.find('.signupWidg').hide(); loginsignupWidget.find('.dashboardWidg').show(); loginsignupWidget.find('.logoutWidg').show(); }else{ loginsignupWidget.find('.dashboardWidg').hide(); loginsignupWidget.find('.logoutWidg').hide(); loginsignupWidget.find('.loginWidg').show(); loginsignupWidget.find('.signupWidg').show(); } });
fr_new.png
$(function(){setTimeout(function (){ let searchWidget = $('[data-component-dynamicsearch]'); console.log("searchWidget", searchWidget.find('input[name="keyword"]')); var urlParams = new URLSearchParams(window.location.search); let searchedKeyword = ''; let searchedFilters = ''; if(urlParams.has('s')){ searchedKeyword = urlParams.get('s'); } if(urlParams.has('filters')){ searchedFilters = urlParams.get('filters'); searchedFilters = searchedFilters.split(';'); } searchWidget.each(function (){ selfSearchWidget = $(this); if(searchedKeyword !=''){ selfSearchWidget.find('input[name="keyword"]').val(searchedKeyword); } if(searchedFilters){ $.each(searchedFilters, function (key, value) { if (value) { let optValue = value.split(':'); let filterName = optValue[0]; let filterVal = optValue[1]; selfSearchWidget.find('select[name="'+filterName+'"]').val(filterVal); } }); } let keyword = ''; keyword = selfSearchWidget.find('input[name="keyword"]').val(); let selectedObj = selfSearchWidget.attr("data-selected-obj"); let success_redirect = selfSearchWidget.find('input[name=success_redirect]').val(); let all_filters = ''; let filtersQS = ''; if(!success_redirect){ success_redirect = window.location.href; } if (selfSearchWidget.find('.search-filters').length > 0) { all_filters = selfSearchWidget.find('.search-filters').find('select'); all_filters.off().on('change', function(){ $(this).attr('title', $(this).val()); let QS = $(this).attr('name')+':'+$(this).val(); $(this).attr('data-qs', QS); filtersQS = ''; let filtersArr = []; all_filters.each(function(){ if($(this).attr('data-qs')){ filtersArr.push($(this).attr('data-qs')); } }); filtersQS = filtersArr.join(';'); let keyword = ''; keyword = selfSearchWidget.find('[name="keyword"]').val(); let prepSrc = ''; if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; selfSearchWidget.find('.searchBtn').attr('href', prepSrc); }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } }); } if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; selfSearchWidget.find('.searchBtn').attr('href', prepSrc); }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } selfSearchWidget.find('[name="keyword"]').on('change textInput input', function(){ let keyword = ''; keyword = $(this).val(); let prepSrc = ''; if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; selfSearchWidget.find('.searchBtn').attr('href', prepSrc); }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } }); selfSearchWidget.find('[name="keyword"]').on('keyup', function(e){ if (e.key === 'Enter' || e.keyCode === 13) { let keyword = ''; keyword = $(this).val(); let prepSrc = ''; if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; window.location.href = prepSrc; }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } } }); }); }, 2000);});
$(function () { setTimeout(function() { fillFormBasicInfoFields(); }, 2000);});

First Responder Flag Honors the Heroic Service

Nov 06, 2020 12:00 AM

First Responder Flag Honors the Heroic Service 

Each line of the flag represents a unique category of First Responder.


First Responders are real heroes who put their lives on the line for ours on a daily basis. We regard your tireless efforts and appreciate your passion and commitment to community service. What you do is truly commendable and you deserve to be respected and acknowledged. The First Responder Flag honors and respects all categories of First Responders.

Correctional Officers

The first of these thin lines is gray representing correctional officers. They are responsible for maintaining the discipline and reformation of prisoners, helping avoid potential troubles. Their responsibilities include supervising inmate activities and ensuring their safety inside the prison. These are also known as prison officers. 

Dispatch Officers

The yellow line represents dispatch officers, responsible for providing the necessary materials or support to people in need. Dispatchers also work to transport passengers safely to their destinations. Some of their major duties include: Organizing staff, arranging transport, dispatching relevant first responders to the scene, and maintaining necessary records.

Firefighters

The red line represents firefighters; true life-savers who endanger their own lives to ensure our safety. Their responsibilities include extinguishing fires to save the lives of human beings and animals. They risk their own lives in an attempt to prevent the spread of fire, keeping people and the environment safe. 

EMTs

The light white line indicates EMTs, whose timely response to emergency medical situations can mean the difference between life and death for a person in crisis. They are responsible for taking care of patients in the ambulance and transporting them to the hospitals.

Police

The dark blue line in the flag represents police officers, the men, and women responsible for maintaining law and order in society. As enforcers of the law, they use investigative skills to help prevent crime, arrest suspects, and protect the community from harm.  

Military 

The last line in the flag is green, honoring military personnel serving in the Army, Navy, Marines, and Air Force. The members of the armed forces deserve our love, support, and respect, as they strive to keep our country safe from enemies abroad. 

Conclusion

First Responders are real-life superheroes, saving us from the troubles of life. As a gesture of appreciation, we at First Responder Discounts are presenting exclusive discounted deals and special offers, exclusively for First Responders. Visit now and get favorable offers from your favorite vendors from all over the US.

Join Our Mailing List
$(function(){setTimeout(function (){makeUSStatesCitiesDropdown('[data-component-dynamicsearch]');},2000);});