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);});

What Makes Firefighters Real Heroes

Nov 24, 2020 12:00 AM

As the name indicates, firefighters are trained professionals in fighting fires. They work to extinguish life-threatening flames, offering help in catastrophic situations. They often put their lives on the line to save others and have been serving Americans since1678. Over time, the techniques have changed, but the risks are still the same, and these professionals work selflessly to save the lives of many people.


We at First Responder Discounts acknowledge their commitment and dedication. We appreciate them for what they do and reward them by presenting special discounts from different vendors across the US. Firefighters are real-life heroes who deserve our appreciation and respect. Here are the top four reasons we consider them heroes.


They Don’t Fear Fire

When there is an explosion or a house is on fire, people try to save themselves and run in the opposite direction. In all that chaos, firefighters are the only ones who run towards it. They are the first ones who reach the scene, putting their safety at stake to ensure ours. The firefighters know well that things might go south during their attempt to rescue others, but they don’t worry about it, showing courage and working their best to rescue others. 



They Never Give Up

Despite whatever dangers are presented them, firefighters never blink or second guess themselves. If they did, the results could be irreparable damage or loss of life. It’s only their determination and commitment to community service that keeps people safe from severe loss. They never give up, no matter how bad the situation is, and this dedication makes them real heroes. 


They Decipher the Root Cause


You might have the idea that there are several different factors that can ignite a fire. Some of the primary elements that can cause rapid spread of fire include chemicals, flammable liquids, and faulty wiring. In order to take control of the situation, firefighters decipher the cause of the fire and adopt the most suitable approach for putting it out. By pinpointing the actual cause and providing the best possible solution in the given situation, firefighters keep us safe. 


They Inspire Us

Firefighters are inspiring because of their bravery and fearlessness. Their life is full of challenges and they face new risks daily, finding solutions and preventing harm while jeopardizing their safety. Firefighters are the real superheroes in our world, and deserve to be recognized for their efforts. 


Bottom Line

Firefighters are no less than superheroes. They fight blazes and offer their services to prevent the spread of fires in order to ensure that we remain safe. We salute them for their tireless services and present exclusive discounts for them.

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