It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://careerconnect.michiganpharmacists.org/rss/feed.xml

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.      <!-- Google Tag Manager -->
  5.      <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  6.      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  7.      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  8.      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  9.      })(window,document,'script','dataLayer','GTM-NFM95BJ');</script>
  10.      <!-- End Google Tag Manager -->
  11.        <base href="https://careerconnect.michiganpharmacists.org/">        <title>Page not found | Michigan Pharmacists Association</title>
  12.  
  13.        <meta name="description" content="Career website">
  14.  
  15.        <meta charset="UTF-8">
  16.        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" >
  17.        <meta name="mobile-web-app-capable" content="yes">
  18.        <meta http-equiv="X-UA-Compatible" content="IE=edge">
  19.  
  20.        <meta content="Sryn2qCscznBNzMm9k6fifhcpcSqljyhkWzTgZaJ" name="csrf-token">
  21.  
  22.                <meta content="index,follow" name="robots">
  23.        
  24.        
  25.        <script>
  26.    function loadScripts(source, callback) {
  27.        if (!(source != null && (typeof source == 'string' || typeof source == 'object'))) return;
  28.        let src = typeof source == 'string' ? [source] : source;
  29.        let total = [];
  30.        let loaded = [];
  31.        let failed = [];
  32.        let fn = function (e) {
  33.            if (e.type == 'load') loaded.push(e.target.src);
  34.            else failed.push(e.target.src);
  35.            if ((loaded.length + failed.length) == total.length && typeof callback == 'function') callback(!!failed.length, loaded, failed);
  36.        };
  37.        let load = function (src) {
  38.            let s = document.createElement('script');
  39.            s.type = 'application/javascript';
  40.            s.src = src;
  41.            s.addEventListener('error', fn, false);
  42.            s.addEventListener('load', fn, false);
  43.            document.getElementsByTagName('head')[0].appendChild(s);
  44.            return s.src;
  45.        };
  46.        for (let i in src) {
  47.            let s = src[i].split(/[\s,]+/);
  48.            for (let j in s) if (total.indexOf(s[j]) < 0) total.push(load(s[j]));
  49.        }
  50.    }
  51.  
  52.    function loadStyles(source, callback) {
  53.        if (!(source != null && (typeof source == 'string' || typeof source == 'object'))) return;
  54.        let src = typeof source == 'string' ? [source] : source;
  55.        let total = [];
  56.        let loaded = [];
  57.        let failed = [];
  58.        let fn = function (e) {
  59.            if (e.type == 'load') loaded.push(e.target.src);
  60.            else failed.push(e.target.src);
  61.            if ((loaded.length + failed.length) == total.length && typeof callback == 'function') callback(!!failed.length, loaded, failed);
  62.        };
  63.        let load = function (src) {
  64.            let s = document.createElement('link');
  65.            s.rel = 'stylesheet';
  66.            s.href = src;
  67.            s.addEventListener('error', fn, false);
  68.            s.addEventListener('load', fn, false);
  69.            document.getElementsByTagName('head')[0].appendChild(s);
  70.            return s.src;
  71.        };
  72.        for (let i in src) {
  73.            let s = src[i].split(/[\s,]+/);
  74.            for (let j in s) if (total.indexOf(s[j]) < 0) total.push(load(s[j]));
  75.        }
  76.    }
  77.  
  78.    function trackEvent(url, data, method = 'GET') {
  79.        $.ajax({
  80.            url: url,
  81.            method: method,
  82.            data: data || {},
  83.            async: true,
  84.            cache: false,
  85.            headers: {
  86.                'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
  87.            },
  88.            success: (response) => {
  89.                let trackingCode = response.code || '';
  90.                $('body').append(trackingCode)
  91.            },
  92.        });
  93.    }
  94.  
  95.    function triggerEvent(name, element = document) {
  96.        if(!name) return;
  97.        const event = new Event(name);
  98.        element.dispatchEvent(event);
  99.    }
  100.  
  101.    if (typeof grecaptcha === 'undefined') {
  102.        grecaptcha = {};
  103.    }
  104.  
  105.    grecaptcha.alreadyLoaded = []
  106.    grecaptcha.loadFromCDN = function(url, params) {
  107.        if (! this.alreadyLoaded.includes(url)) {
  108.            this.alreadyLoaded.push(url);
  109.  
  110.            let script = document.createElement('script');
  111.            script.setAttribute('type', 'text/javascript');
  112.            script.setAttribute('src', url);
  113.            for (let i in params) {
  114.                script.setAttribute(params[i], '');
  115.            }
  116.  
  117.            document.body.appendChild(script);
  118.        }
  119.    }
  120.  
  121.    grecaptcha.ready = function(cb){
  122.        if (typeof grecaptcha === 'object' && typeof grecaptcha.execute === 'undefined') {
  123.            const c = '___grecaptcha_cfg';
  124.            window[c] = window[c] || {};
  125.            (window[c]['fns'] = window[c]['fns']||[]).push(cb);
  126.        } else {
  127.            setTimeout(function() {
  128.                cb();
  129.            }, 1000)
  130.        }
  131.    }
  132. </script>
  133.                    <!--link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"-->
  134.            <link rel="stylesheet" href="/themes/mpanextgen/css/style.css?1758100277">
  135.        
  136.                    <script src="/themes/nextgen/js/jquery.min.js?1750753629"></script>
  137.            <script src="/themes/nextgen/js/bootstrap.min.js?1750753629"></script>
  138.            <script src="/themes/nextgen/js/plugins.js?1750753629"></script>
  139.            <script src="/js/common.min.js"></script>
  140.            <script>
  141.                $(function() {
  142.                    triggerEvent('jqueryReady');
  143.                    triggerEvent('bootstrapReady');
  144.                    triggerEvent('commonReady');
  145.                })
  146.            </script>
  147.        
  148.        <link href="/themes/mpanextgen/css/theme_style.min.css?1632342190" rel="stylesheet">
  149. <link rel="preconnect" href="https://fonts.googleapis.com">
  150. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  151. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
  152. <link rel="shortcut icon" href="/themes/mpanextgen/images/favicon.png?1632342190">
  153. <script src="/themes/mpanextgen/js/theme.min.js?1632342191"></script>
  154.  
  155.                    <link rel="shortcut icon" href="https://wjm.s3.amazonaws.com/mpanextgen/uploads/logo_16px_1722425468.png">
  156.        
  157.        <meta property="og:type" content="website">
  158.        <meta property="og:site_name" content="Michigan Pharmacists Association">
  159.  
  160.                    <meta property="og:title" content="Page not found | Michigan Pharmacists Association">
  161.            <meta property="og:description" content="Career website">
  162.            <meta property="og:image" content="https://careerconnect.michiganpharmacists.org/themes/mpanextgen/images/logo.png">
  163.            <meta property="og:url" content="https://careerconnect.michiganpharmacists.org/rss/feed.xml">
  164.        
  165.        
  166.    </head>
  167.    <body>
  168.  
  169.    <!-- Google Tag Manager (noscript) -->
  170.    <noscript>
  171.        <iframe
  172.            title="Google Tag Manager"
  173.            src="https://www.googletagmanager.com/ns.html?id=GTM-NFM95BJ"
  174.            height="0"
  175.            width="0"
  176.            style="display:none;visibility:hidden">
  177.        </iframe>
  178.    </noscript>
  179.    <!-- End Google Tag Manager (noscript) -->
  180.    <!--Start top and Logo-->
  181.  
  182.    <div id="banner-header-wide-1"></div>
  183.  
  184.  
  185. <div class="custom-wrapper custom-header">
  186.    <div class="top-wrapper">
  187.        <div class="container">
  188.            <div class="d-flex align-items-center align-items-md-start justify-content-between">
  189.                <div class="custom-logo">
  190.                    <a href="https://michiganpharmacists.org/">
  191.                        <img src="/themes/mpanextgen/images/header_logo.png?1632342190" alt="Michigan Pharmacists Association">
  192.                    </a>
  193.                </div>
  194.                <div class="util-nav-wrapper">
  195.                    <ul class="util-nav list-inline">
  196.                        <li><a href="https://michiganpharmacists.org/patients" title="MPA |  For Patients">FOR PATIENTS</a></li>
  197.                        <li><a href="https://michiganpharmacists.org/deventscalendar" title="MPA | Calendar">CALENDAR</a>&nbsp;</li>
  198. <!--                        <li><a href="https://tinyurl.com/MPA-B2CSignUp" title="MPA | Register">REGISTER</a></li>-->
  199. <!--                        <li><a href="https://tinyurl.com/MPA-B2CSignInUp" title="MPA | Login">LOGIN</a></li>-->
  200.                        <li>&nbsp;</li>
  201.                    </ul>
  202.                    <ul class="custom-social list-inline">
  203.                        <li><a href="https://www.facebook.com/michiganpharmacists" target="_blank"><i class="fab fa-facebook-square fa-2x"></i></a></li>
  204.                        <li><a href="http://www.twitter.com/MIPharmacists" target="_blank"><i class="fab fa-twitter-square fa-2x"></i></a></li>
  205.                        <li><a href="http://www.youtube.com/user/MIPharmacists" target="_blank"><i class="fab fa-youtube-square fa-2x"></i></a></li>
  206.                        <li><a href="https://www.flickr.com/photos/michiganpharmacists/sets" target="_blank"><i class="fab fa-flickr fa-2x"></i></a></li>
  207.                    </ul>
  208.                </div>
  209.                <div class="menu-button-wrapper">
  210.                    <button class="mobile-menu-icon mobile-toggle mobile-open">
  211.                        <span class="dg-menu-anime"><i></i></span>
  212.                    </button>
  213.                </div>
  214.            </div>
  215.        </div>
  216.    </div>
  217.    <div class="custom-menu-wrapper">
  218.        <div class="container">
  219.            <div class="mx-n1 mx-md-0 d-md-flex align-items-center justify-content-between">
  220.                <ul class="custom-menu">
  221.                    <li><a href="https://michiganpharmacists.org/about" title="MPA |  About">About</a></li>
  222.                    <li><a href="https://michiganpharmacists.org/membership" title="MPA |  Membership">Membership</a></li>
  223.                    <li><a href="https://michiganpharmacists.org/advocacy" title="MPA |  Advocacy">Advocacy</a></li>
  224.                    <li><a href="https://michiganpharmacists.org/resources" title="MPA |  Practice Resources">Practice Resources</a></li>
  225.                    <li><a href="https://michiganpharmacists.org/Education-Events" title="MPA |  Education &amp; Events">Education &amp; Events</a></li>
  226.                    <li><a href="https://michiganpharmacists.org/newspublications" title="MPA |  News &amp; Publications">News &amp; Publications</a></li>
  227.                    <li><a href="https://michiganpharmacists.org/contact" title="MPA |  Contact Us">Contact</a></li>
  228.                </ul>
  229.                <button type="button" class="search-toggle search-open">
  230.                    <span class="search-popup-box clone"><div class="icon hover-accent"><span class="magnifier"><i></i></span></div></span>
  231.                </button>
  232.            </div>
  233.        </div>
  234.    </div>
  235.    <div class="custom-search">
  236.        <div class="search-toggle popup-close hover-accent"></div>
  237.        <div class="popup-center">
  238.            <form action="https://michiganpharmacists.org/Search-Results" target="_blank">
  239.                <span id="dnn_dnnSEARCH623472_ClassicSearch">
  240.                    <span class="searchInputContainer" data-moreresults="See More Results" data-noresult="No Results Found">
  241.                        <input name="Search" type="text" maxlength="255" size="20" id="dnn_dnnSEARCH623472_txtSearch" class="NormalTextBox" aria-label="Search" autocomplete="off" placeholder="SEARCH...">
  242.                        <a class="dnnSearchBoxClearText" title="Clear search text"></a>
  243.                    </span>
  244.                    <button type="submit" id="dnn_dnnSEARCH623472_cmdSearch" class="search-button" aria-label="Search"><span></span></button>
  245.                </span>
  246.            </form>
  247.        </div>
  248.    </div>
  249. </div>
  250.  
  251. <header id="ws-header">
  252.    <nav class="navbar navbar-inverse bg-dark">
  253.        <div class="container">
  254.            <div class="navbar-header">
  255.                <button
  256.                    type="button"
  257.                    class="navbar-toggle collapsed"
  258.                    data-toggle="collapse"
  259.                    data-target="#header-navbar"
  260.                    aria-expanded="false"
  261.                    aria-controls="navbar"
  262.                    aria-label="Toggle mobile navigation"
  263.                >
  264.                    <span class="icon-bar"></span>
  265.                    <span class="icon-bar"></span>
  266.                    <span class="icon-bar"></span>
  267.                </button>
  268.                            </div>
  269.  
  270.            <div
  271.                class="collapse navbar-collapse guest-menu"
  272.                id="header-navbar"
  273.            >
  274.                
  275. <div class="pull-left flex-sm-container clearfix">
  276.                                        <ul class="nav navbar-nav guest-menu">
  277.                                        <li id="menu-item-1958" class="current">
  278.                                    <a href="/"
  279.                        ex-data                                            >
  280.                                            Home                                        </a>
  281.                            </li>
  282.                                                        <li id="menu-item-1960" class="">
  283.                                    <a href="/jobs"
  284.                                                                    >
  285.                                            Search                                        </a>
  286.                            </li>
  287.                                                        <li id="menu-item-1963" class="">
  288.                                    <a href="/employer-directory"
  289.                                                                    >
  290.                                            Directory                                        </a>
  291.                            </li>
  292.                                                        <li id="menu-item-1966" class="">
  293.                                    <a href="/contact-us"
  294.                                                                    >
  295.                                            Contact Us                                        </a>
  296.                            </li>
  297.                                                        <li id="menu-item-1968" class="">
  298.                                <a href="#"
  299.                   class="dropdown-toggle"
  300.                   data-toggle="dropdown"
  301.                >
  302.                    Career Resources                    <span class="caret"></span>
  303.                </a>
  304.                <ul class="dropdown-menu">
  305.                                        <li>
  306.                        <a href="/career-resources"
  307.                                                                              >
  308.                            Career Advice                        </a>
  309.                    </li>
  310.                                        <li>
  311.                        <a href="/career"
  312.                                                                              >
  313.                            Career Guides                        </a>
  314.                    </li>
  315.                                        <li>
  316.                        <a href="/interview-coach"
  317.                                                                              >
  318.                            Interview Coach                        </a>
  319.                    </li>
  320.                                        <li>
  321.                        <a href="/analyze-offer"
  322.                                                                              >
  323.                            Offer Analyzer                        </a>
  324.                    </li>
  325.                                    </ul>
  326.                            </li>
  327.                                                                </ul>
  328.                                        <p class="navbar-btn pull-left">
  329.                <a href="/employer-offers"
  330.                    class="btn btn-primary pricing-btn"                                    >
  331.                    Pricing                </a>
  332.            </p>
  333.                        </div>
  334.  
  335.                
  336. <nav class="nav navbar-right flex-sm-container">
  337.    <ul class="nav navbar-nav mx-0">
  338.        <li class="register-top">
  339.            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  340.                Register                <span class="caret"></span>
  341.            </a>
  342.            <ul class="dropdown-menu reg-choose">
  343.                <li><a href="/register-seeker">
  344.                        Job Seekers                    </a></li>
  345.                                <li><a href="/register-employer">
  346.                        Employers                    </a></li>
  347.                            </ul>
  348.        </li>
  349.        <li>
  350.            <a class="sign-in" href="/sign-in">
  351.                <i class="fas fa-lock"></i>
  352.                Sign In            </a>
  353.        </li>
  354.        
  355. <script>
  356.    var scriptsLanguage = 'EN';
  357. </script>
  358.  
  359.    </ul>
  360.    <p class="navbar-btn pull-left">
  361.        <a class="btn btn-primary post-job" href="/employer-offers">
  362.            Post a Job        </a>
  363.    </p>
  364. </nav>
  365.  
  366. <script>
  367.    document.addEventListener('jqueryReady', function () {
  368.        let $headerNavbar = $('#header-navbar'),
  369.            $userDropdown = $headerNavbar.find('.user-dropdown'),
  370.            $submenu = $userDropdown.find('.submenu');
  371.  
  372.  
  373.        $submenu.on('click', function (event) {
  374.            event.stopPropagation();
  375.  
  376.            let $this = $(this);
  377.            $thisMenu = $this.find('ul.menu'),
  378.                $otherMenus = $submenu.find('ul.menu');
  379.  
  380.  
  381.  
  382.            if ($thisMenu.hasClass('open')) {
  383.                $thisMenu.removeClass('open')
  384.            } else {
  385.                $otherMenus.removeClass('open')
  386.                $thisMenu.addClass('open')
  387.            }
  388.        })
  389.  
  390.    });
  391. </script>
  392.  
  393.            </div>
  394.        </div>
  395.    </nav>
  396. </header>
  397.  
  398. <div class="container view-404">
  399.    <div class="row">
  400.        <div class="col-md-6 col-md-offset-3 col-sm-12 col-sm-offset-0 text-center">
  401.            <div class="page-header">
  402.                <h1>Not found</h1>
  403.            </div>
  404.            <p>The requested URL was not found on this server.</p>
  405.            <p>If you need assistance you can</p>
  406.            <p>
  407.                <a href="/" class="btn btn-primary"><i class="glyphicon glyphicon-home"></i>  visit our home page</a>
  408.                <a href="/contact-us" class="btn btn-default"><i class="glyphicon glyphicon-envelope"></i>  contact us</a>
  409.            </p>
  410.        </div>
  411.    </div>
  412. </div>
  413.    <div id="banner-footer-wide-top-1"></div>
  414.  
  415.  
  416. <div class="ws-footer bg-darken" id="ws-footer">
  417.    <div class="footer index mt-2 py-2">
  418.        <div class="container">
  419.            
  420.            <div class="row">
  421.                <div class="col-md-12 text-center text-white copyrights">
  422.                    <p>Powered by <a href="https://www.webscribble.com" target="_blank" class="underline text-white">Web Scribble Solutions</a>, Inc.</p>
  423.                </div>
  424.            </div>
  425.        </div>
  426.    </div>
  427. </div>
  428.  
  429. <footer id="ws-custom-footer">
  430.    <div class="custom-wrapper custom-footer">
  431.    <div class="footer-links">
  432.        <div class="container">
  433.            <div class="row ml-0">
  434.                <div class="col-xs-12">
  435.                    <div class="row ml-0">
  436.                        <div class="col-md-2 col-sm-4 col-xs-6">
  437.                            <ul>
  438.                                <li><strong><a href="https://michiganpharmacists.org/about" title="MPA |  About">ABOUT</a></strong></li>
  439.                                <li><a href="https://michiganpharmacists.org/affiliates" title="MPA |  Our Affiliates">Our Affiliates</a></li>
  440.                                <li><a href="https://michiganpharmacists.org/leadership" title="MPA |  Our Leadership and Governance">Our Leadership And Governance</a></li>
  441.                                <li><a href="https://michiganpharmacists.org/awards" title="MPA |  Our Awards">Our Awards</a></li>
  442.                                <li><a href="https://michiganpharmacists.org/fellowship" title="MPA | Our Executive Fellowship">Our Executive Fellowship</a></li>
  443.                                <li><a href="https://michiganpharmacists.org/staff" title="MPA |  Our Staff">Our Staff</a></li>
  444.                                <li><a href="https://michiganpharmacists.org/whatwedo" title="MPA |  What We Do">What We Do</a></li>
  445.                            </ul>
  446.                        </div>
  447.                        <div class="col-md-2 col-sm-4 col-xs-6">
  448.                            <ul>
  449.                                <li><strong><a href="https://michiganpharmacists.org/membership" title="MPA |  Membership">MEMBERSHIP</a></strong></li>
  450.                                <li><a href="https://michiganpharmacists.org/membership/joinmpa" title="MPA |  Join MPA">Join MPA</a></li>
  451.                                <li><a href="https://michiganpharmacists.org/memberbenefits" title="MPA |  Membership Benefits and FAQs">Membership Benefits And FAQs</a></li>
  452.                                <li><a href="https://michiganpharmacists.org/committees" title="MPA |  Committees">Committees</a></li>
  453.                                <li><a href="https://michiganpharmacists.org/practicesections" title="MPA |  Practice Sections">Practice Sections</a></li>
  454.                                <li><a href="https://michiganpharmacists.org/locals" title="MPA |  Local Associations">Local Associations</a></li>
  455.                            </ul>
  456.                        </div>
  457.                        <div class="col-md-2 col-sm-4 col-xs-6">
  458.                            <ul>
  459.                                <li><strong><a href="https://michiganpharmacists.org/advocacy" title="MPA |  Advocacy">ADVOCACY</a></strong></li>
  460.                                <li><a href="https://michiganpharmacists.org/advocacycenter" title="MPA | Advocacy Action Center">Advocacy Action Center</a></li>
  461.                                <li><a href="https://michiganpharmacists.org/advocacy/part" title="MPA |  Pharmacy Advocacy Response Team (PART)">Pharmacy Advocacy Response Team (PART)</a></li>
  462.                                <li><a href="https://michiganpharmacists.org/advocacy/priorities" title="MPA |  Legislative Issues &amp; Talking Points">Legislative Issues &amp; Talking Points</a></li>
  463.                                <li><a href="https://michiganpharmacists.org/pharmacypac/events" title="MPA | Legislative Events">Legislative Events</a></li>
  464.                                <li><a href="https://michiganpharmacists.org/pharmacypac" title="MPA | Support Michigan Pharmacy PA">Support Michigan Pharmacy PAC</a></li>
  465.                            </ul>
  466.                        </div>
  467.                        <div class="col-md-2 col-sm-4 col-xs-6">
  468.                            <ul>
  469.                                <li><strong><a href="https://michiganpharmacists.org/resources" title="MPA |  Practice Resources">PRACTICE RESOURCES</a></strong></li>
  470.                                <li><a href="https://michiganpharmacists.org/resources/guidance" title="MPA |  Pharmacy Practice Guidance">Pharmacy Practice Guidance</a></li>
  471.                                <li><a href="https://michiganpharmacists.org/resources/education" title="MPA |  Patient Education Library">Patient Education Library</a></li>
  472.                                <li><a href="https://michiganpharmacists.org/resources/faqs" title="MPA |  Pharmacy Practice FAQs">Pharmacy Practice FAQs</a></li>
  473.                            </ul>
  474.                        </div>
  475.                        <div class="col-md-2 col-sm-4 col-xs-6">
  476.                            <ul>
  477.                                <li><strong><a href="https://michiganpharmacists.org/Education-Events" title="MPA |  Education &amp; Events">EDUCATION &amp; EVENTS</a></strong></li>
  478.                                <li><a href="https://michiganpharmacists.org/education/cerequirements" title="MPA |  Continuing Education Requirements">CE Requirements</a></li>
  479.                                <li><a href="https://michiganpharmacists.org/eventscalendar" title="MPA |  Events Calendar">Events Calendar</a></li>
  480.                                <li><a href="https://michiganpharmacists.org/education/exhibitssponsorship" title="MPA |  Exhibits and Sponsorship">Exhibits And Sponsorship</a></li>
  481.                                <li><a href="https://michiganpharmacists.org/education/cosponsorship" title="MPA |  Joint Providership Manual &amp; Program Proposal">Joint Providership Manual &amp; Program Proposal</a></li>
  482.                                <li><a href="https://michiganpharmacists.org/education/online" title="MPA |  Online CE Programs">Online CE Programs</a></li>
  483.                                <li><a href="https://michiganpharmacists.org/techprep" title="MPA | Pharmacy Tech Prep Online">Pharmacy Tech Prep Online</a></li>
  484.                                <li><a href="https://michiganpharmacists.org/education/techadvtrain" title="MPA | Pharmacy Technician Advanced Training Main Page">Pharmacy Technician Advanced Training Main Page</a></li>
  485.                            </ul>
  486.                        </div>
  487.                        <div class="col-md-2 col-sm-4 col-xs-6">
  488.                            <ul>
  489.                                <li><strong><a href="https://michiganpharmacists.org/newspublications" title="MPA |  News &amp; Publications">NEWS &amp; PUBLICATIONS</a></strong></li>
  490.                                <li><a href="https://michiganpharmacists.org/news/advertising" title="MPA |  Advertising Opportunities">Advertising Opportunities</a></li>
  491.                                <li><a href="https://michiganpharmacists.org/news/classifieds" title="MPA |  Classified Listings">Classified Listings</a></li>
  492.                                <li><a href="https://michiganpharmacists.org/news/mediacenter" title="MPA |  Media Center">Media Center</a></li>
  493.                                <li><a href="https://michiganpharmacists.org/news" title="MPA |  Pharmacy News">Pharmacy News</a></li>
  494.                                <li><a href="https://michiganpharmacists.org/publications" title="MPA |  Publications">Publications</a></li>
  495.                            </ul>
  496.                        </div>
  497.                    </div>
  498.                </div>
  499.            </div>
  500.        </div>
  501.    </div>
  502.    <div class="custom-copy">
  503.        <div class="container">
  504.            <div class="row ml-0">
  505.                <div class="col-xs-12">
  506.                    <span>Copyright 2025 by Michigan Pharmacists Association</span>
  507.                    <span class="sep">|</span><a class="terms" rel="nofollow" href="https://michiganpharmacists.org/Privacy">Privacy Statement</a><span
  508.                    class="sep">|</span><a id="dnn_dnnTERMS628747_hypTerms" class="terms" rel="nofollow"
  509.                                           href="https://michiganpharmacists.org/Terms">Terms Of Use</a>
  510.                </div>
  511.            </div>
  512.        </div>
  513.    </div>
  514. </div>
  515. </footer>
  516.  
  517.  
  518. <script defer src="/themes/nextgen/js/main.min.js?1757930186"></script>
  519.  
  520. <!-- NG-3557 -->
  521.  
  522. <!-- NG-3557 -->
  523.  
  524.    
  525.  
  526.  
  527.  
  528. <script>
  529.  
  530. </script>
  531.  
  532.  
  533.  
  534.  
  535.  
  536. <div id="alert-popus-container" class="sticky-alert-container position-fixed fixed-bottom">
  537.    <div class="container-fluid">
  538.        <div class="row">
  539.                        <div id="cookieconsent-wrapper"></div>
  540.        </div>
  541.    </div>
  542. </div>
  543.  
  544. <script>
  545.    window.FontAwesomeConfig = {
  546.        autoReplaceSvg: "nest",
  547.        autoA11y: true,
  548.        autoAddCss: true,
  549.        keepOriginalSource: false
  550.    }
  551. </script>
  552. <script async src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
  553.  
  554.  
  555. <script>
  556.    const templates = document.querySelectorAll('template');
  557.  
  558.    function processTemplate(element) {
  559.        const parents = document.querySelectorAll(element.dataset.parent);
  560.        const position = element.dataset.position ? element.dataset.position : 'afterend';
  561.  
  562.        parents.forEach(function(parent){
  563.            if(position === 'instead'){
  564.                parent.outerHTML = element.innerHTML;
  565.            }else{
  566.                parent.insertAdjacentHTML(position, element.innerHTML);
  567.            }
  568.        });
  569.  
  570.        if ( typeof element.dataset.cleanup === 'undefined' || element.dataset.cleanup === true || element.dataset.cleanup === 'true' ) {
  571.            element.remove();
  572.        }
  573.    }
  574.  
  575.    function addXMLRequestCallback(callback){
  576.        let nativeOpen = XMLHttpRequest.prototype.open;
  577.        let callbacks = XMLHttpRequest.callbacks = [];
  578.        XMLHttpRequest.prototype.open = function () {
  579.            callbacks.forEach(callback => callback.apply(this, arguments));
  580.            nativeOpen.apply(this, arguments);
  581.        };
  582.  
  583.        XMLHttpRequest.callbacks.push(callback);
  584.    }
  585.  
  586.    templates.forEach(function(element){
  587.        if ( !element.dataset.parent ) {
  588.            return false;
  589.        }
  590.  
  591.        if ( !element.dataset.trigger || element.dataset.trigger === 'instant' ) {
  592.            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  593.        } else if ( element.dataset.trigger === 'event' ) {
  594.            if ( !element.dataset.event ){
  595.                return false;
  596.            }
  597.            document.addEventListener( element.dataset.event, () => {
  598.                setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  599.            });
  600.        } else if ( element.dataset.trigger === 'xhr' ) {
  601.            addXMLRequestCallback( function( method, url ) {
  602.                if ( element.dataset.url || element.dataset.method ) {
  603.                    if ( element.dataset.url && element.dataset.method ) {
  604.                        if ( element.dataset.method === method && url.toString().includes(element.dataset.url) ) {
  605.                            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  606.                        }
  607.                    } else if ( element.dataset.url && url.includes(element.dataset.url) ) {
  608.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  609.                    } else if ( element.dataset.method && element.dataset.method === method ){
  610.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  611.                    }
  612.                } else {
  613.                    setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  614.                }
  615.            });
  616.        }
  617.    });
  618. </script>
  619. <link rel="stylesheet" href="/themes/nextgen/css/configuration.css?1757930186">
  620.  
  621. </body>
  622. </html>
  623.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda