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="2Ok2GMYPhpS1nEHgtwE3j6LyV5Qq1frFuzgrUHPe" 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?1756384100">
  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">
  399.                        Job Seekers                    </a></li>
  400.                                <li><a href="/register-employer">
  401.                        Employers                    </a></li>
  402.                            </ul>
  403.        </li>
  404.        <li>
  405.            <a class="sign-in" href="/sign-in">
  406.                <i class="fas fa-lock"></i>
  407.                Sign In            </a>
  408.        </li>
  409.        
  410. <script>
  411.    var scriptsLanguage = 'EN';
  412. </script>
  413.  
  414.    </ul>
  415.    <p class="navbar-btn pull-left">
  416.        <a class="btn btn-primary post-job" href="/employer-offers">
  417.            Post a Job        </a>
  418.    </p>
  419. </nav>
  420.  
  421. <script>
  422.    document.addEventListener('jqueryReady', function () {
  423.        let $headerNavbar = $('#header-navbar'),
  424.            $userDropdown = $headerNavbar.find('.user-dropdown'),
  425.            $submenu = $userDropdown.find('.submenu');
  426.  
  427.  
  428.        $submenu.on('click', function (event) {
  429.            event.stopPropagation();
  430.  
  431.            let $this = $(this);
  432.            $thisMenu = $this.find('ul.menu'),
  433.                $otherMenus = $submenu.find('ul.menu');
  434.  
  435.  
  436.  
  437.            if ($thisMenu.hasClass('open')) {
  438.                $thisMenu.removeClass('open')
  439.            } else {
  440.                $otherMenus.removeClass('open')
  441.                $thisMenu.addClass('open')
  442.            }
  443.        })
  444.  
  445.    });
  446. </script>
  447.  
  448.            </div>
  449.        </div>
  450.    </nav>
  451. </header>
  452.  
  453. <div class="container view-404">
  454.    <div class="row">
  455.        <div class="col-md-6 col-md-offset-3 col-sm-12 col-sm-offset-0 text-center">
  456.            <div class="page-header">
  457.                <h1>Not found</h1>
  458.            </div>
  459.            <p>The requested URL was not found on this server.</p>
  460.            <p>If you need assistance you can</p>
  461.            <p>
  462.                <a href="/" class="btn btn-primary"><i class="glyphicon glyphicon-home"></i>  visit our home page</a>
  463.                <a href="/contact-us" class="btn btn-default"><i class="glyphicon glyphicon-envelope"></i>  contact us</a>
  464.            </p>
  465.        </div>
  466.    </div>
  467. </div>
  468.    <div id="banner-footer-wide-top-1"></div>
  469.  
  470.  
  471. <div class="ws-footer" id="ws-footer">
  472.    <div class="bg-darken footer index mt-2 py-2">
  473.        <div class="container">
  474.                        <div class="row">
  475.                <div class="col-md-12">
  476.                    <a href="https://careercenter.flapsych.com/browse-jobs" class="title d-block text-white text-bold my-1">
  477.                        Find Jobs By Category                    </a>
  478.                </div>
  479.            </div>
  480.            <div class="row">
  481.                                        <div class="col-md-3 col-sm-6">
  482.                        <ul class="list list-unstyled">
  483.                                                                                            <li class="list-item">
  484.                                    <a href="c-academic-jobs.html" class="text-white">
  485.                                        Academic                                    </a>
  486.                                </li>
  487.                                                                                            <li class="list-item">
  488.                                    <a href="c-academic-medical-group-jobs.html" class="text-white">
  489.                                        Academic Medical Group                                    </a>
  490.                                </li>
  491.                                                                                            <li class="list-item">
  492.                                    <a href="c-accountable-care-organization-aco-jobs.html" class="text-white">
  493.                                        Accountable Care Organization (ACO)                                    </a>
  494.                                </li>
  495.                                                                                            <li class="list-item">
  496.                                    <a href="c-advisory-regulatory-jobs.html" class="text-white">
  497.                                        Advisory / Regulatory                                    </a>
  498.                                </li>
  499.                                                                                            <li class="list-item">
  500.                                    <a href="c-advocacy-non-profit-jobs.html" class="text-white">
  501.                                        Advocacy / Non Profit                                    </a>
  502.                                </li>
  503.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  504.                                    <a href="c-applied-other-jobs.html" class="text-white">
  505.                                        Applied / Other                                    </a>
  506.                                </li>
  507.                                                                                            <li class="list-item">
  508.                                    <a href="c-college-university-jobs.html" class="text-white">
  509.                                        College / University                                    </a>
  510.                                </li>
  511.                                                                                            <li class="list-item">
  512.                                    <a href="c-correctional-health-medicine-jobs.html" class="text-white">
  513.                                        Correctional Health / Medicine                                    </a>
  514.                                </li>
  515.                                                                                            <li class="list-item">
  516.                                    <a href="c-government-jobs.html" class="text-white">
  517.                                        Government                                    </a>
  518.                                </li>
  519.                                                                                            <li class="list-item">
  520.                                    <a href="c-hospital-public-and-private-jobs.html" class="text-white">
  521.                                        Hospital, Public and Private                                    </a>
  522.                                </li>
  523.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  524.                                    <a href="c-integrated-healthcare-delivery-system-jobs.html" class="text-white">
  525.                                        Integrated Healthcare Delivery System                                    </a>
  526.                                </li>
  527.                                                                                            <li class="list-item">
  528.                                    <a href="c-medical-group-jobs.html" class="text-white">
  529.                                        Medical Group                                    </a>
  530.                                </li>
  531.                                                                                            <li class="list-item">
  532.                                    <a href="c-office-of-healthcare-practitioners-jobs.html" class="text-white">
  533.                                        Office of Healthcare Practitioners                                    </a>
  534.                                </li>
  535.                                                                                            <li class="list-item">
  536.                                    <a href="c-outpatient-care-center-jobs.html" class="text-white">
  537.                                        Outpatient Care Center                                    </a>
  538.                                </li>
  539.                                                                                            <li class="list-item">
  540.                                    <a href="c-practice-jobs.html" class="text-white">
  541.                                        Practice                                    </a>
  542.                                </li>
  543.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  544.                                    <a href="c-private-practice-jobs.html" class="text-white">
  545.                                        Private Practice                                    </a>
  546.                                </li>
  547.                                                                                            <li class="list-item">
  548.                                    <a href="c-public-health-jobs.html" class="text-white">
  549.                                        Public Health                                    </a>
  550.                                </li>
  551.                                                    </ul>
  552.                    </div>
  553.                </div>
  554.            
  555.            <div class="row">
  556.                <div class="col-md-12 text-center text-white copyrights">
  557.                    <p>Powered by <a href="https://www.webscribble.com" target="_blank" class="underline text-white">Web Scribble Solutions</a>, Inc.</p>
  558.                </div>
  559.            </div>
  560.        </div>
  561.    </div>
  562. </div>
  563.  
  564. <footer id="ws-custom-footer">
  565.    <div class="fpa-wrapper fpa-footer">
  566.    <div class="container">
  567.        <div class="row">
  568.            <div class="col-sm-3 col-xs-12 footer-imfo">
  569.                <h3>Address</h3>
  570.                <p>Florida Psychological Association<br>
  571.                    408 Office Plaza Drive<br>
  572.                    Tallahassee, FL 32301</p>
  573.            </div>
  574.            <div class="col-sm-3 col-xs-12 footer-info">
  575.                <h3>Contact Us</h3>
  576.                <p>Ph: (850) 656-2222<br>
  577.                    Fax: (850) 344-9085
  578.                </p>
  579.            </div>
  580.            <div class="col-sm-3 col-xs-12">
  581.                <ul class="list-unstyled fpa-footer-menu">
  582.                    <li><a target="_blank" href="http://www.flapsych.com/?page=JoinFPA">Join FPA</a></li>
  583.                    <li><a target="_blank" href="http://www.flapsych.com/?page=MeetCentralOffice">FPA Central Office</a></li>
  584.                    <li><a target="_blank" href="http://flapsych.site-ym.com/search/custom.asp?id=1236">Find a Psychologist</a></li>
  585.                    <li><a target="_blank" href="https://www.psychologytoday.com/">Links of Interest</a></li>
  586.                    <li><a target="_blank" href="http://flapsych.site-ym.com/?page=MediaandPublic">Media Resources</a></li>
  587.                    <li><a target="_blank" href="http://trustinsurance.com/">Insurance Information</a></li>
  588.                </ul>
  589.            </div>
  590.            <div class="col-sm-3 col-xs-12">
  591.                <ul class="fpa-social list-inline">
  592.                    <li><a class="facebook" target="_blank" href="https://www.facebook.com/flapsych"></a></li>
  593.                    <li><a class="twitter" target="_blank" href="https://twitter.com/FlaPsychAssoc"></a></li>
  594.                    <li><a class="linked" target="_blank" href="http://www.linkedin.com/"></a></li>
  595.                    <li><a class="youtube" target="_blank" href="http://www.youtube.com/user/FloridaPsychAssn"></a></li>
  596.                </ul>
  597.            </div>
  598.            <div class="col-xs-12">
  599.                <div class="fpa-copy">
  600.                <span>Association Management Software Powered by
  601.                    <a href="http://www.yourmembership.com/">YourMembership.com<span style="font-size:11px">&copy;</span></a>
  602.                    &nbsp;::&nbsp;
  603.                    <a href="https://www.flapsych.com/ams/legal-privacy.htm">Legal</a>
  604.                    </span>
  605.                </div>
  606.            </div>
  607.        </div>
  608.    </div>
  609. </div></footer>
  610.  
  611.  
  612. <script defer src="/themes/nextgen/js/main.min.js?1750753629"></script>
  613.  
  614. <!-- NG-3557 -->
  615.  
  616. <!-- NG-3557 -->
  617.  
  618.    
  619.  
  620.  
  621.  
  622.  
  623. <script>
  624.  
  625. </script>
  626.  
  627.  
  628.  
  629.  
  630.  
  631. <div id="alert-popus-container" class="sticky-alert-container position-fixed fixed-bottom">
  632.    <div class="container-fluid">
  633.        <div class="row">
  634.                        <div id="cookieconsent-wrapper"></div>
  635.        </div>
  636.    </div>
  637. </div>
  638.  
  639. <script>
  640.    window.FontAwesomeConfig = {
  641.        autoReplaceSvg: "nest",
  642.        autoA11y: true,
  643.        autoAddCss: true,
  644.        keepOriginalSource: false
  645.    }
  646. </script>
  647. <script async src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
  648.  
  649.  
  650. <script>
  651.    const templates = document.querySelectorAll('template');
  652.  
  653.    function processTemplate(element) {
  654.        const parents = document.querySelectorAll(element.dataset.parent);
  655.        const position = element.dataset.position ? element.dataset.position : 'afterend';
  656.  
  657.        parents.forEach(function(parent){
  658.            if(position === 'instead'){
  659.                parent.outerHTML = element.innerHTML;
  660.            }else{
  661.                parent.insertAdjacentHTML(position, element.innerHTML);
  662.            }
  663.        });
  664.  
  665.        if ( typeof element.dataset.cleanup === 'undefined' || element.dataset.cleanup === true || element.dataset.cleanup === 'true' ) {
  666.            element.remove();
  667.        }
  668.    }
  669.  
  670.    function addXMLRequestCallback(callback){
  671.        let nativeOpen = XMLHttpRequest.prototype.open;
  672.        let callbacks = XMLHttpRequest.callbacks = [];
  673.        XMLHttpRequest.prototype.open = function () {
  674.            callbacks.forEach(callback => callback.apply(this, arguments));
  675.            nativeOpen.apply(this, arguments);
  676.        };
  677.  
  678.        XMLHttpRequest.callbacks.push(callback);
  679.    }
  680.  
  681.    templates.forEach(function(element){
  682.        if ( !element.dataset.parent ) {
  683.            return false;
  684.        }
  685.  
  686.        if ( !element.dataset.trigger || element.dataset.trigger === 'instant' ) {
  687.            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  688.        } else if ( element.dataset.trigger === 'event' ) {
  689.            if ( !element.dataset.event ){
  690.                return false;
  691.            }
  692.            document.addEventListener( element.dataset.event, () => {
  693.                setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  694.            });
  695.        } else if ( element.dataset.trigger === 'xhr' ) {
  696.            addXMLRequestCallback( function( method, url ) {
  697.                if ( element.dataset.url || element.dataset.method ) {
  698.                    if ( element.dataset.url && element.dataset.method ) {
  699.                        if ( element.dataset.method === method && url.toString().includes(element.dataset.url) ) {
  700.                            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  701.                        }
  702.                    } else if ( element.dataset.url && url.includes(element.dataset.url) ) {
  703.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  704.                    } else if ( element.dataset.method && element.dataset.method === method ){
  705.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  706.                    }
  707.                } else {
  708.                    setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  709.                }
  710.            });
  711.        }
  712.    });
  713. </script>
  714. <link rel="stylesheet" href="/themes/nextgen/css/configuration.css?1750753629">
  715.  
  716. </body>
  717. </html>
  718.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda