<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://ehs.ucr.edu/">
  <channel>
    <title>hand sanitizers</title>
    <link>https://ehs.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Hand Sanitizers and Surgical Masks </title>
  <link>https://ehs.ucr.edu/news/2023/04/21/hand-sanitizers-and-surgical-masks</link>
  <description>&lt;span&gt;Hand Sanitizers and Surgical Masks &lt;/span&gt;
&lt;span&gt;&lt;span&gt;hkdavis&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2023-04-20T17:49:10-07:00" title="Thursday, April 20, 2023 - 17:49"&gt;Thu, 04/20/2023 - 17:49&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://ehs.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2023-04-21T12:00:00Z"&gt;April 21, 2023&lt;/time&gt;
    
            &lt;div alt="free hand sanitizers and face masks" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;scale_367&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;&amp;quot;}" data-entity-type="media" data-entity-uuid="ac3ce201-e442-4273-ba5d-68b5b3ce9106" data-langcode="en" title="free hand sanitizers and face masks" class="embedded-entity align-right"&gt;  &lt;img loading="lazy" src="https://ehs.ucr.edu/sites/default/files/styles/scale_367/public/Hand%20Sanitizer%20%26%20Surgical%20Masks.png?itok=VPSTYJsw" alt="free hand sanitizers and face masks" title="free hand sanitizers and face masks"&gt;


&lt;/div&gt;


&lt;p&gt;Environmental Health &amp;amp; Safety has an &lt;strong&gt;excess supply of hand sanitizers and surgical masks &lt;/strong&gt;that we would like to donate to you. We know how important it is to stay protected and healthy, especially during the remainder of the cold and flu season and we would hate for these resources to go to waste when they can still be used to protect the health and safety of our community. To ensure that these resources do not go to waste, we kindly request that all interested parties collect their items before &lt;strong&gt;April 26, 2023.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our hand sanitizers are 16.90 Fl oz and come in boxes of 20 or pallets of 50. While the expiration date of the hand sanitizers is 06/15/2023, please note that they are still effective and safe to use even after the expiration date.&lt;/p&gt;

&lt;p&gt;In addition, we have single use surgical masks that have expired but can still be used as face coverings. Each case contains 2,000 masks that are broken down into 40 boxes with 50 mask per container.&lt;/p&gt;

&lt;p&gt;If you are interested in receiving a donation, please reach out to our COVID-19 Management Team at &lt;a href="mailto:covid19@ucr.edu"&gt;COVID19@ucr.edu&lt;/a&gt;. &amp;nbsp;Best windows of contact will be from 8am to 5pm. We will happy arrange for pickup and delivery, and all neighboring community members are welcome to contact us as well.&lt;/p&gt;

&lt;p&gt;Thank you for helping us make a difference in our community. We look forward to hearing from you soon and please help in making sure these resources don't go to waste This offer extends to all our UCR affiliates and all neighboring community members while supplies last. A&lt;strong&gt;ll items must be removed from UCR by no later than April 26.&lt;/strong&gt;&lt;/p&gt;
    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://ehs.ucr.edu/tags/covid" hreflang="en"&gt;covid&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://ehs.ucr.edu/tags/face-masks" hreflang="en"&gt;face masks&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://ehs.ucr.edu/tags/hand-sanitizers" hreflang="en"&gt;hand sanitizers&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;
&lt;div class="sharing-title"&gt;Share This&lt;/div&gt;&lt;span class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://ehs.ucr.edu/news/2023/04/21/hand-sanitizers-and-surgical-masks" data-a2a-title="Hand Sanitizers and Surgical Masks "&gt;&lt;a class="a2a_button_facebook"&gt;&lt;/a&gt;&lt;a class="a2a_button_x"&gt;&lt;/a&gt;&lt;a class="a2a_button_linkedin"&gt;&lt;/a&gt;&lt;a class="a2a_button_google_plus"&gt;&lt;/a&gt;&lt;a class="a2a_button_email"&gt;&lt;/a&gt;&lt;a class="a2a_button_printfriendly"&gt;&lt;/a&gt;&lt;a class="a2a_dd addtoany_share" aria-label="more options to share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fehs.ucr.edu%2Fnews%2F2023%2F04%2F21%2Fhand-sanitizers-and-surgical-masks&amp;amp;title=Hand%20Sanitizers%20and%20Surgical%20Masks%20"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

        const addClassToLabels = () =&gt; {
            const labels = targetContainer.querySelectorAll('.a2a_label');
            if (labels.length &gt; 0) {
                labels.forEach(label =&gt; {
                    if (!label.classList.contains(customClassName)) {
                        label.classList.add(customClassName);
                    }
                });
                console.log('Successfully applied show-for-sr class to AddToAny labels.');
                return true;
            }
            return false;
        };

        const observerConfig = { childList: true, subtree: true };
        const observer = new MutationObserver((mutationsList, observer) =&gt; {
            if (addClassToLabels()) {
                observer.disconnect();
            }
        });

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Fri, 21 Apr 2023 00:49:10 +0000</pubDate>
    <dc:creator>hkdavis</dc:creator>
    <guid isPermaLink="false">1263 at https://ehs.ucr.edu</guid>
    </item>

  </channel>
</rss>
