<!DOCTYPE HTML><html>
    <head>
        <script type="text/javascript">
  pw_isSiteSecure = true;
</script>
<script type='text/javascript'>
            window.isAuthor = false;

            var $buoop = {vs: {i: 10, f: 41, s: 8, c: 44}, text: 'This website may not display correctly on outdated web browsers. For the best experience please consider upgrading your browser.'}
            $buoop.ol = window.onload;
            window.onload = function () {
                try {
                    if ($buoop.ol) $buoop.ol();
                } catch (e) {
                }
                var e = document.createElement('script');
                e.setAttribute('type', 'text/javascript');
                e.setAttribute('src', '/etc/designs/corporate_design/static/clientlibs/source/lib/update.js');
                document.body.appendChild(e);
            }
        </script>
        <!--[if IE 9]><style> .cq-carousel .cq-carousel-banners [id^="cqc-carousel"] {opacity: 1 !important;} </style><![endif]-->
    <script type="text/javascript">
            var isEdit = eval('false');
            var isDesign = eval('false');
            var isPublish = eval('true');
            var isPreview = eval('false');
        </script>
        






<link rel="stylesheet" type="text/css" href="//aemstatic-ww2.azureedge.net/etc/designs/corporate_design/content4.css"><link rel="stylesheet" type="text/css" href="//aemstatic-ww1.azureedge.net/etc/designs/corporate_design/header1.css"><link rel="stylesheet" href="//aemstatic-ww2.azureedge.net/etc/clientlibs/foundation/main.ACSHASH08702d6484126849083126dc3892b5fa.css" type="text/css">
<script type="text/javascript" src="//aemstatic-ww2.azureedge.net/etc/clientlibs/granite/jquery.ACSHASHd311399a202bbfe8f6b94a4546a2a025.js"></script>
<script type="text/javascript" src="//aemstatic-ww1.azureedge.net/etc/clientlibs/granite/utils.ACSHASH960d4a24cc6fa3b473b4ae2018d5c364.js"></script>
<script type="text/javascript" src="//aemstatic-ww1.azureedge.net/etc/clientlibs/granite/jquery/granite.ACSHASH1cd927e8b915fa4931c6c086a8cfda10.js"></script>
<script type="text/javascript" src="//aemstatic-ww1.azureedge.net/etc/clientlibs/foundation/jquery.ACSHASH04c02883bbd8d131b579412d156fbd96.js"></script>
<script type="text/javascript" src="//aemstatic-ww1.azureedge.net/etc/clientlibs/foundation/main.ACSHASH3eebc4ea2697a5b6b2d591105a3f734f.js"></script>
<script type="text/javascript" src="//aemstatic-ww2.azureedge.net/etc/designs/corporate_design/static/clientlibs.ACSHASH41fcb7cb5264c443cb178089287d6b04.js"></script>
<link rel="stylesheet" href="//aemstatic-ww2.azureedge.net/etc/designs/corporate_design.ACSHASHd9bca81ab442e7003ff5996aef15c46c.css" type="text/css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//aemstatic-ww2.azureedge.net/etc/clientlibs/pwfe-search.ACSHASH2554319c580e2c9b00891bccc6bd7d91.css" type="text/css">
<script type="text/javascript" src="//aemstatic-ww1.azureedge.net/etc/clientlibs/pwfe-search.ACSHASH5ab14a56316b946c556639ac3b73fc75.js"></script>
<link rel="stylesheet" href="//aemstatic-ww1.azureedge.net/etc/designs/jems_design/clientlib.ACSHASHa2db43512b994d47312dba850e675dd1.css" type="text/css">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1"><meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="news_keywords" content="">
<script type="text/javascript">
    $(document).ready(function() {
        var openPage = $.cookie("openPage");
        if(openPage) {
          var secure = typeof window.pw_isSiteSecure != undefined ? window.pw_isSiteSecure : false;
          $.cookie("openPage", null, { path: '/', secure: secure });
            window.setTimeout(function() {
                window.location = openPage;
            },500);
        }
    });
</script>
<meta property="og:url" content="https://www.jems.com/social-media.html">
<meta property="og:title" content="Social Media">
<meta property="og:image" content="https://www.jems.com/content/jems/_jcr_content/brandingImage.img.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@jemsconnect">
<meta name="twitter:title" content="Social Media"><meta name="original-source" content="https://www.jems.com/social-media.html">
            <link rel="canonical" href="https://www.jems.com/social-media.html"/>
<!-- noindex.jsp -->
<title>Stay Connected on Social Media with JEMS</title>
<script type="text/javascript" charset="utf-8">
        var adCacheBust = new String(Math.random());
        var dynamicAdPool = "";
        var sponsoredParam = PWFE.getParameterByName('sponsored');
  </script>


  <script type="text/javascript" charset="utf-8">
      if(navigator.userAgent.match(/msie/) || navigator.userAgent.match(/\.NET\ CLR/)) {
             var oldOnload = window.onload;
             window.onload = function() {
               try {
                 if (oldOnload) oldOnload();
               } catch(e){
                 /* do nothing */
               }
               if (document.getElementById('peel') != null){
                 fixupPagePeel();
               }
             }
        }

        var savedPagePeel = '';
        function modifiedPeel(action) {
          if(action == 'peel') {
            document.getElementById('flap').style.visibility = 'hidden';
            document.getElementById('peel').style.visibility = 'visible';
            document.getElementById('peel').style.width = peelwidth + 'px';
            document.getElementById('peel').style.height = peelheight + 'px';
          } else {
            document.getElementById('flap').style.visibility = 'visible';
            if ( savedPagePeel != ''){
               document.getElementById('peel').innerHTML = savedPagePeel;
               document.getElementById('peel').onmouseleave = modifiedPeel;
            }
            document.getElementById('peel').style.visibility = 'hidden';
            document.getElementById('peel').style.width = '75px';
            document.getElementById('peel').style.height = '75px';
          }
       }

      function fixupPagePeel() {
        savedPagePeel = document.getElementById('peel').innerHTML;
        peel = modifiedPeel;
        document.getElementById('peel').onmouseleave = modifiedPeel;
      }
    </script>
<style type="text/css">
             div.cq-colctrl-lt7-c0 { width:; padding-right:;}
div.cq-colctrl-lt7-c1 { width:; padding-right:;}
div.cq-colctrl-lt7-c2 { width:; }
div.cq-colctrl-lt3-c0 { width:; padding-right:;}
div.cq-colctrl-lt3-c1 { width:; }
</style>
         </head>
    <body class="generic page ">
<script type="text/javascript">
    var scacc="pennwxy";
    var linkinternal="jems.com";
</script>
<!-- SiteCatalyst code version: H.23.Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com -->
<script type="text/javascript" src="//aemstatic-ww2.azureedge.net/etc/designs/corporate_design/static/clientlibs/source/sitecatalyst_code.js"></script>

 <script type="text/javascript">
 var pwSiteCatalystHelper = new PWFE.SiteCatalystHelper();
 var contentType = "generic";
  
 s.pageType="";
 s.pageName=(contentType == 'wrapper' ? document.title : "social-media");
 
 s.server="";
 s.channel="";
 s.prop1="";
 s.prop2="";
 s.prop3="Stay Connected on Social Media with JEMS";
 s.prop5=(contentType == 'wrapper' ? "" :contentType);
 if (contentType == 'wrapper') {
     s.prop6 = "";
     s.prop7 = s.prop6 + "/" + s.pageName;
 }
 s.prop14=pwSiteCatalystHelper.getUserLoginStatusVal(); //loggedinflag
 s.prop15=location.href;
 s.prop16="/content/jems/en/social-media";
 s.prop20=""; //Segmentation

 
 var secure = typeof window.pw_isSiteSecure != undefined ? window.pw_isSiteSecure : false;
 if ( $.cookie('sl_co') == null ){
     $.ajax({
         url: '/content/jems/en/social-media.sitelicenseinfo.html',
         dataType: 'json',
         async : false,
    //   traditional:true,
         success: function(slAjaxResult) {
             if (slAjaxResult) {
                 var siteLicenseScJsonObject = eval(slAjaxResult);
                 s.prop26 = siteLicenseScJsonObject['slco'] ? siteLicenseScJsonObject['slco'] : "";
                 s.prop27 = siteLicenseScJsonObject['sltp'] ? siteLicenseScJsonObject['sltp'] : "";
                 var sval = siteLicenseScJsonObject['slval'] ? siteLicenseScJsonObject['slval'] : "";

               $.cookie("sl_co", s.prop26, { path : '/', secure: secure });
                 $.cookie("sl_tp", s.prop27, { path : '/', secure: secure });
                 $.cookie("sl_val", sval, { path : '/', secure: secure });
                 if ( s.prop27 == 'IP')
                     s.prop28 = s.prop26 + '/' + s.prop27 + '/' + sval;
                 else
                     s.prop28 = '';
             }
         }
     });
 } else {
    s.prop26 = $.cookie('sl_co');
    s.prop27 = $.cookie('sl_tp');
    var sval = $.cookie('sl_val');
    if ( s.prop27 == 'IP')
        s.prop28 = s.prop26 + '/' + s.prop27 + '/' + sval;
    else
        s.prop28 = '';

    }
    if(s.prop26) {
        $.cookie("pwusertype", "Site License", {path : '/', secure: secure});
        s.prop14 = "Site License";
    }
    var tagArrObj = new Array();
    s.prop37="";
    s.prop38="";
    s.prop39="";
    var topicCenter = "";
    var subTopicCenter ="";
    var subSubTopicCenter ="";
    
    pwSiteCatalystHelper.setSurferProps("","","","nontopiccenter","/content/jems/en/social-media");
    
    topicCenter="";
    subTopicCenter="";
    subSubTopicCenter="";
    
    s.prop37=(topicCenter!=null )?topicCenter:"";
    s.prop38=(subTopicCenter!=null && subTopicCenter!="")? topicCenter+"/"+subTopicCenter:"";
    s.prop39=(subSubTopicCenter!=null && subSubTopicCenter!="") ? s.prop38+"/"+subSubTopicCenter:"";
    s.prop40="";
    s.prop41="";
    s.prop42="";
    s.prop43="";
    s.prop44="";
    var user = $.cookie('pwuser');
    if(user){
        var userProp = new PWFE.ComponentSecurity().deserializeUserString($.cookie('pwuser'));
        s.prop45= userProp.email;
    }else{
        s.prop45= "";
    }

    s.prop46="";

    
    var tagArrays = pwSiteCatalystHelper.separateTagsByTagHierarchy([]);
    s.prop55=tagArrays.placementTags.join(',');
    s.prop56=tagArrays.regionTopicCenters.join(',');
    s.prop57=tagArrays.regionSubtopicCenters.join(',');
    s.prop58=tagArrays.entityTopicCenters.join(',');
    s.prop59=tagArrays.entitySubtopicCenters.join(',');

    s.evar40="";
    s.evar41="";
    s.evar42="";
    s.evar43="";
    s.evar45= s.prop45;

    s.prop9="";
    s.prop10="";
    s.state="";
    s.zip="";
    s.events="";
    s.products="";
    s.purchaseID="";
    
    s.eVar1="";
    
    s.eVar2="";
    s.eVar14="";

    s.campaign="";
    if (s.getQueryParam('cmpid') != '' ) {
        s.campaign=s.getQueryParam('cmpid');
    } else if (s.getQueryParam('cid') != '') {
        s.campaign=s.getQueryParam('cid');
    } else if (s.getQueryParam('s-cmpid') != '' ) {
        s.campaign = s.getQueryParam('s-cmpid');
    } else if (s.getQueryParam('sl') != '' ) {
        s.campaign = s.getQueryParam('sl');
    }
    if(s.campaign!='' )
    {
        s.events="event6";
    }

    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
    var s_code=s.t();if(s_code)document.write(s_code)//-->
</script>
<script type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><p><a href="http://www.omniture.com" title="Web Analytics"><img src="https://pennwellcorp.112.2o7.net/b/ss/pennwxy/1/H.23--NS/0" height="1" width="1" alt=""/></a></p></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.23. -->
<!-- Begin: tealiumudo.jsp -->
<script type="text/javascript">
    var utag_data = {
        "page_name"     : "Stay Connected on Social Media with JEMS",
        "source_url"    : "https://www.jems.com/social-media.html",
        "viewed_url"    : location.href,
        "site_brand"    : "jems",
        "topical_tags"  : [],
        "location_tags" : null,
        "company_tags"  : null,
        "master_taxonomy_id": [], "master_taxonomy_subtopics": [],
        "site_type"     : "brand",
        "unified_audience_member_key" : null
    };
    if ($.cookie('pwuser')) {
        var userData = new PWFE.ComponentSecurity().deserializeUserString($.cookie('pwuser'));
        if (userData) {
              utag_data["customer_id"] = userData.webUserId;
            utag_data["customer_email"] = userData.email;
            utag_data["customer_first_name"] = userData.firstname;
            utag_data["customer_last_name"] = userData.lastname;
        }
    }
    
// Begin: tealiumudo-specific.jsp - generic


// End: tealiumudo-specific.jsp - generic
</script>
<!-- Executing SSI Call -->
        








<script> // Compliance
    window.client_ip = '74.125.76.36';
    
        
            window.pw_compliance = {"countryCode":"US","countryName":"United States","compliances":[],"error":null,"networkMetrics":{"endTime":22519493479294100,"startTime":22519493384607444,"elapsedTimeInNanoSeconds":94686656,"elapsedTimeInMilliSeconds":94.686656,"elapsedTimeInSeconds":0.094686656}}
        
        
    
</script>


    <script>utag_data["ip_address"] = "74.125.76.36";</script>


    <!-- End: tealiumudo.jsp -->
<!-- Begin: tealiumutag.jsp -->
<script type="text/javascript"> (function (a, b, c, d) {
    a = '//tags.tiqcdn.com/utag/pennwell/main/prod/utag.js';
    b = document;c = 'script';d = b.createElement(c);d.src = a;d.type = 'text/java' + c;d.async = true;
    a = b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d, a)
})();
</script>
<!-- End: tealiumutag.jsp -->
<div class="styleoverrides iparsys parsys"><div class="standard section"><div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script></div>
<div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="styleoverrides iparsys parsys"><div class="text parbase section">

<div id="superHeader" >
    
    <div id="superHeaderWrapper"><div class="brandLogos"><a alt="JEMS" title="Journal of Emergency Medical Services" href="http://www.jems.com/index.html" id="superHeaderHighlighted" class="superHeaderBL"><img src="//aemstatic-ww1.azureedge.net/content/dam/designs/jems_design/images/jems-super-logo.png" id="cq-gen767"></a><a alt="EMS Today" title="EMS Today" href="http://www.emstoday.com/index.html" class="superHeaderBL"><img src="//aemstatic-ww2.azureedge.net/content/dam/designs/jems_design/images/emsToday-logo.png" id="cq-gen768"></a><a alt="FireEMS" title="Fire EMS" href="http://www.fireemsblogs.com/" class="superHeaderBL"><img src="//aemstatic-ww1.azureedge.net/content/dam/designs/jems_design/images/fireEMS-logo.png" id="cq-gen769"></a></div>
<div class="socialWrapper"><div class="miniNav"><div><a adhocenable="false" href="http://formdesigner.ecn5.com/GetForm?tokenuid=15973414-0aa7-4efc-bbe6-90e620f827cb&amp;promoCode=RE82WEB">Subscribe</a> <span class="divider">|</span> <a href="/content/jems/en/enewsletter.html">Newsletters</a> <span class="divider">|</span> <a href="http://advertise.jems.com/index.html" adhocenable="false" target="_blank">Advertise</a> <span class="divider">|</span> <a adhocenable="false" href="/content/jems/en/about.html">About Us</a></div>
</div>
<div class="socialLogos"><div class="social"><a class="facebook-white" href="http://www.facebook.com/jemsfans">&nbsp;</a></div>
<div class="social"><a class="twitter-white" href="http://www.twitter.com/jemsconnect">&nbsp;</a></div>
<div class="social"><a class="linkedin-white" href="http://www.linkedin.com/groups?about=&amp;gid=113182">&nbsp;</a></div>
<div class="social"><a class="google-white" href="https://plus.google.com/103704897257738896625">&nbsp;</a></div>
<div class="social"><a class="rss-white" href="/content/jems/en/rss.html">&nbsp;</a></div>
</div>
</div>
</div>
<div class="clearer">&nbsp;</div>

</div></div>
<div class="standard section">
        <div class="ad-display  mobile-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'x50';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'mobile' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="standard section"><script>setMobileBreakpoint(760);</script>

<script>(function() {
  var _fbq = window._fbq || (window._fbq = []);
  if (!_fbq.loaded) {
    var fbds = document.createElement('script');
    fbds.async = true;
    fbds.src = '//connect.facebook.net/en_US/fbds.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(fbds, s);
    _fbq.loaded = true;
  }
  _fbq.push(['addPixelId', '525668727541763']);
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', 'PixelInitialized', {}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=525668727541763&amp;ev=NoScript"/></noscript>
</div>
<div class="standard section"><!-- begin Convert Experiences code--><script type="text/javascript" src="//cdn-3.convertexperiments.com/js/1002807-10021086.js"></script><!-- end Convert Experiences code -->

<!-- needs to be added to the design file --><style> .cq-wcm-edit #topHeader {height: auto; background-color: #0E6596;} .cq-wcm-edit #navigation {background-color: #1272A9;} .cq-wcm-edit #template #header #utilityBar, .cq-wcm-edit #template #header #branding {position: relative; top: initial; right: initial; bottom: initial;}</style></div>
</div>
</div>
</div>
<div class="siteconfig site"></div>
<div class="roadblock roadblockintercept">














     
     
     
        
     


     
     
        
      
    

</div>
<div id="templateOuterLeft">
    <div id="templateOuterRight">
        <div id="template" class="template-2-column">
            <div id="header" >
                <div id="topHeader">
                    <div id="lbWrapper">
                        <div id="LBleft">
                            <div id="LBright">
                                <div id="LBcenter">
                                    <div id="topLeaderBoard">
                                        <div class="leaderads iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="leaderads iparsys parsys"><div class="standard section">
        <div class="ad-display  desktop-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'Top';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'desktop' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
</div>
</div>
</div>
<div style="clear: both;"> </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div id="branding">
                            <div class="brandingImage logo">                   







<a href="/content/jems/en/index.html"><img src="//aemstatic-ww2.azureedge.net/content/jems/_jcr_content/brandingImage.img.png/1426520991787.png" alt="JEMS" title="JEMS"></a>
    
  </div>
<div style="clear: both;"> </div>
                        </div>
                    </div>
                    <div id="utilityBar">
                        <div class="utilitybox standard"><div id="loginlinksW"></div>
    <div id="subscribe"><div id="contentMenu"><ul class="menu one dropdown-secondary">
<li class="item one emsiNavItem"><h2><a href="/content/jems/en/jems-ce.html" adhocenable="false">JEMS CE</a></h2>
</li>
<li class="item one emsiNavItem"><h2><a href="/content/jems/en/journal.html" adhocenable="false">Journal</a></h2>
<ul class="menu two dropdown-secondary">
<li class="item two"><a href="/content/jems/en/supplements">Supplements</a></li>
<li class="item two"><a adhocenable="false" href="http://eforms.kmpsgroup.com/jointforms/Forms/Subscription.aspx?pubcode=JEMS&amp;step=form" target="_blank">Subscribe</a></li>
</ul>
</li>
<li class="item one emsiNavItem"><h2><a href="http://jems.careers.adicio.com" adhocenable="false">Jobs</a></h2>
<ul class="menu two dropdown-secondary">
<li class="item two"><a href="http://jems.careers.adicio.com/jobs/search/results?IsFeatured=Y" adhocenable="false">Featured Jobs</a></li>
<li class="item two"><a href="http://jems.careers.adicio.com/jobs/search" adhocenable="false">Search Jobs</a></li>
<li class="item two"><a href="http://jems.careers.adicio.com/jobs/products" adhocenable="false">Post A Job</a></li>
</ul>
</li>
<li class="item one emsiNavItem"><h2><a href="http://buyersguide.jems.com/" target="_new">Products</a></h2>
<ul class="menu two dropdown-secondary">
<li class="item two"><a href="/content/jems/en/articles/print/volume-42/issue-6/features/hot-products-from-ems-today-2017.html" adhocenable="false">Hot Products</a></li>
<li class="item two"><a href="/content/jems/en/operations/equipment-and-product-reviews.html" adhocenable="false">Product Reviews &amp; Announcements<br>
 </a></li>
<li class="item two"><a href="/content/jems/en/tvproducts.html" adhocenable="false">Product Videos</a></li>
</ul>
</li>
<li class="item one emsiNavItem"><h2><a href="/content/jems/en/webcasts.html" adhocenable="false">Webcasts</a></h2>
</li>
<li class="item one emsiNavItem"><h2><a href="/content/jems/en/whitepapers">eBooks</a></h2>
</li>
<li class="item one emsiNavItem"><h2><a href="/content/jems/en/videos.html">Videos</a></h2>
<ul class="menu two dropdown-secondary">
<li class="item two"><a adhocenable="false" href="/content/jems/en/tvexpert.html">Ask the Expert</a></li>
<li class="item two"><a href="/content/jems/en/tveducation.html" adhocenable="false">Education &amp; Training</a></li>
<li class="item two"><a href="/content/jems/en/tvems10.html" adhocenable="false">EMS 10 Interviews</a></li>
<li class="item two"><a href="/content/jems/en/tvemstoday.html" adhocenable="false">EMS Today</a></li>
<li class="item two"><a href="/content/jems/en/tvfitness.html" adhocenable="false">Fitness</a></li>
<li class="item two"><a href="/content/jems/en/tvgames.html" adhocenable="false">JEMS Games</a></li>
<li class="item two"><a href="/content/jems/en/tvproducts.html" adhocenable="false">Product Spotlight</a></li>
</ul>
</li>
</ul>
</div>
</div>
    <div id="utilityBoxSearchAutocomplete">
      <form id="utility-bar-searchForm" name="SearchForm" action="/content/jems/en/search.html" method="get">
        <div id="newReactSearchAutocomplete">
          </div>
          <button type="submit" id="utility-search-icon"><i class="fa fa-search" aria-hidden="true"></i></button>
       <div id="utility-bar-ads">
          
        <div class="ad-display  desktop-ad" id=""
             style="display: none;" >
            
               
        </div>
          </div>
    </form>
    </div>
    <script type="text/javascript">
      (function() {
        ReactDOM.render(React.createElement(
          PWFESearch.SearchBox,
          { inputProps: {id:"utilitybox-search-string", type: "search"},
            collection: 'jems',
            client: new PWFESearch.SearchServiceClient('https://wcmesb.pennwell.com/search', ["aemstatic-ww1.azureedge.net","aemstatic-ww2.azureedge.net","aemstatic-ww1.azureedge.net","aemstatic-ww2.azureedge.net"]),
            landingPage: '/content/jems/en/search'
          }),
          document.getElementById("newReactSearchAutocomplete"));
      })();
    </script>
    <script type="text/javascript">
      var loginLinks = null;
      (function() {
        loginLinks = ReactDOM.render(React.createElement(PWFE.UtilityBox.LoginLinks, {
          greeting: 'Hello',
          logoutLinkText: 'Logout',
          logoutLink: '/bin/handlelogout.html/content/jems/en/social-media.html'
        }), document.getElementById("loginlinksW"));
      })();
    </script>
    </div>
<div style="clear: both;"> </div>
                        <div class="languages languageswitcher">



</div>
<div style="clear: both"> </div>
                    </div>
                    <div id="rteArea">
                        <div class="richtextedit inherited text parbase">


<div  >
    
    
</div>
  </div>
</div>
                    <div style="clear: both;"> </div>
                </div>
                <div id="navigation">
                    <div class="topnavigation topnav"><!-- Executing SSI Call -->
        <ul class='menu one dropdown-secondary'>
  <li class='item one jemsNavItem'>
    <h2>
      <a target='' href='/content/jems/en/index.html'>Home</a>
    </h2>
    <ul class='menu two dropdown-secondary'>
      <li class='item two'>
        <a target='' href='/content/jems/en/about/contact-us.html'>Contact Us</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/special-topics/ems-today-conference.html'>EMS Today</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/ems10.html'>EMS10</a>
      </li>
      <li class='item two'>
        <a target='_new' href='http://advertise.jems.com/index.html'>Advertise</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/events.html'>Events</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/about/our-team.html'>Our Team</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/editorial-board.html'>Editorial Board</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/authors.html'>Authors</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/social-media.html'>Social Media</a>
      </li>
      <li class='item two last-item'>
        <a target='' href='/content/jems/en/submit-content-form.html'>Submit A Press Release</a>
      </li>
    </ul>
  </li>
  <li class='item one jemsNavItem'>
    <h2>
      <a target='' href='/content/jems/en/news.html'>News</a>
    </h2>
  </li>
  <li class='item one jemsNavItem'>
    <h2>
      <a target='' href='/content/jems/en/patient-care.html'>Patient Care</a>
    </h2>
    <ul class='menu two dropdown-secondary'>
      <li class='item two'>
        <a target='' href='/content/jems/en/patient-care/airway-and-respiratory.html'>Airway &amp; Respiratory</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/patient-care/cardiac-and-resuscitation.html'>Cardiac &amp; Resuscitation</a>
      </li>
      <li class='item two last-item'>
        <a target='' href='/content/jems/en/patient-care/trauma.html'>Trauma</a>
      </li>
    </ul>
  </li>
  <li class='item one jemsNavItem'>
    <h2>
      <a target='' href='/content/jems/en/adminstration-and-leadership.html'>Administration &amp; Leadership</a>
    </h2>
    <ul class='menu two dropdown-secondary'>
      <li class='item two'>
        <a target='' href='/content/jems/en/adminstration-and-leadership/communications-and-dispatch.html'>Communications &amp; Dispatch</a>
      </li>
      <li class='item two last-item'>
        <a target='' href='/content/jems/en/adminstration-and-leadership/documentation-and-patient-care-reporting.html'>Documentation &amp; Patient Care Reporting</a>
      </li>
    </ul>
  </li>
  <li class='item one jemsNavItem'>
    <h2>
      <a target='' href='/content/jems/en/ems-training.html'>Training</a>
    </h2>
  </li>
  <li class='item one jemsNavItem'>
    <h2>
      <a target='' href='/content/jems/en/operations.html'>Operations</a>
    </h2>
    <ul class='menu two dropdown-secondary'>
      <li class='item two'>
        <a target='' href='/content/jems/en/operations/ambulances-and-vehicle-ops.html'>Ambulance &amp; Vehicle Ops</a>
      </li>
      <li class='item two'>
        <a target='' href='/content/jems/en/operations/equipment-and-product-reviews.html'>Equipment &amp; Gear</a>
      </li>
      <li class='item two last-item'>
        <a target='' href='/content/jems/en/operations/rescue-and-vehicle-extrication.html'>Rescue &amp; Vehicle Extrication</a>
      </li>
    </ul>
  </li>
  <li class='item one jemsNavItem'>
    <h2>
      <a target='' href='/content/jems/en/major-incidents.html'>Major Incidents</a>
    </h2>
    <ul class='menu two dropdown-secondary'>
      <li class='item two'>
        <a target='' href='/content/jems/en/major-incidents/mass-casualty-incidents.html'>Mass Casualty Incidents</a>
      </li>
      <li class='item two last-item'>
        <a target='' href='/content/jems/en/major-incidents/terrorism-and-active-shooter.html'>Terrorism &amp; Active Shooter</a>
      </li>
    </ul>
  </li>
  <li class='item one jemsNavItem last-item'>
    <h2>
      <a target='' href='/content/jems/en/adminstration-and-leadership/community-paramedicine-and-mobile-healthcare.html'>Mobile Integrated Healthcare</a>
    </h2>
  </li>
</ul><link rel="stylesheet" type="text/css" href="//aemstatic-ww1.azureedge.net/etc/designs/corporate_design/responsive.css">
<script type="text/javascript" src="//aemstatic-ww2.azureedge.net/etc/designs/corporate_design/static/clientlibs/source/responsive.js"></script>
<div id="mobileHeader" >
    <div class="menuCentering">
        <div id="mobileSearch">
                <a href="#" id="searchIcon"></a>
            </div>
        <div id="miniNav">
        <a href="#" id="miniDrop"></a>
        <ul class='miniNav'>
  <li class=' jemsNavItem'>
    <a target='' href='/content/jems/en/jems-ce.html'>JEMS CE</a>
  </li>
  <li class=' jemsNavItem'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/journal.html'>Journal</a>
    <ul class='miniNav'>
      <li class=''>
        <a target='' href='/content/jems/en/supplements.html'>Supplements</a>
      </li>
      <li class=' last-item'>
        <a target='' href='http://eforms.kmpsgroup.com/jointforms/Forms/Subscription.aspx?pubcode=JEMS&amp;amp;step=form'>Subscribe</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem(EXTERNAL'>
    <div class='firstLevel'> </div>
    <a target='_new' href='http://jems.careers.adicio.com'>Jobs</a>
    <ul class='miniNav'>
      <li class=''>
        <a target='' href='http://jems.careers.adicio.com/jobs/search/results?IsFeatured=Y" adhocenable="false'>Featured Jobs</a>
      </li>
      <li class=''>
        <a target='' href='http://jems.careers.adicio.com/jobs/search.html'>Search Jobs</a>
      </li>
      <li class=' last-item'>
        <a target='' href='http://jems.careers.adicio.com/jobs/products.html'>Post A Job</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/operations/equipment-and-product-reviews.html'>Products</a>
    <ul class='miniNav'>
      <li class=''>
        <a target='' href='/content/jems/en/articles/print/volume-42/issue-6/features/hot-products-from-ems-today-2017.html'>Hot Products</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/operations/equipment-and-product-reviews.html'>Product Reviews &amp; Announcements</a>
      </li>
      <li class=' last-item'>
        <a target='' href='/content/jems/en/tvproducts.html'>Product Videos</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem'>
    <a target='' href='/content/jems/en/webcasts.html'>Webcasts</a>
  </li>
  <li class=' jemsNavItem'>
    <a target='' href='/content/jems/en/whitepapers.html'>White Papers</a>
  </li>
  <li class=' jemsNavItem last-item'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/videos.html'>Videos</a>
    <ul class='miniNav'>
      <li class=''>
        <a target='' href='/content/jems/en/tvexpert.html'>Ask the Expert</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/tveducation.html'>Education &amp; Training</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/tvems10.html'>EMS 10 Interviews</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/tvemstoday.html'>EMS Today</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/tvfitness.html'>Fitness</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/tvgames.html'>JEMS Games</a>
      </li>
      <li class=' last-item'>
        <a target='' href='/content/jems/en/tvproducts.html'>Product Spotlight</a>
      </li>
    </ul>
  </li>
</ul></div>

<div id="mobileNavigation">
            <a class="toggleMenu" id="toggleMenuToggler" href="#">&nbsp;</a>
            <ul class='nav'>
  <li class=' jemsNavItem'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/index.html'>Home</a>
    <ul class='nav'>
      <li class=''>
        <a target='' href='/content/jems/en/about/contact-us.html'>Contact Us</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/special-topics/ems-today-conference.html'>EMS Today</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/ems10.html'>EMS10</a>
      </li>
      <li class=''>
        <a target='_new' href='http://advertise.jems.com/index.html'>Advertise</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/events.html'>Events</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/about/our-team.html'>Our Team</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/editorial-board.html'>Editorial Board</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/authors.html'>Authors</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/social-media.html'>Social Media</a>
      </li>
      <li class=' last-item'>
        <a target='' href='/content/jems/en/submit-content-form.html'>Submit A Press Release</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem'>
    <a target='' href='/content/jems/en/news.html'>News</a>
  </li>
  <li class=' jemsNavItem'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/patient-care.html'>Patient Care</a>
    <ul class='nav'>
      <li class=''>
        <a target='' href='/content/jems/en/patient-care/airway-and-respiratory.html'>Airway &amp; Respiratory</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/patient-care/cardiac-and-resuscitation.html'>Cardiac &amp; Resuscitation</a>
      </li>
      <li class=' last-item'>
        <a target='' href='/content/jems/en/patient-care/trauma.html'>Trauma</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/adminstration-and-leadership.html'>Administration &amp; Leadership</a>
    <ul class='nav'>
      <li class=''>
        <a target='' href='/content/jems/en/adminstration-and-leadership/communications-and-dispatch.html'>Communications &amp; Dispatch</a>
      </li>
      <li class=' last-item'>
        <a target='' href='/content/jems/en/adminstration-and-leadership/documentation-and-patient-care-reporting.html'>Documentation &amp; Patient Care Reporting</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem'>
    <a target='' href='/content/jems/en/ems-training.html'>Training</a>
  </li>
  <li class=' jemsNavItem'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/operations.html'>Operations</a>
    <ul class='nav'>
      <li class=''>
        <a target='' href='/content/jems/en/operations/ambulances-and-vehicle-ops.html'>Ambulance &amp; Vehicle Ops</a>
      </li>
      <li class=''>
        <a target='' href='/content/jems/en/operations/equipment-and-product-reviews.html'>Equipment &amp; Gear</a>
      </li>
      <li class=' last-item'>
        <a target='' href='/content/jems/en/operations/rescue-and-vehicle-extrication.html'>Rescue &amp; Vehicle Extrication</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem'>
    <div class='firstLevel'> </div>
    <a target='' href='/content/jems/en/major-incidents.html'>Major Incidents</a>
    <ul class='nav'>
      <li class=''>
        <a target='' href='/content/jems/en/major-incidents/mass-casualty-incidents.html'>Mass Casualty Incidents</a>
      </li>
      <li class=' last-item'>
        <a target='' href='/content/jems/en/major-incidents/terrorism-and-active-shooter.html'>Terrorism &amp; Active Shooter</a>
      </li>
    </ul>
  </li>
  <li class=' jemsNavItem last-item'>
    <a target='' href='/content/jems/en/adminstration-and-leadership/community-paramedicine-and-mobile-healthcare.html'>Mobile Integrated Healthcare</a>
  </li>
</ul></div>

        <div id="mobileLogo">
            <div class="brandingImage logo">                   







<a href="/content/jems/en/index.html"><img src="//aemstatic-ww2.azureedge.net/etc/designs/jems_design/_jcr_content/generic/brandingImage.img.png/1427400488632.png" alt="JEMS" title="JEMS"></a>
    
  </div>
</div>

         <div id="mobileSearch2">
                <form id="utility-bar-searchForm-mobile" name="SearchForm" method="get" class="mobileSearch" action="/content/jems/en/search.html">
                <div id="react-utilitybox-search-string-mobile"> </div>
                </form>
            </div>
             <script type="text/javascript">
               (function() {
                 ReactDOM.render(React.createElement(
                   PWFESearch.SearchBox,
                   { inputProps: {id:"utilitybox-search-string-mobile", className: "mobileSearch", type: "search"},
                     collection: 'jems',
                     client: new PWFESearch.SearchServiceClient('https://wcmesb.pennwell.com/search', ["aemstatic-ww1.azureedge.net","aemstatic-ww2.azureedge.net","aemstatic-ww1.azureedge.net","aemstatic-ww2.azureedge.net"]),
                     landingPage: '/content/jems/en/search'}),
                   document.getElementById("react-utilitybox-search-string-mobile"));
               })();
             </script>
         <div class="clearer"></div>
    </div>
</div>
        <!--  SSI Call complete -->
    </div>
<div style="clear: both;"> </div>
                </div>
                <div style="clear: both;"> </div>
            </div>
            <div style="clear: both;"> </div>
            <div id="container" class="container-2-column">
                <div id="breadcrumbAds">
                        <div class="breadcrumbTop iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="breadcrumbTop iparsys parsys"></div>
</div>
</div>
<div style="clear: both;"> </div>
                    </div>
                    <div id="breadcrumbWrapper">
                        <div class="breadcrumb"><div id="breadcrumbs">
     <div>
        <ul class="breadcrumbUl">
           <li class="level1">
               <h3><a href="/content/jems/en/index.html">Home</a></h3>
          </li>
          <li class="arrow1">>>  </li><li class="level2">
               <h2>Social Media</h2>
            </li>
            </ul>
     </div>
 </div>
</div>
<div style="clear:both;"> </div>
                    </div>
                    <div id="containerTopParsys">
                        <div class="containerTop iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="containerTop iparsys parsys"></div>
</div>
</div>
<div style="clear:both;"> </div>
                    </div>
                    <div id="leftColWrapper" class="left-2-column-wrapper">
                        <div id="leftColumn" class="column663 left-2-column">
                            <div class="leftinheritedtop iparsys parsys"><div class="text parbase section">

<div  >
    
    <hr width="95%" align="left" style="height: 6px; border-width: 0; color: #005aab; background-color: #005aab;">

<h3 class="header"><b>Welcome to the</b><i><b> JEMS </b></i><b>Social Media Center</b></h3>
<p class="body">Want to share, discuss or debate something you’ve read in JEMS or on JEMS.com? Continue the conversation with your colleagues—both at home and around the world—by following, “liking,” and engaging with us on our official social media platforms - Facebook, Twitter and LinkedIn.</p>

</div></div>
<div class="standard section">
        <div class="ad-display  mobile-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/adflex';
                        var OAS_locId = 'x75';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/adflex' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'mobile' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="standard section">
        <div class="ad-display  mobile-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'x53,x54,x55,x56!x53';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'mobile' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="parsys_column cq-colctrl-lt7"><div class="parsys_column cq-colctrl-lt7-c0"><div class="text parbase section">

<div  >
    
    <p style="text-align: center;"><a adhocenable="false" href="https://www.facebook.com/jemsfans" target="_blank"><img src="//aemstatic-ww1.azureedge.net/content/dam/Events/DistribuTECH/2018/Graphics/Social-Media-full-face.png"></a></p>

</div></div>
</div><div class="parsys_column cq-colctrl-lt7-c1"><div class="text parbase section">

<div  >
    
    <p style="text-align: center;"><a adhocenable="false" href="https://twitter.com/jemsconnect" target="_blank"><img src="//aemstatic-ww2.azureedge.net/content/dam/Events/DistribuTECH/2018/Graphics/Social-Media-full-twit.png"></a></p>

</div></div>
</div><div class="parsys_column cq-colctrl-lt7-c2"><div class="text parbase section">

<div  >
    
    <p style="text-align: center;"><a adhocenable="false" href="https://www.linkedin.com/groups/113182/profile" target="_blank"><img src="//aemstatic-ww2.azureedge.net/content/dam/Events/DistribuTECH/2018/Graphics/Social-Media-full-link.png"></a></p>

</div></div>
</div></div><div style="clear:both"></div><div class="standard section">
        <div class="ad-display  mobile-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'x53,x54,x55,x56!x54';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'mobile' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="standard section">
        <div class="ad-display  mobile-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'x53,x54,x55,x56!x55';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'mobile' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="parsys_column cq-colctrl-lt3"><div class="parsys_column cq-colctrl-lt3-c0"><div class="text parbase section">

<div  >
    
    <hr width="95%" align="left" style="height: 6px; border-width: 0; color: #005aab; background-color: #005aab;">

<h3 class="header"><b>Looking for JEMS Connect?</b><i><br>
</i></h3>
<p>Over a decade ago, before the explosion of modern-day social media networks, we created JEMS Connect, an online social community that allowed EMS professionals a forum to communicate with each other.</p>
<p>Over the last several years, we’ve seen once-active voices in the JEMS Connect community gravitating to mainstream social media channels. We’ve watched and joined them as they engage with other EMS professionals as well as our brothers and sisters in emergency medicine, healthcare and the Fire service—extending even to family and friends.</p>
<p>It’s for this reason that we’ve decided to close JEMS Connect and focus where our audience lives – Facebook, Twitter and LinkedIn. We want to thank each and every one of our JEMS Connect members for being a part of this first wave of EMS social media; and, if you haven’t already done so, please join, like and follow JEMS on any one of our three official social media platforms, where you’ll be connected to more than 400,000+ EMS professionals. Let’s keep the conversation going.&nbsp; We love hearing from our loyal audience!</p>
<p>Best regards,<br>
A.J. Heightman, MPA, EMT-P<br>
Editor-In-Chief, <i>JEMS (Journal of Emergency Medical Services)</i></p>

</div></div>
<div class="standard section">
        <div class="ad-display  mobile-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'x53,x54,x55,x56!x56';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'mobile' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
</div><div class="parsys_column cq-colctrl-lt3-c1"><div class="standard section"><center>
<div class="fb-page" data-href="https://www.facebook.com/jemsfans/" data-tabs="timeline" data-width="350" data-height="700" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/jemsfans/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/jemsfans/">JEMS - Emergency Medical Services</a></blockquote></div></center></div>
</div></div><div style="clear:both"></div><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="leftinheritedtop iparsys parsys"></div>
</div>
</div>
<div class="leftcolumn parsys">
</div>
<div class="leftinheritedbottom iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="leftinheritedbottom iparsys parsys"></div>
</div>
</div>
<div style="clear:both;"> </div>
                        </div>
                        <div id="leftColumnSearchBottom">
                            <div class="leftsearchbottom iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="leftsearchbottom iparsys parsys"></div>
</div>
</div>
</div>
                    </div>
                    <div id="rightColWrapper" class="right-2-column-wrapper">
                            <div id="rightColumn" class="column663 right-2-column">
                                <div class="farcolumn iparsys parsys"><div class="standard section">
        <div class="ad-display  desktop-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/adflex';
                        var OAS_locId = 'x70';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/adflex' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'desktop' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="standard section">
        <div class="ad-display  desktop-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'Right1,Right2,Right3,Right4!Right1';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'desktop' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="reference parbase section"><div class="cq-dd-paragraph"><div class="text parbase">

<div  >
    
    <p style="text-align: center; margin: 0px; padding: 0px;"><a target="_blank" adhocenable="false" style="font-size: 14px; color: #000000;" href="http://jemsdigital.com"><img src="https://images-cdn.dashdigital.com/jems/current/cover468w.gif" id="cq-gen722" width="300"></a></p>

</div></div>
</div>
</div>
<div class="reference parbase section"><div class="cq-dd-paragraph"><div class="text_2 text parbase">

<div  >
    
    <div class="aggregate-standard compFooter"><h3 style="text-align: center;"><a class="compMoreLink" href="http://formdesigner.ecn5.com/GetForm?tokenuid=15973414-0aa7-4efc-bbe6-90e620f827cb&amp;promoCode=RE82WEB" target="_blank" adhocenable="false" style="font-size: 12px;">SUBSCRIBE</a></h3>
</div>
<div style="text-align: center;" class="aggregate-standard compFooter"><h3><a class="compMoreLink" href="http://www.jemsdigital.com/" target="_blank" adhocenable="false">DIGITAL EDITION<br>
</a></h3>
</div>
<div class="clearer">&nbsp;</div>

</div></div>
</div>
</div>
<div class="standard section">
        <div class="ad-display  desktop-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'Right1,Right2,Right3,Right4!Right2';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'desktop' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="standard section">
        <div class="ad-display  desktop-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'Right1,Right2,Right3,Right4!Right3';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'desktop' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="standard section">
        <div class="ad-display  desktop-ad" id=""
            >
            
               
                <script type="text/javascript">
               if ( !PWFE.currentAd || PWFE.currentAd.active() ) {
                        var OAS_sitepage = 'JEMS.pennnet.com/ros';
                        var OAS_locId = 'Right1,Right2,Right3,Right4!Right4';

                        if (PWFE.currentAd && PWFE.currentAd.adPoolId && PWFE.currentAd.adPoolLocation) {
                            OAS_sitepage = PWFE.currentAd.adPoolId;
                            OAS_locId = PWFE.currentAd.adPoolLocation;
                        }

                        if ( typeof dynamicAdPool == 'undefined' ) {
                            dynamicAdPool = null;
                        }
                        if ( dynamicAdPool && dynamicAdPool.length && false ) {
                            OAS_sitepage = 'JEMS.pennnet.com/ros' + '_' + dynamicAdPool;
                        }
                        else if ( false && sponsoredParam && sponsoredParam.length ) {
                            OAS_sitepage = 'JEMS.pennnet.com/' + sponsoredParam;
                        }
                        else {
                            ;
                        }

                        /* In the event the header variable isn't present (like if we are rendering the component by itself) */
                        if ( typeof adCacheBust == 'undefined' ) {
                            adCacheBust = new String(Math.random());
                        }

                        updateScreenContext();

                        if ( screenContext == 'desktop' ){
                            document.write('<scr' + 'ipt type="text/javascript" src="https://oasc04089.247realmedia.com/RealMedia/ads/adstream_jx.ads/' + OAS_sitepage + '/1' + adCacheBust.substring (2,11) + '@' + OAS_locId + '"></scr' + 'ipt>');
                        }
                    }
                </script>
                
        </div>
          
</div>
<div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="farcolumn iparsys parsys"></div>
</div>
</div>
<div style="clear:both;"> </div>
                            </div>
                        </div>
                    <div style="clear:both;"> </div>
                    <div id="containerBottomParsys">
                        <div class="containerBottom iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="containerBottom iparsys parsys"></div>
</div>
</div>
<div style="clear:both;"> </div>
                    </div>
                    <div style="clear: both;"> </div>
                    <div id="bgpromo">
                        <div id="bgpromoContent">
                            <div class="buyersguidepromo standard"></div>
<div style="clear: both;"> </div>
                        </div>
                    </div>
                    <div style="clear: both;"> </div>
                    </div>
            <div id="footer">
                <hr style="color: #efefef; margin: 0;">
                <div id="bottomLeaderBoard">
                    <div class="leaderads2 iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="leaderads2 iparsys parsys"></div>
</div>
</div>
<div style="clear: both;"> </div>
                </div>
                <hr style="color: #efefef; margin: 0;">
                <div id="footerNav">
                    <div class="footerlnks footer"><div class="basic-footer">
    <div id="pennLogo">
        </div>
    <div class="footerlink">
        <div style="clear:both;"> </div>
    </div>
</div>
</div>
<div style="clear: both;"> </div>
                </div>
                <div style="clear: both;"> </div>
            </div>
            <div style="clear: both;"> </div>
        </div>
    </div>
</div>
<div id="extendFooter">
    <div id="extendFooterContent">
        <div class="extendedfooter iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="extendedfooter iparsys parsys"><div class="text parbase section">

<div id="pwCopyright" >
    
    <div class="container"><div class="pw-copyright"><span class="copyrightText">Copyright © 2018: PennWell Corporation, Tulsa, OK. All Rights Reserved.</span></div>
</div>

</div></div>
<div class="text parbase section">

<div id="pw-footer" >
    
    <div id="jemsFooter"><div class="footerList"><div class="footerListColumn about"><div class="footerListLogo"><img alt="JEMS" src="//aemstatic-ww2.azureedge.net/content/dam/designs/jems_design/images/jems-blue.png" id="cq-gen691"></div>
<br>
</div>
<div class="footerListColumn"><h3>UTILITY</h3>
<ul class="firstUL">
<li><a adhocenable="false" href="/content/jems/en/index.html">Home</a></li>
<li><a adhocenable="false" href="/content/jems/en/about.html">About Us</a></li>
<li><a adhocenable="false" href="/content/jems/en/about/contact-us.html">Contact Us</a></li>
<li><a href="http://www.pennwell.com/index/terms-and-conditions.html" adhocenable="false" target="_blank">Terms of Use</a></li>
<li><a adhocenable="false" href="http://formdesigner.ecn5.com/GetForm?tokenuid=15973414-0aa7-4efc-bbe6-90e620f827cb&amp;promoCode=RE82WEB">Subscribe</a></li>
</ul>
<ul>
<li><a adhocenable="false" href="http://advertise.jems.com/index.html" target="_blank">Advertise</a></li>
<li><a adhocenable="false" href="/content/jems/en/submit-content-form.html">Submit a Press Release</a><br>
</li>
<li><a href="/content/jems/en/rss.html" adhocenable="false">RSS Feeds</a></li>
<li><a href="http://www.pennwell.com/content/pennwell-corporate/en/index/privacy-policy.html" adhocenable="false">Privacy Policy</a></li>
</ul>
</div>
<div class="footerListColumn"><h3>Topics</h3>
<ul class="firstUL">
<li><a adhocenable="false" href="/content/jems/en/news.html">News</a></li>
<li><a adhocenable="false" href="/content/jems/en/patient-care.html">Patient Care</a></li>
<li><a adhocenable="false" href="/content/jems/en/adminstration-and-leadership.html">Leadership</a></li>
<li><a adhocenable="false" href="/content/jems/en/ems-training.html">Training</a></li>
<li><a adhocenable="false" href="/content/jems/en/major-incidents.html">Major Incidents</a></li>
<li><a adhocenable="false" href="/content/jems/en/adminstration-and-leadership/community-paramedicine-and-mobile-healthcare.html">Mobile Integrated Healthcare</a><br>
</li>
<li><a href="/content/jems/en/operations.html" adhocenable="false">Operations</a></li>
</ul>
</div>
<div class="footerListColumn"><h3>Sections</h3>
<ul>
<li><a href="http://www.jems.com/content/jems/en/authors.html" adhocenable="false">Authors</a></li>
<li><a adhocenable="false" href="/content/jems/en/editorial-board.html">Editorial Board</a><br>
</li>
<li><a adhocenable="false" href="/content/jems/en/columns.html">Columns</a></li>
<li><a adhocenable="false" href="/content/jems/en/jems-ce.html">JEMS CE</a></li>
<li><a adhocenable="false" href="http://jems.careers.adicio.com">Jobs</a></li>
<li><a href="http://www.jems.com/content/jems/en/journal.html" adhocenable="false">Journal</a></li>
<li><a href="http://www.jems.com/content/jems/en/supplements.html" adhocenable="false">Supplements</a></li>
<li><a adhocenable="false" href="/content/jems/en/webcasts.html">Webcasts</a></li>
</ul>
</div>
</div>
</div>

</div></div>
<div class="standard section"><script type="text/javascript">
piAId = '136141';
piCId = '1641';

(function() {
                function async_load(){
                                var s = document.createElement('script'); s.type = 'text/javascript';
                                s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
                                var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
                }
                if(window.attachEvent) { window.attachEvent('onload', async_load); }
                else { window.addEventListener('load', async_load, false); }
})();
</script></div>
<div class="standard section"><script type='text/javascript' src='//aemstatic-ww1.azureedge.net/etc/designs/jems_design/js/parent.js'></script>

<script type='text/javascript' src='//aemstatic-ww1.azureedge.net/etc/designs/jems_design/js/jquery.marquee.min.js'></script>


<script>
$(window).bind('resize orientationchange', function() {
    ww = document.body.clientWidth;
    adjustMenu();
});

var adjustMenu = function() {
    if (ww < 1000) {
        $("#mobileHeader").show();
        $(".toggleMenu").css("display", "inline-block");
        $(".toggleMobileLogin").css("display", "inline-block");
        toggleBySelector($("#searchIcon"),$("#mobileSearch2"));
        toggleBySelector($("#miniDrop"),$("#miniNav").find(".miniNav"));
        toggleBySelector($(".toggleMenu"),$(".nav"));	
		toggleBySelector($(".toggleMobileLogin"),$("#mobileLoginContent"));
        $(".nav li").unbind('mouseenter mouseleave');
        $(".miniNav li").unbind('mouseenter mouseleave');
        $(".nav li .firstLevel").unbind('click').bind('click', function(e) {
            // must be attached to anchor element to prevent bubbling
            e.preventDefault();
            $(this).parent("li").toggleClass("hover");
        });
        $(".miniNav li .firstLevel").unbind('click').bind('click', function(e) {
            // must be attached to anchor element to prevent bubbling
            e.preventDefault();
            $(this).parent("li").toggleClass("hover");
        });
    } 
    else if (ww >= 1000) {
        $("#mobileHeader").hide();
        $(".toggleMenu").css("display", "none");
        
        $(".nav").show();
        $(".miniNav").show();
        
        $(".nav .firstLevel").removeClass("hover");
        $(".miniNav .firstLevel").removeClass("hover");
        
        $(".nav li .firstLevel").unbind('click');
        $(".miniNav li .firstLevel").unbind('click');
        
        $(".nav li").unbind('mouseenter mouseleave').bind('mouseenter mouseleave', function() {
            // must be attached to li so that mouseleave is not triggered when hover over submenu
            $(this).toggleClass('hover');
        });
        $(".miniNav li").unbind('mouseenter mouseleave').bind('mouseenter mouseleave', function() {
            // must be attached to li so that mouseleave is not triggered when hover over submenu
            $(this).toggleClass('hover');
        });

    }
}
</script>

<script>
$(function(){
$('.widget-tickerbar2').marquee({
//speed in milliseconds of the marquee
    duration: 30000,
    gap: 0,
    direction: 'left',
delayBeforeStart: 0,
    duplicated: 'true',
    pauseOnHover: true

});
$('.js-marquee-wrapper').css("margin-left", "");
});
</script>

<script type="text/javascript">
piAId = '78802';
piCId = '3758';

(function() {
 function async_load(){
  var s = document.createElement('script'); s.type = 'text/javascript';
  s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
  var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
 }
 if(window.attachEvent) { window.attachEvent('onload', async_load); }
 else { window.addEventListener('load', async_load, false); }
})();
</script>

<script type='text/javascript'> var TrackerKey = '6f5b7c55-3fdf-4e09-9950-822a1f2d24ac'; $(document).ready(function() { var url = 'https://apidt.ecn5.com/ECN_tracker_Secure.js'; var script = document.createElement('script'); script.setAttribute('src', url); script.setAttribute('type', 'text/javascript'); document.head.appendChild(script); }); </script>
</div>
<div class="standard section"><script>
(function() {
var d=document,h=d.getElementsByTagName('head')[0],s=d.createElement('script'),sc = 'https:' == document.location.protocol ? 'https://' : 'http://';
s.type='text/javascript';
s.async=true;
s.src=sc+'s.dpmsrv.com/dpm_0ca9277f91e40054767f69afeb0426711ca0fddd.min.js';
h.appendChild(s);
})();
</script>
</div>
<div class="login section"><div id="pw-login-wrapper">
  <img src="//aemstatic-ww1.azureedge.net/content/dam/jems/site-images/JEMS_DRKBLU_GR_rgb.jpg" style="display:none;">
</div>
<style type="text/css">.stop-scrolling {  height: 100%;  overflow: hidden;  } /* TODO remove this from the JSP, @Austin /? dont know where to put it */</style>
<script type="text/javascript">
    var loginWrapper = null;
    $(document).ready(function () {
        loginWrapper = ReactDOM.render(React.createElement(PWFE.LoginWrapper, {
            siteId: 'JEMS',
            designPath: '/etc/designs/jems_design',
            currentPage: '/content/jems/en/social-media',
            brandImageUrl: '/content/dam/jems/site-images/JEMS_DRKBLU_GR_rgb.jpg',
            hasSecurityRules: false,
            isGated : false,
            siteLicenseGatingCopy : '',
            siteLicenseCompanyName : ''
        }), document.getElementById("pw-login-wrapper"));
        
    });
</script>
</div>
<div class="standard section"><script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-28135445-5', 'auto');
  ga('require', 'displayfeatures');
  ga('send', 'pageview');

</script></div>
</div>
</div>
</div>
<div style="clear: both;"> </div>
    </div>
    <div style="clear: both;"> </div>
</div>
</body>
</html>
