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://careercenter.flapsych.com/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://careercenter.flapsych.com/">        <title>Page not found | Florida Psychology Jobs</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="0Zoj0oz5dgAjEIfM24mLaBCQy33eEqFD1IbJQDZ9" 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/fpa_ng/css/style.css?1751628833">
  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/nextgen/css/custom.css?1750753629" rel="stylesheet">
  149. <link href="/themes/fpa_ng/css/theme_style.min.css?1599552876" rel="stylesheet">
  150. <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
  151. <script type="text/javascript" src="/themes/fpa_ng/js/theme_common.min.js?1679914537"></script>
  152.  
  153.                    <link rel="shortcut icon" href="https://wjm.s3.amazonaws.com/flapsych/uploads/logo_16px_1722502561.png">
  154.        
  155.        <meta property="og:type" content="website">
  156.        <meta property="og:site_name" content="Florida Psychological Association">
  157.  
  158.                    <meta property="og:title" content="Page not found | Florida Psychology Jobs">
  159.            <meta property="og:description" content="Career website">
  160.            <meta property="og:image" content="https://careercenter.flapsych.com/themes/fpa_ng/images/logo.png">
  161.            <meta property="og:url" content="https://careercenter.flapsych.com/rss/feed.xml">
  162.        
  163.        
  164.    </head>
  165.    <body>
  166.  
  167.    <!-- Google Tag Manager (noscript) -->
  168.    <noscript>
  169.        <iframe
  170.            title="Google Tag Manager"
  171.            src="https://www.googletagmanager.com/ns.html?id=GTM-NFM95BJ"
  172.            height="0"
  173.            width="0"
  174.            style="display:none;visibility:hidden">
  175.        </iframe>
  176.    </noscript>
  177.    <!-- End Google Tag Manager (noscript) -->
  178.    <!--Start top and Logo-->
  179.  
  180.    <div id="banner-header-wide-1"></div>
  181.  
  182.  
  183. <div class="fpa-wrapper fpa-header">
  184.    <div class="fpa-top-bar">
  185.        <div class="container">
  186.            <div class="row">
  187.                <div class="col-xs-12 text-right">
  188.                    <div class="fpa-user-menu">
  189.                        <ul class="list-inline">
  190.                            <li><a href="http://www.flapsych.com/general/?type=CONTACT">Contact Us</a></li>
  191.                            <li><a href="http://www.flapsych.com/login.aspx">Sign In</a></li>
  192.                            <li><a href="http://www.flapsych.com/general/register_start.asp">Click Here to Join</a></li>
  193.                        </ul>
  194.                    </div>
  195.                    <div class="fpa-search-wrapper">
  196.                        <form class="fpa-search" name="QuickSearchForm" action="http://www.flapsych.com/search/all.asp">
  197.                            <input name="bst" maxlength="50" placeholder="Enter search criteria...">
  198.                            <button type="submit">Search</button>
  199.                        </form>
  200.                    </div>
  201.                </div>
  202.            </div>
  203.        </div>
  204.    </div>
  205.    <div class="fpa-main-bar">
  206.        <div class="container">
  207.            <div class="row">
  208.                <div class="col-xs-12">
  209.                    <div class="fpa-logo">
  210.                        <a href="http://www.flapsych.com/">
  211.                            <img class="img-responsive" src="/themes/fpa_ng/images/header_logo.png?1547733461" alt="Florida Psychological Association">
  212.                        </a>
  213.                    </div>
  214.                    <div class="fpa-menu-wrapper">
  215.                        <div class="hidden-md hidden-lg clearfix">
  216.                            <a class="fpa-hamburger" href="javascript:void(0)">
  217.                                <span class="icon-bar"></span>
  218.                                <span class="icon-bar"></span>
  219.                                <span class="icon-bar"></span>
  220.                            </a>
  221.                        </div>
  222.                        <ul class="fpa-menu clearfix">
  223.                            <li class="parent">
  224.                                <a href="http://www.flapsych.com/?page=AboutFPA">About FPA</a> <i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  225.                                <div class="slide">
  226.                                    <ul class="dropdown-menu level-1">
  227.                                        <li><a href="http://www.flapsych.com/?page=ECP">Early Career Psychologists</a></li>
  228.                                        <li><a href="http://www.flapsych.com/?page=MeetCentralOffice">Meet Central Office</a></li>
  229.                                        <li><a href="http://www.flapsych.com/?page=BoardofDirectors">Board of Directors</a></li>
  230.                                        <li><a href="http://www.flapsych.com/?page=Divisions">Divisions</a></li>
  231.                                        <li><a href="http://www.flapsych.com/?page=LAPPB">LAPPB</a></li>
  232.                                        <li><a href="http://www.flapsych.com/?page=Committees">Committees</a></li>
  233.                                        <li>
  234.                                            <a href="http://www.flapsych.com/?page=PHWA">Psychology in the Workplace</a> <i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  235.                                                <ul class="dropdown-menu nested-list level-2">
  236.                                                    <li><a href="http://www.flapsych.com/?PHWAResources">Resources</a></li>
  237.                                                </ul>
  238.                                        </li>
  239.                                        <li><a href="http://www.flapsych.com/?page=FPAGS">FPAGS</a></li>
  240.                                    </ul>
  241.                                </div>
  242.                            </li>
  243.                            <li class="parent">
  244.                                <a href="javascript:void(0);">Become a Member</a> <i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  245.                                <div class="slide">
  246.                                    <ul class="dropdown-menu level-1">
  247.                                        <li><a href="http://www.flapsych.com/?page=JoinFPA" target="_blank">Join FPA</a></li>
  248.                                        <li><a href="http://www.flapsych.com/?page=MemberBenefits">Member Benefits</a></li>
  249.                                    </ul>
  250.                                </div>
  251.                            </li>
  252.                            <li class="parent">
  253.                                <a href="http://www.flapsych.com/?page=Events">Events</a><i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  254.                                <div class="slide">
  255.                                    <ul class="dropdown-menu level-1">
  256.                                        <li><a href="http://www.flapsych.com/events/event_list.asp">Community Events</a></li>
  257.                                        <li><a href="http://www.flapsych.com/?page=CPERequirements">CPE Requirements</a></li>
  258.                                    </ul>
  259.                                </div>
  260.                            </li>
  261.                            <li class="parent">
  262.                                <a href="http://www.flapsych.com/?page=FPAMembers">FPA Members</a><i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  263.                                <div class="slide">
  264.                                    <ul class="dropdown-menu level-1">
  265.                                        <li><a href="http://www.flapsych.com/?page=BoardMeetings">Board Meetings</a></li>
  266.                                        <li><a href="http://www.flapsych.com/?page=ECMeetingMinutes">Executive Committee Meeting Mi</a></li>
  267.                                        <li><a href="http://www.flapsych.com/?page=PracticeCorner">Practice Corner</a></li>
  268.                                        <li><a href="http://www.flapsych.com/?page=FreeBusinessConsul">Free Business Consult</a></li>
  269.                                        <li><a href="http://www.flapsych.com/?page=MemberResources">Member Resources</a></li>
  270.                                        <li><a href="http://www.flapsych.com/?page=AttorneyConsult">Attorney Consult</a></li>
  271.                                        <li><a href="http://www.flapsych.com/?page=MemberDirectory">Member Directory</a></li>
  272.                                        <li><a href="http://www.flapsych.com/?page=Ethics">Ethics</a></li>
  273.                                        <li><a href="http://www.flapsych.com/?page=FLLawsRules">FL Laws &amp; Rules</a></li>
  274.                                        <li><a href="http://www.flapsych.com/?page=Publications">Publications</a></li>
  275.                                    </ul>
  276.                                </div>
  277.                            </li>
  278.                            <li class="parent">
  279.                                <a href="http://www.flapsych.com/?page=FPAChapters">FPA Chapters</a><i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  280.                                <div class="slide">
  281.                                    <ul class="dropdown-menu level-1">
  282.                                        <li><a href="http://www.flapsych.com/page/ChapterResources">Chapter Leaders Resource Cente</a></li>
  283.                                        <li><a href="http://www.flapsych.com/?page=BayChapter">Bay Chapter</a></li>
  284.                                        <li><a href="http://www.flapsych.com/?page=BrevardIndianRiver">Brevard/Indian River Chap</a></li>
  285.                                        <li><a href="http://www.flapsych.com/?page=BrowardChapter">Broward Chapter</a></li>
  286.                                        <li><a href="http://www.flapsych.com/?page=CalusaChapter">Calusa Chapter</a></li>
  287.                                        <li><a href="http://www.flapsych.com/?page=CapitalChapter">Capital Chapter</a></li>
  288.                                        <li><a href="http://www.flapsych.com/?page=CentralChapter">Central Chapter</a></li>
  289.                                        <li><a href="http://www.flapsych.com/?page=MiamiDadeMonroe">Miami-Dade-Monroe Chapter</a></li>
  290.                                        <li><a href="http://www.flapsych.com/?page=LowerWestCoast">Lower West Coast Chapter</a></li>
  291.                                        <li><a href="http://www.flapsych.com/?page=NorthCentralChapte">North Central Chapter</a></li>
  292.                                        <li><a href="http://www.flapsych.com/?page=NorthEastChapter">North East Chapter</a></li>
  293.                                        <li><a href="http://www.flapsych.com/?page=PalmChapter">Palm Chapter</a></li>
  294.                                        <li><a href="http://www.flapsych.com/?page=PinellasChapter">Pinellas Chapter</a></li>
  295.                                        <li><a href="http://www.flapsych.com/?page=WestChapter">West Chapter</a></li>
  296.                                    </ul>
  297.                                </div>
  298.                            </li>
  299.                            <li class="parent">
  300.                                <a href="http://www.flapsych.com/?page=Advocacy">Advocacy</a><i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  301.                                <div class="slide">
  302.                                    <ul class="dropdown-menu level-1">
  303.                                        <li><a href="http://www.flapsych.com/?page=FloridaPAC">Florida PAC</a></li>
  304.                                        <li><a href="http://www.flapsych.com/?page=RxP">Florida RxP PAC</a></li>
  305.                                        <li><a href="http://www.flapsych.com/?page=StateAdvocacy">State Advocacy</a></li>
  306.                                        <li><a href="http://www.flapsych.com/?page=FederalAdvocacy">Federal Advocacy</a></li>
  307.                                        <li><a href="http://www.flapsych.com/?page=BoardofPsychology">Board of Psychology</a></li>
  308.                                    </ul>
  309.                                </div>
  310.                            </li>
  311.                            <li class="parent last">
  312.                                <a href="http://www.flapsych.com/?page=PublicInformation">Public Information</a><i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  313.                                <div class="slide">
  314.                                    <ul class="dropdown-menu level-1">
  315.                                        <li><a href="http://www.flapsych.com/?page=PrescribingPsychs">Prescribing Psychologists Fact</a></li>
  316.                                        <li><a href="http://www.flapsych.com/?page=Store">Store</a></li>
  317.                                        <li><a href="http://www.flapsych.com/?page=MediaandPublic">Media and PR Campaigns</a></li>
  318.                                        <li>
  319.                                            <a href="http://www.flapsych.com/?page=PublicEducationCamp" target="_blank">Public Education &amp; Information</a><i class="toggle-caret glyphicon glyphicon-chevron-down"></i>
  320.                                            <ul class="dropdown-menu nested-list level-2">
  321.                                                <li><a href="http://www.flapsych.com/?page=TalkingPoints" target="_blank">Talking Points</a></li>
  322.                                            </ul>
  323.                                        </li>
  324.                                        <li><a href="http://www.flapsych.com/?page=FindaPsychologist">Find a Psychologist</a></li>
  325.                                        <li><a href="http://www.flapsych.com/?page=Classifieds">Classifieds</a></li>
  326.                                    </ul>
  327.                                </div>
  328.                            </li>
  329.                        </ul>
  330.                    </div>
  331.                </div>
  332.            </div>
  333.        </div>
  334.    </div>
  335. </div>
  336. <header id="ws-header">
  337.    <nav class="navbar navbar-inverse bg-dark">
  338.        <div class="container">
  339.            <div class="navbar-header">
  340.                <button
  341.                    type="button"
  342.                    class="navbar-toggle collapsed"
  343.                    data-toggle="collapse"
  344.                    data-target="#header-navbar"
  345.                    aria-expanded="false"
  346.                    aria-controls="navbar"
  347.                    aria-label="Toggle mobile navigation"
  348.                >
  349.                    <span class="icon-bar"></span>
  350.                    <span class="icon-bar"></span>
  351.                    <span class="icon-bar"></span>
  352.                </button>
  353.                            </div>
  354.  
  355.            <div
  356.                class="collapse navbar-collapse guest-menu"
  357.                id="header-navbar"
  358.            >
  359.                
  360. <div class="pull-left flex-sm-container clearfix">
  361.                                        <ul class="nav navbar-nav guest-menu">
  362.                                        <li id="menu-item-2968" class="current">
  363.                                    <a href="/"
  364.                        ex-data                                            >
  365.                                            Home                                        </a>
  366.                            </li>
  367.                                                        <li id="menu-item-2970" class="">
  368.                                    <a href="/jobs"
  369.                                                                    >
  370.                                            Search                                        </a>
  371.                            </li>
  372.                                                        <li id="menu-item-2973" class="">
  373.                                    <a href="/employer-directory"
  374.                                                                    >
  375.                                            Directory                                        </a>
  376.                            </li>
  377.                                                        <li id="menu-item-2976" class="">
  378.                                    <a href="/contact-us"
  379.                                                                    >
  380.                                            Contact Us                                        </a>
  381.                            </li>
  382.                                                                </ul>
  383.                                        <p class="navbar-btn pull-left">
  384.                <a href="/employer-offers"
  385.                    class="btn btn-primary pricing-btn"                                    >
  386.                    Pricing                </a>
  387.            </p>
  388.                        </div>
  389.  
  390.                
  391.    <nav class="nav navbar-right flex-sm-container">
  392.        <ul class="nav navbar-nav mx-0">
  393.            <li class="register-top">
  394.                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  395.                    Register                    <span class="caret"></span>
  396.                </a>
  397.                <ul class="dropdown-menu reg-choose">
  398.                    <li><a href="/register-seeker">Job Seekers</a></li>
  399.                                            <li><a href="/register-employer">Employers</a></li>
  400.                                    </ul>
  401.            </li>
  402.            <li>
  403.                <a class="sign-in" href="/sign-in">
  404.                    <i class="fas fa-lock"></i>
  405.                    Sign In                </a>
  406.            </li>
  407.            
  408. <script>
  409.    var scriptsLanguage = 'EN';
  410. </script>
  411.  
  412.        </ul>
  413.        <p class="navbar-btn pull-left">
  414.            <a class="btn btn-primary post-job" href="/employer-offers"
  415.            >Post a Job</a>
  416.        </p>
  417.    </nav>
  418.  
  419. <script>
  420.    document.addEventListener('jqueryReady', function() {
  421.        let $headerNavbar = $('#header-navbar'),
  422.            $userDropdown = $headerNavbar.find('.user-dropdown'),
  423.            $submenu = $userDropdown.find('.submenu');
  424.  
  425.  
  426.            $submenu.on('click', function (event){
  427.                event.stopPropagation();
  428.  
  429.                let $this = $(this);
  430.                    $thisMenu = $this.find('ul.menu'),
  431.                    $otherMenus = $submenu.find('ul.menu');
  432.  
  433.  
  434.  
  435.                if($thisMenu.hasClass('open')) {
  436.                    $thisMenu.removeClass('open')
  437.                } else {
  438.                    $otherMenus.removeClass('open')
  439.                    $thisMenu.addClass('open')
  440.                }
  441.            })
  442.  
  443.    });
  444. </script>
  445.  
  446.            </div>
  447.        </div>
  448.    </nav>
  449. </header>
  450.  
  451. <div class="container view-404">
  452.    <div class="row">
  453.        <div class="col-md-6 col-md-offset-3 col-sm-12 col-sm-offset-0 text-center">
  454.            <div class="page-header">
  455.                <h1>Not found</h1>
  456.            </div>
  457.            <p>The requested URL was not found on this server.</p>
  458.            <p>If you need assistance you can</p>
  459.            <p>
  460.                <a href="/" class="btn btn-primary"><i class="glyphicon glyphicon-home"></i>  visit our home page</a>
  461.                <a href="/contact-us" class="btn btn-default"><i class="glyphicon glyphicon-envelope"></i>  contact us</a>
  462.            </p>
  463.        </div>
  464.    </div>
  465. </div>
  466.    <div id="banner-footer-wide-top-1"></div>
  467.  
  468.  
  469. <div class="ws-footer" id="ws-footer">
  470.    <div class="bg-darken footer index mt-2 py-2">
  471.        <div class="container">
  472.                        <div class="row">
  473.                <div class="col-md-12">
  474.                    <a href="https://careercenter.flapsych.com/browse-jobs" class="title d-block text-white text-bold my-1">
  475.                        Find Jobs By Category                    </a>
  476.                </div>
  477.            </div>
  478.            <div class="row">
  479.                                        <div class="col-md-3 col-sm-6">
  480.                        <ul class="list list-unstyled">
  481.                                                                                            <li class="list-item">
  482.                                    <a href="c-academic-jobs.html" class="text-white">
  483.                                        Academic                                    </a>
  484.                                </li>
  485.                                                                                            <li class="list-item">
  486.                                    <a href="c-academic-medical-group-jobs.html" class="text-white">
  487.                                        Academic Medical Group                                    </a>
  488.                                </li>
  489.                                                                                            <li class="list-item">
  490.                                    <a href="c-accountable-care-organization-aco-jobs.html" class="text-white">
  491.                                        Accountable Care Organization (ACO)                                    </a>
  492.                                </li>
  493.                                                                                            <li class="list-item">
  494.                                    <a href="c-advisory-regulatory-jobs.html" class="text-white">
  495.                                        Advisory / Regulatory                                    </a>
  496.                                </li>
  497.                                                                                            <li class="list-item">
  498.                                    <a href="c-advocacy-non-profit-jobs.html" class="text-white">
  499.                                        Advocacy / Non Profit                                    </a>
  500.                                </li>
  501.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  502.                                    <a href="c-applied-other-jobs.html" class="text-white">
  503.                                        Applied / Other                                    </a>
  504.                                </li>
  505.                                                                                            <li class="list-item">
  506.                                    <a href="c-college-university-jobs.html" class="text-white">
  507.                                        College / University                                    </a>
  508.                                </li>
  509.                                                                                            <li class="list-item">
  510.                                    <a href="c-correctional-health-medicine-jobs.html" class="text-white">
  511.                                        Correctional Health / Medicine                                    </a>
  512.                                </li>
  513.                                                                                            <li class="list-item">
  514.                                    <a href="c-government-jobs.html" class="text-white">
  515.                                        Government                                    </a>
  516.                                </li>
  517.                                                                                            <li class="list-item">
  518.                                    <a href="c-hospital-public-and-private-jobs.html" class="text-white">
  519.                                        Hospital, Public and Private                                    </a>
  520.                                </li>
  521.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  522.                                    <a href="c-integrated-healthcare-delivery-system-jobs.html" class="text-white">
  523.                                        Integrated Healthcare Delivery System                                    </a>
  524.                                </li>
  525.                                                                                            <li class="list-item">
  526.                                    <a href="c-medical-group-jobs.html" class="text-white">
  527.                                        Medical Group                                    </a>
  528.                                </li>
  529.                                                                                            <li class="list-item">
  530.                                    <a href="c-office-of-healthcare-practitioners-jobs.html" class="text-white">
  531.                                        Office of Healthcare Practitioners                                    </a>
  532.                                </li>
  533.                                                                                            <li class="list-item">
  534.                                    <a href="c-outpatient-care-center-jobs.html" class="text-white">
  535.                                        Outpatient Care Center                                    </a>
  536.                                </li>
  537.                                                                                            <li class="list-item">
  538.                                    <a href="c-practice-jobs.html" class="text-white">
  539.                                        Practice                                    </a>
  540.                                </li>
  541.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  542.                                    <a href="c-private-practice-jobs.html" class="text-white">
  543.                                        Private Practice                                    </a>
  544.                                </li>
  545.                                                                                            <li class="list-item">
  546.                                    <a href="c-public-health-jobs.html" class="text-white">
  547.                                        Public Health                                    </a>
  548.                                </li>
  549.                                                    </ul>
  550.                    </div>
  551.                </div>
  552.            
  553.            <div class="row">
  554.                <div class="col-md-12 text-center text-white copyrights">
  555.                    <p>Powered by <a href="https://www.webscribble.com" target="_blank" class="underline text-white">Web Scribble Solutions</a>, Inc.</p>
  556.                </div>
  557.            </div>
  558.        </div>
  559.    </div>
  560. </div>
  561.  
  562. <footer id="ws-custom-footer">
  563.    <div class="fpa-wrapper fpa-footer">
  564.    <div class="container">
  565.        <div class="row">
  566.            <div class="col-sm-3 col-xs-12 footer-imfo">
  567.                <h3>Address</h3>
  568.                <p>Florida Psychological Association<br>
  569.                    408 Office Plaza Drive<br>
  570.                    Tallahassee, FL 32301</p>
  571.            </div>
  572.            <div class="col-sm-3 col-xs-12 footer-info">
  573.                <h3>Contact Us</h3>
  574.                <p>Ph: (850) 656-2222<br>
  575.                    Fax: (850) 344-9085
  576.                </p>
  577.            </div>
  578.            <div class="col-sm-3 col-xs-12">
  579.                <ul class="list-unstyled fpa-footer-menu">
  580.                    <li><a target="_blank" href="http://www.flapsych.com/?page=JoinFPA">Join FPA</a></li>
  581.                    <li><a target="_blank" href="http://www.flapsych.com/?page=MeetCentralOffice">FPA Central Office</a></li>
  582.                    <li><a target="_blank" href="http://flapsych.site-ym.com/search/custom.asp?id=1236">Find a Psychologist</a></li>
  583.                    <li><a target="_blank" href="https://www.psychologytoday.com/">Links of Interest</a></li>
  584.                    <li><a target="_blank" href="http://flapsych.site-ym.com/?page=MediaandPublic">Media Resources</a></li>
  585.                    <li><a target="_blank" href="http://trustinsurance.com/">Insurance Information</a></li>
  586.                </ul>
  587.            </div>
  588.            <div class="col-sm-3 col-xs-12">
  589.                <ul class="fpa-social list-inline">
  590.                    <li><a class="facebook" target="_blank" href="https://www.facebook.com/flapsych"></a></li>
  591.                    <li><a class="twitter" target="_blank" href="https://twitter.com/FlaPsychAssoc"></a></li>
  592.                    <li><a class="linked" target="_blank" href="http://www.linkedin.com/"></a></li>
  593.                    <li><a class="youtube" target="_blank" href="http://www.youtube.com/user/FloridaPsychAssn"></a></li>
  594.                </ul>
  595.            </div>
  596.            <div class="col-xs-12">
  597.                <div class="fpa-copy">
  598.                <span>Association Management Software Powered by
  599.                    <a href="http://www.yourmembership.com/">YourMembership.com<span style="font-size:11px">&copy;</span></a>
  600.                    &nbsp;::&nbsp;
  601.                    <a href="https://www.flapsych.com/ams/legal-privacy.htm">Legal</a>
  602.                    </span>
  603.                </div>
  604.            </div>
  605.        </div>
  606.    </div>
  607. </div></footer>
  608.  
  609.  
  610. <script defer src="/themes/nextgen/js/main.min.js?1750753629"></script>
  611.  
  612. <!-- NG-3557 -->
  613.  
  614. <!-- NG-3557 -->
  615.  
  616.    
  617.  
  618.  
  619.  
  620.  
  621. <script>
  622.  
  623. </script>
  624.  
  625.  
  626.  
  627.  
  628.  
  629. <div id="alert-popus-container" class="sticky-alert-container position-fixed fixed-bottom">
  630.    <div class="container-fluid">
  631.        <div class="row">
  632.                        <div id="cookieconsent-wrapper"></div>
  633.        </div>
  634.    </div>
  635. </div>
  636.  
  637. <script>
  638.    window.FontAwesomeConfig = {
  639.        autoReplaceSvg: "nest",
  640.        autoA11y: true,
  641.        autoAddCss: true,
  642.        keepOriginalSource: false
  643.    }
  644. </script>
  645. <script async src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
  646.  
  647.  
  648. <script>
  649.    const templates = document.querySelectorAll('template');
  650.  
  651.    function processTemplate(element) {
  652.        const parents = document.querySelectorAll(element.dataset.parent);
  653.        const position = element.dataset.position ? element.dataset.position : 'afterend';
  654.  
  655.        parents.forEach(function(parent){
  656.            if(position === 'instead'){
  657.                parent.outerHTML = element.innerHTML;
  658.            }else{
  659.                parent.insertAdjacentHTML(position, element.innerHTML);
  660.            }
  661.        });
  662.  
  663.        if ( typeof element.dataset.cleanup === 'undefined' || element.dataset.cleanup === true || element.dataset.cleanup === 'true' ) {
  664.            element.remove();
  665.        }
  666.    }
  667.  
  668.    function addXMLRequestCallback(callback){
  669.        let nativeOpen = XMLHttpRequest.prototype.open;
  670.        let callbacks = XMLHttpRequest.callbacks = [];
  671.        XMLHttpRequest.prototype.open = function () {
  672.            callbacks.forEach(callback => callback.apply(this, arguments));
  673.            nativeOpen.apply(this, arguments);
  674.        };
  675.  
  676.        XMLHttpRequest.callbacks.push(callback);
  677.    }
  678.  
  679.    templates.forEach(function(element){
  680.        if ( !element.dataset.parent ) {
  681.            return false;
  682.        }
  683.  
  684.        if ( !element.dataset.trigger || element.dataset.trigger === 'instant' ) {
  685.            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  686.        } else if ( element.dataset.trigger === 'event' ) {
  687.            if ( !element.dataset.event ){
  688.                return false;
  689.            }
  690.            document.addEventListener( element.dataset.event, () => {
  691.                setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  692.            });
  693.        } else if ( element.dataset.trigger === 'xhr' ) {
  694.            addXMLRequestCallback( function( method, url ) {
  695.                if ( element.dataset.url || element.dataset.method ) {
  696.                    if ( element.dataset.url && element.dataset.method ) {
  697.                        if ( element.dataset.method === method && url.toString().includes(element.dataset.url) ) {
  698.                            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  699.                        }
  700.                    } else if ( element.dataset.url && url.includes(element.dataset.url) ) {
  701.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  702.                    } else if ( element.dataset.method && element.dataset.method === method ){
  703.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  704.                    }
  705.                } else {
  706.                    setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  707.                }
  708.            });
  709.        }
  710.    });
  711. </script>
  712. <link rel="stylesheet" href="/themes/nextgen/css/configuration.css?1750753629">
  713.  
  714. </body>
  715. </html>
  716.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda