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://careers.tapa.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://careers.tapa.org/">        <title>Page not found | TAPA Career Center</title>
  12.  
  13.        <meta name="description" content="Search for Texas Physician Assistants jobs on the TAPA Career Center today!">
  14.  
  15.        <meta charset="UTF-8">
  16.        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" >
  17.        <meta name="apple-mobile-web-app-capable" content="yes">
  18.        <meta http-equiv="X-UA-Compatible" content="IE=edge">
  19.  
  20.        <meta content="AiVCQoxFxpVKebVlISSJVvGUKVZEZoLE1tVdj6QN" 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.            success: (response) => {
  86.                let trackingCode = response.code || '';
  87.                $('body').append(trackingCode)
  88.            },
  89.        });
  90.    }
  91.  
  92.    function triggerEvent(name, element = document) {
  93.        if(!name) return;
  94.        const event = new Event(name);
  95.        element.dispatchEvent(event);
  96.    }
  97.  
  98.    if (typeof grecaptcha === 'undefined') {
  99.        grecaptcha = {};
  100.    }
  101.  
  102.    grecaptcha.alreadyLoaded = []
  103.    grecaptcha.loadFromCDN = function(url, params) {
  104.        if (! this.alreadyLoaded.includes(url)) {
  105.            this.alreadyLoaded.push(url);
  106.  
  107.            let script = document.createElement('script');
  108.            script.setAttribute('type', 'text/javascript');
  109.            script.setAttribute('src', url);
  110.            for (let i in params) {
  111.                script.setAttribute(params[i], '');
  112.            }
  113.  
  114.            document.body.appendChild(script);
  115.        }
  116.    }
  117.  
  118.    grecaptcha.ready = function(cb){
  119.        if (typeof grecaptcha === 'object' && typeof grecaptcha.execute === 'undefined') {
  120.            const c = '___grecaptcha_cfg';
  121.            window[c] = window[c] || {};
  122.            (window[c]['fns'] = window[c]['fns']||[]).push(cb);
  123.        } else {
  124.            setTimeout(function() {
  125.                cb();
  126.            }, 1000)
  127.        }
  128.    }
  129. </script>
  130.                    <!--link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"-->
  131.            <link rel="stylesheet" href="themes/tapa_ng/css/style.css?1712223193">
  132.        
  133.                    <script src="themes/nextgen/js/jquery.min.js?1549902715"></script>
  134.            <script src="themes/nextgen/js/bootstrap.min.js?1549902715"></script>
  135.            <script src="themes/nextgen/js/plugins.js?1549902715"></script>
  136.            <script src="js/common.min.js"></script>
  137.            <script>
  138.                $(function() {
  139.                    triggerEvent('jqueryReady');
  140.                    triggerEvent('bootstrapReady');
  141.                    triggerEvent('commonReady');
  142.                })
  143.            </script>
  144.        
  145.        <meta name="google-site-verification" content="GBjUElsbfi_VSEFBxnNQxQNt-za6O1A_sUQyVq2UwQM" />
  146. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  147. <link href="themes/tapa_ng/css/buttons_style.min.css?1594376260" rel="stylesheet">
  148. <link href="themes/tapa_ng/css/theme_style.min.css?1695139299" rel="stylesheet">
  149. <script src="themes/tapa_ng/js/search.js?1678119712"></script>
  150.        <meta property="og:type" content="website">
  151.        <meta property="og:site_name" content="Texas Academy of Physician Assistants">
  152.  
  153.                    <meta property="og:title" content="Page not found | TAPA Career Center">
  154.            <meta property="og:description" content="Search for Texas Physician Assistants jobs on the TAPA Career Center today!">
  155.            <meta property="og:image" content="https://careers.tapa.org/themes/tapa_ng/images/logo.png">
  156.            <meta property="og:url" content="https://careers.tapa.org/rss/feed.xml">
  157.        
  158.        
  159.    </head>
  160.    <body>
  161.  
  162.    <!-- Google Tag Manager (noscript) -->
  163.    <noscript>
  164.        <iframe
  165.            title="Google Tag Manager"
  166.            src="https://www.googletagmanager.com/ns.html?id=GTM-NFM95BJ"
  167.            height="0"
  168.            width="0"
  169.            style="display:none;visibility:hidden">
  170.        </iframe>
  171.    </noscript>
  172.    <!-- End Google Tag Manager (noscript) -->
  173.    <!--Start top and Logo-->
  174.  
  175.    <div id="banner-header-wide-1"></div>
  176.  
  177. <div class="custom-header">  
  178.    <div class="container">  
  179.        <div class="upper-header-links d-flex flex-wrap justify-content-end align-items-center">
  180.            <a class="mobile-item" href="https://tapa.org/general/?type=CONTACT">Contact Us</a>
  181.            <a class="mobile-item" href="https://tapa.org/general/register_start.asp">Join Now!</a>
  182.            <div class="input-group ml-1">
  183.                <input id="custom-search-input" class="form-control" type="text" name="bst" maxlength="50" placeholder="Enter search criteria...">
  184.                <span class="input-group-btn">
  185.                 <button class="btn btn-default" onclick="search()" type="button"><i class="fa fa-search"></i></button>
  186.                </span>
  187.            </div>
  188.            <a href="https://www.facebook.com/TXAcademyofPAs/"><i class="fab fa-facebook-f"></i></a>
  189.            <a href="https://twitter.com/TAPATx"><i class="fab fa-twitter"></i></a>
  190.            <a href="https://www.instagram.com/txacademyofpas/"><i class="fab fa-instagram"></i></a>
  191.            <a href="https://www.youtube.com/user/TAPAVIDEO"><i class="fab fa-youtube"></i></a>
  192.        </div>
  193.        <nav class="navbar">
  194.            <div class="navbar-header">
  195.                <button
  196.                    type="button"
  197.                    class="navbar-toggle collapsed"
  198.                    data-toggle="collapse"
  199.                    data-target="#navbar"
  200.                    aria-expanded="false"
  201.                    aria-controls="navbar"
  202.                >
  203.                    <span class="icon-bar"></span>
  204.                    <span class="icon-bar"></span>
  205.                    <span class="icon-bar"></span>
  206.                </button>
  207.            </div>
  208.            <a href="https://tapa.org/"><img width="220" src="themes/tapa_ng/images/logo.png?1678119712" alt="logo"/></a>
  209.            <div id="navbar" class="navbar-collapse collapse">
  210.                <ul class="nav navbar-nav">
  211.                    <li><a href="https://tapa.org/page/about-us">About</a></li>
  212.                    <li><a href="https://tapa.org/#">CME Opportunities</a></li>
  213.                    <li><a href="https://tapa.org/page/membership-information">Membership</a></li>
  214.                    <li><a href="https://tapa.org/page/student-resources">Students</a></li>
  215.                    <li><a href="http://tapa.aristotle.com/">Advocacy</a></li>
  216.                    <li><a href="https://tapa.org/page/resources">Resources</a></li>
  217.                    <li class="mobile-item"><a href="https://tapa.org/general/?type=CONTACT">Contact Us</a></li>
  218.                    <li class="mobile-item"><a href="https://tapa.org/general/register_start.asp">Join Now!</a></li>                
  219.                </ul>
  220.            </div>
  221.        </nav>
  222.    </div>
  223. </div><header>
  224.    <nav class="navbar navbar-inverse bg-dark">
  225.        <div class="container">
  226.            <div class="navbar-header">
  227.                <button
  228.                    type="button"
  229.                    class="navbar-toggle collapsed"
  230.                    data-toggle="collapse"
  231.                    data-target="#header-navbar"
  232.                    aria-expanded="false"
  233.                    aria-controls="navbar"
  234.                    aria-label="Toggle mobile navigation"
  235.                >
  236.                    <span class="icon-bar"></span>
  237.                    <span class="icon-bar"></span>
  238.                    <span class="icon-bar"></span>
  239.                </button>
  240.                            </div>
  241.  
  242.            <div
  243.                class="collapse navbar-collapse guest-menu"
  244.                id="header-navbar"
  245.            >
  246.                
  247. <div class="pull-left flex-sm-container clearfix">
  248.                                        <ul class="nav navbar-nav guest-menu">
  249.                                        <li id="menu-item-2986" class="current">
  250.                                    <a href="/"
  251.                        ex-data                                            >
  252.                                            Home                                        </a>
  253.                            </li>
  254.                                                        <li id="menu-item-2988" class="">
  255.                                    <a href="/jobs"
  256.                                                                    >
  257.                                            Search                                        </a>
  258.                            </li>
  259.                                                        <li id="menu-item-2991" class="">
  260.                                    <a href="/employer-directory"
  261.                                                                    >
  262.                                            Directory                                        </a>
  263.                            </li>
  264.                                                        <li id="menu-item-2994" class="">
  265.                                    <a href="/contact-us"
  266.                                                                    >
  267.                                            Contact Us                                        </a>
  268.                            </li>
  269.                                                                </ul>
  270.                                        <p class="navbar-btn pull-left">
  271.                <a href="/employer-offers"
  272.                    class="btn btn-primary pricing-btn"                                    >
  273.                    Pricing                </a>
  274.            </p>
  275.                        </div>
  276.  
  277.                
  278.    <nav class="nav navbar-right flex-sm-container">
  279.        <ul class="nav navbar-nav mx-0">
  280.            <li class="register-top">
  281.                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  282.                    Register                    <span class="caret"></span>
  283.                </a>
  284.                <ul class="dropdown-menu reg-choose">
  285.                    <li><a href="/register-seeker">Job Seekers</a></li>
  286.                                            <li><a href="/register-employer">Employers</a></li>
  287.                                    </ul>
  288.            </li>
  289.            <li>
  290.                <a class="sign-in" href="/sign-in">
  291.                    <i class="fas fa-lock"></i>
  292.                    Sign In                </a>
  293.            </li>
  294.            
  295. <script>
  296.    var scriptsLanguage = 'EN';
  297. </script>
  298.  
  299.        </ul>
  300.        <p class="navbar-btn pull-left">
  301.            <a class="btn btn-primary post-job" href="/employer-offers">Post a Job</a>
  302.        </p>
  303.    </nav>
  304.            </div>
  305.        </div>
  306.    </nav>
  307. </header>
  308.  
  309. <div class="container view-404">
  310.    <div class="row">
  311.        <div class="col-md-6 col-md-offset-3 col-sm-12 col-sm-offset-0 text-center">
  312.            <div class="page-header">
  313.                <h1>Not found</h1>
  314.            </div>
  315.            <p>The requested URL was not found on this server.</p>
  316.            <p>If you need assistance you can</p>
  317.            <p>
  318.                <a href="/" class="btn btn-primary"><i class="glyphicon glyphicon-home"></i>  visit our home page</a>
  319.                <a href="/contact-us" class="btn btn-default"><i class="glyphicon glyphicon-envelope"></i>  contact us</a>
  320.            </p>
  321.        </div>
  322.    </div>
  323. </div>
  324.    <div id="banner-footer-wide-top-1"></div>
  325.  
  326. <div class="ws-footer" id="ws-footer">
  327.    <div class="bg-darken footer index mt-2 py-2">
  328.        <div class="container">
  329.            <div class="row">
  330.                <div class="col-md-12">
  331.                    <a href="https://careers.tapa.org/browse-jobs" class="title d-block text-white text-bold my-1">
  332.                        Find Jobs By Category                    </a>
  333.                </div>
  334.            </div>
  335.            <div class="row">
  336.                                                        <div class="col-md-3 col-sm-6">
  337.                        <ul class="list list-unstyled">
  338.                                                                                            <li class="list-item">
  339.                                    <a href="c-acute-care-jobs.html" class="text-white">
  340.                                        Acute Care                                    </a>
  341.                                </li>
  342.                                                                                            <li class="list-item">
  343.                                    <a href="c-allergy-jobs.html" class="text-white">
  344.                                        Allergy                                    </a>
  345.                                </li>
  346.                                                                                            <li class="list-item">
  347.                                    <a href="c-anesthesiology-jobs.html" class="text-white">
  348.                                        Anesthesiology                                    </a>
  349.                                </li>
  350.                                                                                            <li class="list-item">
  351.                                    <a href="c-bariatrics-jobs.html" class="text-white">
  352.                                        Bariatrics                                    </a>
  353.                                </li>
  354.                                                                                            <li class="list-item">
  355.                                    <a href="c-cardiology-jobs.html" class="text-white">
  356.                                        Cardiology                                    </a>
  357.                                </li>
  358.                                                                                            <li class="list-item">
  359.                                    <a href="c-cardiovascular-jobs.html" class="text-white">
  360.                                        Cardiovascular                                    </a>
  361.                                </li>
  362.                                                                                            <li class="list-item">
  363.                                    <a href="c-correctional-medicine-jobs.html" class="text-white">
  364.                                        Correctional Medicine                                    </a>
  365.                                </li>
  366.                                                                                            <li class="list-item">
  367.                                    <a href="c-critical-care-jobs.html" class="text-white">
  368.                                        Critical Care                                    </a>
  369.                                </li>
  370.                                                                                            <li class="list-item">
  371.                                    <a href="c-dermatology-jobs.html" class="text-white">
  372.                                        Dermatology                                    </a>
  373.                                </li>
  374.                                                                                            <li class="list-item">
  375.                                    <a href="c-education-jobs.html" class="text-white">
  376.                                        Education                                    </a>
  377.                                </li>
  378.                                                                                            <li class="list-item">
  379.                                    <a href="c-emergency-medicine-jobs.html" class="text-white">
  380.                                        Emergency Medicine                                    </a>
  381.                                </li>
  382.                                                                                            <li class="list-item">
  383.                                    <a href="c-endocrinology-jobs.html" class="text-white">
  384.                                        Endocrinology                                    </a>
  385.                                </li>
  386.                                                                                            <li class="list-item">
  387.                                    <a href="c-family-medicine-with-urgent-care-jobs.html" class="text-white">
  388.                                        Family Medicine with Urgent Care                                    </a>
  389.                                </li>
  390.                                                                                            <li class="list-item">
  391.                                    <a href="c-family-practice-jobs.html" class="text-white">
  392.                                        Family Practice                                    </a>
  393.                                </li>
  394.                                                                                            <li class="list-item">
  395.                                    <a href="c-gastroenterology-jobs.html" class="text-white">
  396.                                        Gastroenterology                                    </a>
  397.                                </li>
  398.                                                                                            <li class="list-item">
  399.                                    <a href="c-geriatrics-jobs.html" class="text-white">
  400.                                        Geriatrics                                    </a>
  401.                                </li>
  402.                                                                                            <li class="list-item">
  403.                                    <a href="c-hematology-jobs.html" class="text-white">
  404.                                        Hematology                                    </a>
  405.                                </li>
  406.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  407.                                    <a href="c-hormone-replacement-jobs.html" class="text-white">
  408.                                        Hormone Replacement                                    </a>
  409.                                </li>
  410.                                                                                            <li class="list-item">
  411.                                    <a href="c-hospital-medicine-jobs.html" class="text-white">
  412.                                        Hospital Medicine                                    </a>
  413.                                </li>
  414.                                                                                            <li class="list-item">
  415.                                    <a href="c-infectious-disease-jobs.html" class="text-white">
  416.                                        Infectious Disease                                    </a>
  417.                                </li>
  418.                                                                                            <li class="list-item">
  419.                                    <a href="c-internal-medicine-jobs.html" class="text-white">
  420.                                        Internal Medicine                                    </a>
  421.                                </li>
  422.                                                                                            <li class="list-item">
  423.                                    <a href="c-interventional-radiology-jobs.html" class="text-white">
  424.                                        Interventional Radiology                                    </a>
  425.                                </li>
  426.                                                                                            <li class="list-item">
  427.                                    <a href="c-neonatal-jobs.html" class="text-white">
  428.                                        Neonatal                                    </a>
  429.                                </li>
  430.                                                                                            <li class="list-item">
  431.                                    <a href="c-nephrology-jobs.html" class="text-white">
  432.                                        Nephrology                                    </a>
  433.                                </li>
  434.                                                                                            <li class="list-item">
  435.                                    <a href="c-neurology-jobs.html" class="text-white">
  436.                                        Neurology                                    </a>
  437.                                </li>
  438.                                                                                            <li class="list-item">
  439.                                    <a href="c-neurosurgery-jobs.html" class="text-white">
  440.                                        Neurosurgery                                    </a>
  441.                                </li>
  442.                                                                                            <li class="list-item">
  443.                                    <a href="c-obstretrics-gynecology-jobs.html" class="text-white">
  444.                                        Obstretrics/Gynecology                                    </a>
  445.                                </li>
  446.                                                                                            <li class="list-item">
  447.                                    <a href="c-occupational-medicine-jobs.html" class="text-white">
  448.                                        Occupational Medicine                                    </a>
  449.                                </li>
  450.                                                                                            <li class="list-item">
  451.                                    <a href="c-oncology-jobs.html" class="text-white">
  452.                                        Oncology                                    </a>
  453.                                </li>
  454.                                                                                            <li class="list-item">
  455.                                    <a href="c-opthalmology-jobs.html" class="text-white">
  456.                                        Opthalmology                                    </a>
  457.                                </li>
  458.                                                                                            <li class="list-item">
  459.                                    <a href="c-ortho-musculuoskeletal-jobs.html" class="text-white">
  460.                                        Ortho-Musculuoskeletal                                    </a>
  461.                                </li>
  462.                                                                                            <li class="list-item">
  463.                                    <a href="c-orthopedic-surgery-jobs.html" class="text-white">
  464.                                        Orthopedic Surgery                                    </a>
  465.                                </li>
  466.                                                                                            <li class="list-item">
  467.                                    <a href="c-orthopedics-jobs.html" class="text-white">
  468.                                        Orthopedics                                    </a>
  469.                                </li>
  470.                                                                                            <li class="list-item">
  471.                                    <a href="c-other-jobs.html" class="text-white">
  472.                                        Other                                    </a>
  473.                                </li>
  474.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  475.                                    <a href="c-otolaryngology-jobs.html" class="text-white">
  476.                                        Otolaryngology                                    </a>
  477.                                </li>
  478.                                                                                            <li class="list-item">
  479.                                    <a href="c-pain-management-jobs.html" class="text-white">
  480.                                        Pain Management                                    </a>
  481.                                </li>
  482.                                                                                            <li class="list-item">
  483.                                    <a href="c-pediatric-cardiology-jobs.html" class="text-white">
  484.                                        Pediatric Cardiology                                    </a>
  485.                                </li>
  486.                                                                                            <li class="list-item">
  487.                                    <a href="c-pediatric-gastroenterology-jobs.html" class="text-white">
  488.                                        Pediatric Gastroenterology                                    </a>
  489.                                </li>
  490.                                                                                            <li class="list-item">
  491.                                    <a href="c-pediatrics-jobs.html" class="text-white">
  492.                                        Pediatrics                                    </a>
  493.                                </li>
  494.                                                                                            <li class="list-item">
  495.                                    <a href="c-pediatrics-interventional-radiology-jobs.html" class="text-white">
  496.                                        Pediatrics: Interventional Radiology                                    </a>
  497.                                </li>
  498.                                                                                            <li class="list-item">
  499.                                    <a href="c-physical-medicine-jobs.html" class="text-white">
  500.                                        Physical Medicine                                    </a>
  501.                                </li>
  502.                                                                                            <li class="list-item">
  503.                                    <a href="c-plastic-reconstructive-hand-surgery-jobs.html" class="text-white">
  504.                                        Plastic Reconstructive Hand Surgery                                    </a>
  505.                                </li>
  506.                                                                                            <li class="list-item">
  507.                                    <a href="c-plastic-surgery-jobs.html" class="text-white">
  508.                                        Plastic Surgery                                    </a>
  509.                                </li>
  510.                                                                                            <li class="list-item">
  511.                                    <a href="c-primary-care-jobs.html" class="text-white">
  512.                                        Primary Care                                    </a>
  513.                                </li>
  514.                                                                                            <li class="list-item">
  515.                                    <a href="c-prison-medicine-jobs.html" class="text-white">
  516.                                        Prison Medicine                                    </a>
  517.                                </li>
  518.                                                                                            <li class="list-item">
  519.                                    <a href="c-psychiatry-jobs.html" class="text-white">
  520.                                        Psychiatry                                    </a>
  521.                                </li>
  522.                                                                                            <li class="list-item">
  523.                                    <a href="c-pulmonary-critical-care-jobs.html" class="text-white">
  524.                                        Pulmonary Critical Care                                    </a>
  525.                                </li>
  526.                                                                                            <li class="list-item">
  527.                                    <a href="c-pulmonology-jobs.html" class="text-white">
  528.                                        Pulmonology                                    </a>
  529.                                </li>
  530.                                                                                            <li class="list-item">
  531.                                    <a href="c-radiology-jobs.html" class="text-white">
  532.                                        Radiology                                    </a>
  533.                                </li>
  534.                                                                                            <li class="list-item">
  535.                                    <a href="c-reconstructive-surgery-jobs.html" class="text-white">
  536.                                        Reconstructive Surgery                                    </a>
  537.                                </li>
  538.                                                                                            <li class="list-item">
  539.                                    <a href="c-rehabilitation-jobs.html" class="text-white">
  540.                                        Rehabilitation                                    </a>
  541.                                </li>
  542.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  543.                                    <a href="c-research-jobs.html" class="text-white">
  544.                                        Research                                    </a>
  545.                                </li>
  546.                                                                                            <li class="list-item">
  547.                                    <a href="c-rheumatology-jobs.html" class="text-white">
  548.                                        Rheumatology                                    </a>
  549.                                </li>
  550.                                                                                            <li class="list-item">
  551.                                    <a href="c-rural-health-jobs.html" class="text-white">
  552.                                        Rural Health                                     </a>
  553.                                </li>
  554.                                                                                            <li class="list-item">
  555.                                    <a href="c-sleep-medicine-jobs.html" class="text-white">
  556.                                        Sleep Medicine                                    </a>
  557.                                </li>
  558.                                                                                            <li class="list-item">
  559.                                    <a href="c-surgery-jobs.html" class="text-white">
  560.                                        Surgery                                    </a>
  561.                                </li>
  562.                                                                                            <li class="list-item">
  563.                                    <a href="c-surgery-cardiovascular-cardiothoracic-jobs.html" class="text-white">
  564.                                        Surgery: Cardiovascular/Cardiothoracic                                    </a>
  565.                                </li>
  566.                                                                                            <li class="list-item">
  567.                                    <a href="c-surgery-hand-jobs.html" class="text-white">
  568.                                        Surgery: Hand                                    </a>
  569.                                </li>
  570.                                                                                            <li class="list-item">
  571.                                    <a href="c-surgery-oncology-jobs.html" class="text-white">
  572.                                        Surgery: Oncology                                    </a>
  573.                                </li>
  574.                                                                                            <li class="list-item">
  575.                                    <a href="c-surgery-orthopedics-jobs.html" class="text-white">
  576.                                        Surgery: Orthopedics                                    </a>
  577.                                </li>
  578.                                                                                            <li class="list-item">
  579.                                    <a href="c-surgery-otolaryngology-jobs.html" class="text-white">
  580.                                        Surgery: Otolaryngology                                    </a>
  581.                                </li>
  582.                                                                                            <li class="list-item">
  583.                                    <a href="c-surgery-urology-jobs.html" class="text-white">
  584.                                        Surgery: Urology                                    </a>
  585.                                </li>
  586.                                                                                            <li class="list-item">
  587.                                    <a href="c-surgery-vascular-jobs.html" class="text-white">
  588.                                        Surgery: Vascular                                    </a>
  589.                                </li>
  590.                                                                                            <li class="list-item">
  591.                                    <a href="c-urgent-care-jobs.html" class="text-white">
  592.                                        Urgent Care                                    </a>
  593.                                </li>
  594.                                                                                            <li class="list-item">
  595.                                    <a href="c-urology-jobs.html" class="text-white">
  596.                                        Urology                                    </a>
  597.                                </li>
  598.                                                    </ul>
  599.                    </div>
  600.                            </div>
  601.  
  602.            <div class="row">
  603.                <div class="col-md-12 text-center text-white copyrights">
  604.                    <p>Powered by <a href="https://www.webscribble.com" target="_blank" class="underline text-white">Web Scribble Solutions</a>, Inc.</p>
  605.                </div>
  606.            </div>
  607.        </div>
  608.    </div>
  609. </div>
  610.  
  611. <footer>
  612.    <div class="custom-footer">
  613.    <div class="container px-2">
  614.        <div class="d-flex flex-wrap align-items-center">
  615.            <div class="mr-4 d-flex justify-content-center footer-logo-image">
  616.                <img src="themes/tapa_ng/images/logo.png?1678119712" alt="logo"/>
  617.            </div>
  618.            <div class="d-flex flex-column text-white">
  619.                <h4><b>Texas Academy of Physician Assistants</b></h4>
  620.                <p><i class="fas fa-map-marker-alt"></i> PO Box 4968, Lago Vista, TX 78645</p>
  621.                <p><i class="fas fa-phone"></i> 800.280.7655</p>
  622.                <p><a href="mailTo:admin@tapa.org"><i class="fas fa-envelope"></i> admin@tapa.org</a></p>
  623.            </div>
  624.        </div>
  625.    </div>
  626. </div></footer>
  627.  
  628.  
  629. <script defer src="themes/nextgen/js/main.min.js?1708364482"></script>
  630.  
  631. <!-- NG-3557 -->
  632.  
  633. <!-- NG-3557 -->
  634.  
  635.    
  636.  
  637.  
  638.  
  639.  
  640. <script>
  641.  
  642. </script>
  643.  
  644.  
  645.  
  646.  
  647. <div class="sticky-alert-container position-fixed fixed-bottom">
  648.    <div class="container-fluid">
  649.        <div class="row">
  650.                        <div id="cookieconsent-wrapper"></div>
  651.        </div>
  652.    </div>
  653. </div>
  654.  
  655. <script>
  656.    window.FontAwesomeConfig = {
  657.        autoReplaceSvg: "nest",
  658.        autoA11y: true,
  659.        autoAddCss: true,
  660.        keepOriginalSource: false
  661.    }
  662. </script>
  663. <script async src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
  664.  
  665.  
  666. <script>
  667.    const templates = document.querySelectorAll('template');
  668.  
  669.    function processTemplate(element) {
  670.        const parents = document.querySelectorAll(element.dataset.parent);
  671.        const position = element.dataset.position ? element.dataset.position : 'afterend';
  672.  
  673.        parents.forEach(function(parent){
  674.            if(position === 'instead'){
  675.                parent.outerHTML = element.innerHTML;
  676.            }else{
  677.                parent.insertAdjacentHTML(position, element.innerHTML);
  678.            }
  679.        });
  680.  
  681.        if ( typeof element.dataset.cleanup === 'undefined' || element.dataset.cleanup === true || element.dataset.cleanup === 'true' ) {
  682.            element.remove();
  683.        }
  684.    }
  685.  
  686.    function addXMLRequestCallback(callback){
  687.        let nativeOpen = XMLHttpRequest.prototype.open;
  688.        let callbacks = XMLHttpRequest.callbacks = [];
  689.        XMLHttpRequest.prototype.open = function () {
  690.            callbacks.forEach(callback => callback.apply(this, arguments));
  691.            nativeOpen.apply(this, arguments);
  692.        };
  693.  
  694.        XMLHttpRequest.callbacks.push(callback);
  695.    }
  696.  
  697.    templates.forEach(function(element){
  698.        if ( !element.dataset.parent ) {
  699.            console.warn('Wrong syntax, ignoring this template', element);
  700.            return false;
  701.        }
  702.  
  703.        if ( !element.dataset.trigger || element.dataset.trigger === 'instant' ) {
  704.            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  705.        } else if ( element.dataset.trigger === 'event' ) {
  706.            if ( !element.dataset.event ){
  707.                console.warn('Wrong syntax, absent event name to listen, ignoring this template', element);
  708.                return false;
  709.            }
  710.            document.addEventListener( element.dataset.event, () => {
  711.                setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  712.            });
  713.        } else if ( element.dataset.trigger === 'xhr' ) {
  714.            addXMLRequestCallback( function( method, url ) {
  715.                if ( element.dataset.url || element.dataset.method ) {
  716.                    if ( element.dataset.url && element.dataset.method ) {
  717.                        if ( element.dataset.method === method && url.toString().includes(element.dataset.url) ) {
  718.                            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  719.                        }
  720.                    } else if ( element.dataset.url && url.includes(element.dataset.url) ) {
  721.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  722.                    } else if ( element.dataset.method && element.dataset.method === method ){
  723.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  724.                    }
  725.                } else {
  726.                    setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  727.                }
  728.            });
  729.        }
  730.    });
  731. </script>
  732. </body>
  733. </html>
  734.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda