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="NB6Q3G7kcRH5EwLcgNcEOpUvMdwsooqKn0BQieOE" 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?1751547128">
  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">Job Seekers</a></li>
  344.                                            <li><a href="/register-employer">Employers</a></li>
  345.                                    </ul>
  346.            </li>
  347.            <li>
  348.                <a class="sign-in" href="/sign-in">
  349.                    <i class="fas fa-lock"></i>
  350.                    Sign In                </a>
  351.            </li>
  352.            
  353. <script>
  354.    var scriptsLanguage = 'EN';
  355. </script>
  356.  
  357.        </ul>
  358.        <p class="navbar-btn pull-left">
  359.            <a class="btn btn-primary post-job" href="/employer-offers"
  360.            >Post a Job</a>
  361.        </p>
  362.    </nav>
  363.  
  364. <script>
  365.    document.addEventListener('jqueryReady', function() {
  366.        let $headerNavbar = $('#header-navbar'),
  367.            $userDropdown = $headerNavbar.find('.user-dropdown'),
  368.            $submenu = $userDropdown.find('.submenu');
  369.  
  370.  
  371.            $submenu.on('click', function (event){
  372.                event.stopPropagation();
  373.  
  374.                let $this = $(this);
  375.                    $thisMenu = $this.find('ul.menu'),
  376.                    $otherMenus = $submenu.find('ul.menu');
  377.  
  378.  
  379.  
  380.                if($thisMenu.hasClass('open')) {
  381.                    $thisMenu.removeClass('open')
  382.                } else {
  383.                    $otherMenus.removeClass('open')
  384.                    $thisMenu.addClass('open')
  385.                }
  386.            })
  387.  
  388.    });
  389. </script>
  390.  
  391.            </div>
  392.        </div>
  393.    </nav>
  394. </header>
  395.  
  396. <div class="container view-404">
  397.    <div class="row">
  398.        <div class="col-md-6 col-md-offset-3 col-sm-12 col-sm-offset-0 text-center">
  399.            <div class="page-header">
  400.                <h1>Not found</h1>
  401.            </div>
  402.            <p>The requested URL was not found on this server.</p>
  403.            <p>If you need assistance you can</p>
  404.            <p>
  405.                <a href="/" class="btn btn-primary"><i class="glyphicon glyphicon-home"></i>  visit our home page</a>
  406.                <a href="/contact-us" class="btn btn-default"><i class="glyphicon glyphicon-envelope"></i>  contact us</a>
  407.            </p>
  408.        </div>
  409.    </div>
  410. </div>
  411.    <div id="banner-footer-wide-top-1"></div>
  412.  
  413.  
  414. <div class="ws-footer" id="ws-footer">
  415.    <div class="bg-darken footer index mt-2 py-2">
  416.        <div class="container">
  417.            
  418.            <div class="row">
  419.                <div class="col-md-12 text-center text-white copyrights">
  420.                    <p>Powered by <a href="https://www.webscribble.com" target="_blank" class="underline text-white">Web Scribble Solutions</a>, Inc.</p>
  421.                </div>
  422.            </div>
  423.        </div>
  424.    </div>
  425. </div>
  426.  
  427. <footer id="ws-custom-footer">
  428.    <div class="custom-wrapper custom-footer">
  429.    <div class="footer-links">
  430.        <div class="container">
  431.            <div class="row ml-0">
  432.                <div class="col-xs-12">
  433.                    <div class="row ml-0">
  434.                        <div class="col-md-2 col-sm-4 col-xs-6">
  435.                            <ul>
  436.                                <li><strong><a href="https://michiganpharmacists.org/about" title="MPA |  About">ABOUT</a></strong></li>
  437.                                <li><a href="https://michiganpharmacists.org/affiliates" title="MPA |  Our Affiliates">Our Affiliates</a></li>
  438.                                <li><a href="https://michiganpharmacists.org/leadership" title="MPA |  Our Leadership and Governance">Our Leadership And Governance</a></li>
  439.                                <li><a href="https://michiganpharmacists.org/awards" title="MPA |  Our Awards">Our Awards</a></li>
  440.                                <li><a href="https://michiganpharmacists.org/fellowship" title="MPA | Our Executive Fellowship">Our Executive Fellowship</a></li>
  441.                                <li><a href="https://michiganpharmacists.org/staff" title="MPA |  Our Staff">Our Staff</a></li>
  442.                                <li><a href="https://michiganpharmacists.org/whatwedo" title="MPA |  What We Do">What We Do</a></li>
  443.                            </ul>
  444.                        </div>
  445.                        <div class="col-md-2 col-sm-4 col-xs-6">
  446.                            <ul>
  447.                                <li><strong><a href="https://michiganpharmacists.org/membership" title="MPA |  Membership">MEMBERSHIP</a></strong></li>
  448.                                <li><a href="https://michiganpharmacists.org/membership/joinmpa" title="MPA |  Join MPA">Join MPA</a></li>
  449.                                <li><a href="https://michiganpharmacists.org/memberbenefits" title="MPA |  Membership Benefits and FAQs">Membership Benefits And FAQs</a></li>
  450.                                <li><a href="https://michiganpharmacists.org/committees" title="MPA |  Committees">Committees</a></li>
  451.                                <li><a href="https://michiganpharmacists.org/practicesections" title="MPA |  Practice Sections">Practice Sections</a></li>
  452.                                <li><a href="https://michiganpharmacists.org/locals" title="MPA |  Local Associations">Local Associations</a></li>
  453.                            </ul>
  454.                        </div>
  455.                        <div class="col-md-2 col-sm-4 col-xs-6">
  456.                            <ul>
  457.                                <li><strong><a href="https://michiganpharmacists.org/advocacy" title="MPA |  Advocacy">ADVOCACY</a></strong></li>
  458.                                <li><a href="https://michiganpharmacists.org/advocacycenter" title="MPA | Advocacy Action Center">Advocacy Action Center</a></li>
  459.                                <li><a href="https://michiganpharmacists.org/advocacy/part" title="MPA |  Pharmacy Advocacy Response Team (PART)">Pharmacy Advocacy Response Team (PART)</a></li>
  460.                                <li><a href="https://michiganpharmacists.org/advocacy/priorities" title="MPA |  Legislative Issues &amp; Talking Points">Legislative Issues &amp; Talking Points</a></li>
  461.                                <li><a href="https://michiganpharmacists.org/pharmacypac/events" title="MPA | Legislative Events">Legislative Events</a></li>
  462.                                <li><a href="https://michiganpharmacists.org/pharmacypac" title="MPA | Support Michigan Pharmacy PA">Support Michigan Pharmacy PAC</a></li>
  463.                            </ul>
  464.                        </div>
  465.                        <div class="col-md-2 col-sm-4 col-xs-6">
  466.                            <ul>
  467.                                <li><strong><a href="https://michiganpharmacists.org/resources" title="MPA |  Practice Resources">PRACTICE RESOURCES</a></strong></li>
  468.                                <li><a href="https://michiganpharmacists.org/resources/guidance" title="MPA |  Pharmacy Practice Guidance">Pharmacy Practice Guidance</a></li>
  469.                                <li><a href="https://michiganpharmacists.org/resources/education" title="MPA |  Patient Education Library">Patient Education Library</a></li>
  470.                                <li><a href="https://michiganpharmacists.org/resources/faqs" title="MPA |  Pharmacy Practice FAQs">Pharmacy Practice FAQs</a></li>
  471.                            </ul>
  472.                        </div>
  473.                        <div class="col-md-2 col-sm-4 col-xs-6">
  474.                            <ul>
  475.                                <li><strong><a href="https://michiganpharmacists.org/Education-Events" title="MPA |  Education &amp; Events">EDUCATION &amp; EVENTS</a></strong></li>
  476.                                <li><a href="https://michiganpharmacists.org/education/cerequirements" title="MPA |  Continuing Education Requirements">CE Requirements</a></li>
  477.                                <li><a href="https://michiganpharmacists.org/eventscalendar" title="MPA |  Events Calendar">Events Calendar</a></li>
  478.                                <li><a href="https://michiganpharmacists.org/education/exhibitssponsorship" title="MPA |  Exhibits and Sponsorship">Exhibits And Sponsorship</a></li>
  479.                                <li><a href="https://michiganpharmacists.org/education/cosponsorship" title="MPA |  Joint Providership Manual &amp; Program Proposal">Joint Providership Manual &amp; Program Proposal</a></li>
  480.                                <li><a href="https://michiganpharmacists.org/education/online" title="MPA |  Online CE Programs">Online CE Programs</a></li>
  481.                                <li><a href="https://michiganpharmacists.org/techprep" title="MPA | Pharmacy Tech Prep Online">Pharmacy Tech Prep Online</a></li>
  482.                                <li><a href="https://michiganpharmacists.org/education/techadvtrain" title="MPA | Pharmacy Technician Advanced Training Main Page">Pharmacy Technician Advanced Training Main Page</a></li>
  483.                            </ul>
  484.                        </div>
  485.                        <div class="col-md-2 col-sm-4 col-xs-6">
  486.                            <ul>
  487.                                <li><strong><a href="https://michiganpharmacists.org/newspublications" title="MPA |  News &amp; Publications">NEWS &amp; PUBLICATIONS</a></strong></li>
  488.                                <li><a href="https://michiganpharmacists.org/news/advertising" title="MPA |  Advertising Opportunities">Advertising Opportunities</a></li>
  489.                                <li><a href="https://michiganpharmacists.org/news/classifieds" title="MPA |  Classified Listings">Classified Listings</a></li>
  490.                                <li><a href="https://michiganpharmacists.org/news/mediacenter" title="MPA |  Media Center">Media Center</a></li>
  491.                                <li><a href="https://michiganpharmacists.org/news" title="MPA |  Pharmacy News">Pharmacy News</a></li>
  492.                                <li><a href="https://michiganpharmacists.org/publications" title="MPA |  Publications">Publications</a></li>
  493.                            </ul>
  494.                        </div>
  495.                    </div>
  496.                </div>
  497.            </div>
  498.        </div>
  499.    </div>
  500.    <div class="custom-copy">
  501.        <div class="container">
  502.            <div class="row ml-0">
  503.                <div class="col-xs-12">
  504.                    <span>Copyright 2025 by Michigan Pharmacists Association</span>
  505.                    <span class="sep">|</span><a class="terms" rel="nofollow" href="https://michiganpharmacists.org/Privacy">Privacy Statement</a><span
  506.                    class="sep">|</span><a id="dnn_dnnTERMS628747_hypTerms" class="terms" rel="nofollow"
  507.                                           href="https://michiganpharmacists.org/Terms">Terms Of Use</a>
  508.                </div>
  509.            </div>
  510.        </div>
  511.    </div>
  512. </div>
  513. </footer>
  514.  
  515.  
  516. <script defer src="/themes/nextgen/js/main.min.js?1750753629"></script>
  517.  
  518. <!-- NG-3557 -->
  519.  
  520. <!-- NG-3557 -->
  521.  
  522.    
  523.  
  524.  
  525.  
  526. <script>
  527.  
  528. </script>
  529.  
  530.  
  531.  
  532.  
  533.  
  534. <div id="alert-popus-container" class="sticky-alert-container position-fixed fixed-bottom">
  535.    <div class="container-fluid">
  536.        <div class="row">
  537.                        <div id="cookieconsent-wrapper"></div>
  538.        </div>
  539.    </div>
  540. </div>
  541.  
  542. <script>
  543.    window.FontAwesomeConfig = {
  544.        autoReplaceSvg: "nest",
  545.        autoA11y: true,
  546.        autoAddCss: true,
  547.        keepOriginalSource: false
  548.    }
  549. </script>
  550. <script async src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
  551.  
  552.  
  553. <script>
  554.    const templates = document.querySelectorAll('template');
  555.  
  556.    function processTemplate(element) {
  557.        const parents = document.querySelectorAll(element.dataset.parent);
  558.        const position = element.dataset.position ? element.dataset.position : 'afterend';
  559.  
  560.        parents.forEach(function(parent){
  561.            if(position === 'instead'){
  562.                parent.outerHTML = element.innerHTML;
  563.            }else{
  564.                parent.insertAdjacentHTML(position, element.innerHTML);
  565.            }
  566.        });
  567.  
  568.        if ( typeof element.dataset.cleanup === 'undefined' || element.dataset.cleanup === true || element.dataset.cleanup === 'true' ) {
  569.            element.remove();
  570.        }
  571.    }
  572.  
  573.    function addXMLRequestCallback(callback){
  574.        let nativeOpen = XMLHttpRequest.prototype.open;
  575.        let callbacks = XMLHttpRequest.callbacks = [];
  576.        XMLHttpRequest.prototype.open = function () {
  577.            callbacks.forEach(callback => callback.apply(this, arguments));
  578.            nativeOpen.apply(this, arguments);
  579.        };
  580.  
  581.        XMLHttpRequest.callbacks.push(callback);
  582.    }
  583.  
  584.    templates.forEach(function(element){
  585.        if ( !element.dataset.parent ) {
  586.            return false;
  587.        }
  588.  
  589.        if ( !element.dataset.trigger || element.dataset.trigger === 'instant' ) {
  590.            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  591.        } else if ( element.dataset.trigger === 'event' ) {
  592.            if ( !element.dataset.event ){
  593.                return false;
  594.            }
  595.            document.addEventListener( element.dataset.event, () => {
  596.                setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  597.            });
  598.        } else if ( element.dataset.trigger === 'xhr' ) {
  599.            addXMLRequestCallback( function( method, url ) {
  600.                if ( element.dataset.url || element.dataset.method ) {
  601.                    if ( element.dataset.url && element.dataset.method ) {
  602.                        if ( element.dataset.method === method && url.toString().includes(element.dataset.url) ) {
  603.                            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  604.                        }
  605.                    } else if ( element.dataset.url && url.includes(element.dataset.url) ) {
  606.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  607.                    } else if ( element.dataset.method && element.dataset.method === method ){
  608.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  609.                    }
  610.                } else {
  611.                    setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  612.                }
  613.            });
  614.        }
  615.    });
  616. </script>
  617. <link rel="stylesheet" href="/themes/nextgen/css/configuration.css?1750753629">
  618.  
  619. </body>
  620. </html>
  621.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda