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: https://jobs.bcsp.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://jobs.bcsp.org/">        <title>Page not found | BCSP Career Center</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="apple-mobile-web-app-capable" content="yes">
  18.        <meta http-equiv="X-UA-Compatible" content="IE=edge">
  19.  
  20.        <meta content="oMjRa50ududnBQkYOZQ6gw3mjZaNHOdP6hOoI8s6" 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/bcsp/css/style.css?1712225744">
  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.        <!-- Global site tag (gtag.js) - Google Analytics -->
  146. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-23720041-1"></script>
  147. <script>
  148.    window.dataLayer = window.dataLayer || [];
  149.    function gtag(){dataLayer.push(arguments);}
  150.    gtag('js', new Date());
  151.  
  152.    gtag('config', 'UA-23720041-1');
  153. </script>
  154.  
  155. <link href="themes/bcsp/css/custom.css?1643815974" rel="stylesheet">
  156. <link href="themes/bcsp/css/theme_style.min.css?1643815974" rel="stylesheet">
  157.  
  158. <link rel="preconnect" href="https://fonts.googleapis.com">
  159. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  160. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap" rel="stylesheet">
  161.  
  162. <link rel='SHORTCUT ICON' href="themes/bcsp/images/favicon.png?1643815974" type='image/x-icon' />
  163.  
  164. <script src="themes/bcsp/js/theme.min.js?1679474270"></script>
  165.  
  166. <meta name="google-site-verification" content="Xb6kZbws-xcbWJqmYOeUfHF7Xn2BbtgnAcVInNLN7fo" />
  167.  
  168.        <meta property="og:type" content="website">
  169.        <meta property="og:site_name" content="Board of Certified Safety Professionals">
  170.  
  171.                    <meta property="og:title" content="Page not found | BCSP Career Center">
  172.            <meta property="og:description" content="Career website">
  173.            <meta property="og:image" content="/uploads/custom-background/NcnltdMIYYJ1JHGcHQG9KX239Dk8N7kI4Ey27cwu.png">
  174.            <meta property="og:url" content="https://jobs.bcsp.org/rss/feed.xml">
  175.        
  176.        <script id="term-e7e5d07437489" src=https://vidassets.terminus.services/18965978-339e-44db-8233-c30824b490bf/t.js></script>
  177.    </head>
  178.    <body>
  179.  
  180.    <!-- Google Tag Manager (noscript) -->
  181.    <noscript>
  182.        <iframe
  183.            title="Google Tag Manager"
  184.            src="https://www.googletagmanager.com/ns.html?id=GTM-NFM95BJ"
  185.            height="0"
  186.            width="0"
  187.            style="display:none;visibility:hidden">
  188.        </iframe>
  189.    </noscript>
  190.    <!-- End Google Tag Manager (noscript) -->
  191.    <!--Start top and Logo-->
  192.  
  193.    <div id="banner-header-wide-1"></div>
  194.  
  195. <div class="custom-wrapper custom-header">
  196.    <div class="container-fluid">
  197.        <div class="custom-header-bottom d-flex justify-content-between">
  198.            <div class="custom-logo">
  199.                <a href="https://www.bcsp.org/">
  200.                    <img
  201.                        src="themes/bcsp/images/logo-white-x2.png?1643815974"
  202.                        alt="Board of Certified Safety Professionals Logo"
  203.                    />
  204.                </a>
  205.            </div>
  206.        </div>
  207.        <div class="buttons-wrapper d-flex align-items-center mt-1">
  208.            <a
  209.                class="btn btn-primary get-certified"
  210.                href="https://www.bcsp.org/get-certified/"
  211.                >Get Certified</a
  212.            >
  213.            <a
  214.                href="https://certification.bcsp.org/bcspssa"
  215.                target="_blank"
  216.                rel="noopener"
  217.                class="my-profile pl-1"
  218.                >My Profile</a
  219.            >
  220.            <a
  221.                href="https://www.bcsp.org/"
  222.                target="_blank"
  223.                rel="noopener"
  224.                class="my-profile pl-1"
  225.                >BCSP.ORG Homepage</a
  226.            >
  227.        </div>
  228.    </div>
  229. </div>
  230. <header>
  231.    <nav class="navbar navbar-inverse bg-dark">
  232.        <div class="container">
  233.            <div class="navbar-header">
  234.                <button
  235.                    type="button"
  236.                    class="navbar-toggle collapsed"
  237.                    data-toggle="collapse"
  238.                    data-target="#header-navbar"
  239.                    aria-expanded="false"
  240.                    aria-controls="navbar"
  241.                    aria-label="Toggle mobile navigation"
  242.                >
  243.                    <span class="icon-bar"></span>
  244.                    <span class="icon-bar"></span>
  245.                    <span class="icon-bar"></span>
  246.                </button>
  247.                            </div>
  248.  
  249.            <div
  250.                class="collapse navbar-collapse guest-menu"
  251.                id="header-navbar"
  252.            >
  253.                
  254. <div class="pull-left flex-sm-container clearfix">
  255.                                        <ul class="nav navbar-nav guest-menu">
  256.                                        <li id="menu-item-1957" class="current">
  257.                                    <a href="/"
  258.                        ex-data                                            >
  259.                                            Home                                        </a>
  260.                            </li>
  261.                                                        <li id="menu-item-1959" class="">
  262.                                    <a href="/jobs"
  263.                                                                    >
  264.                                            Search                                        </a>
  265.                            </li>
  266.                                                        <li id="menu-item-1962" class="">
  267.                                    <a href="/employer-directory"
  268.                                                                    >
  269.                                            Directory                                        </a>
  270.                            </li>
  271.                                                        <li id="menu-item-1965" class="">
  272.                                    <a href="/contact-us"
  273.                                                                    >
  274.                                            Contact Us                                        </a>
  275.                            </li>
  276.                                                                </ul>
  277.                                        <p class="navbar-btn pull-left">
  278.                <a href="/employer-offers"
  279.                    class="btn btn-primary pricing-btn"                                    >
  280.                    Pricing                </a>
  281.            </p>
  282.                        </div>
  283.  
  284.                
  285.    <nav class="nav navbar-right flex-sm-container">
  286.        <ul class="nav navbar-nav mx-0">
  287.            <li class="register-top">
  288.                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  289.                    Register                    <span class="caret"></span>
  290.                </a>
  291.                <ul class="dropdown-menu reg-choose">
  292.                    <li><a href="/register-seeker">Job Seekers</a></li>
  293.                                            <li><a href="/register-employer">Employers</a></li>
  294.                                    </ul>
  295.            </li>
  296.            <li>
  297.                <a class="sign-in" href="/sign-in">
  298.                    <i class="fas fa-lock"></i>
  299.                    Sign In                </a>
  300.            </li>
  301.            
  302. <script>
  303.    var scriptsLanguage = 'EN';
  304. </script>
  305.  
  306.        </ul>
  307.        <p class="navbar-btn pull-left">
  308.            <a class="btn btn-primary post-job" href="/employer-offers">Post a Job</a>
  309.        </p>
  310.    </nav>
  311.            </div>
  312.        </div>
  313.    </nav>
  314. </header>
  315.  
  316. <div class="container view-404">
  317.    <div class="row">
  318.        <div class="col-md-6 col-md-offset-3 col-sm-12 col-sm-offset-0 text-center">
  319.            <div class="page-header">
  320.                <h1>Not found</h1>
  321.            </div>
  322.            <p>The requested URL was not found on this server.</p>
  323.            <p>If you need assistance you can</p>
  324.            <p>
  325.                <a href="/" class="btn btn-primary"><i class="glyphicon glyphicon-home"></i>  visit our home page</a>
  326.                <a href="/contact-us" class="btn btn-default"><i class="glyphicon glyphicon-envelope"></i>  contact us</a>
  327.            </p>
  328.        </div>
  329.    </div>
  330. </div>
  331.    <div id="banner-footer-wide-top-1"></div>
  332.  
  333. <div class="ws-footer" id="ws-footer">
  334.    <div class="bg-darken footer index mt-2 py-2">
  335.        <div class="container">
  336.            <div class="row">
  337.                <div class="col-md-12">
  338.                    <a href="https://jobs.bcsp.org/browse-jobs" class="title d-block text-white text-bold my-1">
  339.                        Find Jobs By Category                    </a>
  340.                </div>
  341.            </div>
  342.            <div class="row">
  343.                                                        <div class="col-md-3 col-sm-6">
  344.                        <ul class="list list-unstyled">
  345.                                                                                            <li class="list-item">
  346.                                    <a href="c-construction-safety-jobs.html" class="text-white">
  347.                                        Construction Safety                                    </a>
  348.                                </li>
  349.                                                                                            <li class="list-item">
  350.                                    <a href="c-engineering-jobs.html" class="text-white">
  351.                                        Engineering                                    </a>
  352.                                </li>
  353.                                                                                            <li class="list-item">
  354.                                    <a href="c-environment-general-jobs.html" class="text-white">
  355.                                        Environment - General                                    </a>
  356.                                </li>
  357.                                                                                            <li class="list-item">
  358.                                    <a href="c-environmental-engineering-jobs.html" class="text-white">
  359.                                        Environmental Engineering                                    </a>
  360.                                </li>
  361.                                                                                            <li class="list-item">
  362.                                    <a href="c-environmental-health-jobs.html" class="text-white">
  363.                                        Environmental Health                                    </a>
  364.                                </li>
  365.                                                                                            <li class="list-item">
  366.                                    <a href="c-ergonomics-jobs.html" class="text-white">
  367.                                        Ergonomics                                    </a>
  368.                                </li>
  369.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  370.                                    <a href="c-fire-protection-jobs.html" class="text-white">
  371.                                        Fire Protection                                    </a>
  372.                                </li>
  373.                                                                                            <li class="list-item">
  374.                                    <a href="c-hazardous-materials-management-jobs.html" class="text-white">
  375.                                        Hazardous Materials Management                                    </a>
  376.                                </li>
  377.                                                                                            <li class="list-item">
  378.                                    <a href="c-health-physics-jobs.html" class="text-white">
  379.                                        Health Physics                                    </a>
  380.                                </li>
  381.                                                                                            <li class="list-item">
  382.                                    <a href="c-industrial-hygiene-jobs.html" class="text-white">
  383.                                        Industrial Hygiene                                    </a>
  384.                                </li>
  385.                                                                                            <li class="list-item">
  386.                                    <a href="c-loss-control-jobs.html" class="text-white">
  387.                                        Loss Control                                    </a>
  388.                                </li>
  389.                                                                                            <li class="list-item">
  390.                                    <a href="c-occupational-hygiene-jobs.html" class="text-white">
  391.                                        Occupational Hygiene                                    </a>
  392.                                </li>
  393.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  394.                                    <a href="c-process-safety-jobs.html" class="text-white">
  395.                                        Process Safety                                    </a>
  396.                                </li>
  397.                                                                                            <li class="list-item">
  398.                                    <a href="c-product-safety-jobs.html" class="text-white">
  399.                                        Product Safety                                    </a>
  400.                                </li>
  401.                                                                                            <li class="list-item">
  402.                                    <a href="c-public-health-jobs.html" class="text-white">
  403.                                        Public Health                                    </a>
  404.                                </li>
  405.                                                                                            <li class="list-item">
  406.                                    <a href="c-risk-management-jobs.html" class="text-white">
  407.                                        Risk Management                                    </a>
  408.                                </li>
  409.                                                                                            <li class="list-item">
  410.                                    <a href="c-safety-jobs.html" class="text-white">
  411.                                        Safety                                    </a>
  412.                                </li>
  413.                                                                                            <li class="list-item">
  414.                                    <a href="c-safety-consulting-jobs.html" class="text-white">
  415.                                        Safety Consulting                                    </a>
  416.                                </li>
  417.                                                            </ul></div><div class="col-md-3 col-sm-6"><ul class="list-unstyled">                                <li class="list-item">
  418.                                    <a href="c-safety-engineering-jobs.html" class="text-white">
  419.                                        Safety Engineering                                    </a>
  420.                                </li>
  421.                                                                                            <li class="list-item">
  422.                                    <a href="c-security-jobs.html" class="text-white">
  423.                                        Security                                    </a>
  424.                                </li>
  425.                                                                                            <li class="list-item">
  426.                                    <a href="c-systems-safety-jobs.html" class="text-white">
  427.                                        Systems Safety                                    </a>
  428.                                </li>
  429.                                                                                            <li class="list-item">
  430.                                    <a href="c-all-jobs.html" class="text-white">
  431.                                        All                                    </a>
  432.                                </li>
  433.                                                    </ul>
  434.                    </div>
  435.                            </div>
  436.  
  437.            <div class="row">
  438.                <div class="col-md-12 text-center text-white copyrights">
  439.                    <p>Powered by <a href="https://www.webscribble.com" target="_blank" class="underline text-white">Web Scribble Solutions</a>, Inc.</p>
  440.                </div>
  441.            </div>
  442.        </div>
  443.    </div>
  444. </div>
  445.  
  446. <footer>
  447.    <div class="custom-wrapper custom-footer">
  448.    <div class="container">
  449.        <p class="footer-text">8645 Guion Rd, Indianapolis, IN 46268<br>phone +1 317-593-4800 | fax +1 317-593-4400</p>
  450.        <ul class="custom-social">
  451.            <li><a href="https://www.facebook.com/pages/BCSP/134960406575047" class="facebook"><i class="fab fa-facebook-f"></i></a></li>
  452.            <li><a href="https://www.linkedin.com/company/board-of-certified-safety-professionals" class="linkedin"><i class="fab fa-linkedin-in"></i></a></li>
  453.            <li><a href="https://www.youtube.com/user/BCSPTube" class="youtube"><i class="fab fa-youtube"></i></a></li>
  454.            <li><a href="https://twitter.com/BCSP" class="twitter"><i class="fab fa-twitter"></i></a></li>
  455.            <li><a href="https://www.instagram.com/bcsporg/" class="instagram"><i class="fab fa-instagram"></i></a></li>
  456.        </ul>
  457.        <div class="custom-copyright">
  458.            <p>Copyright &copy; 2024 by BCSP | <a href="https://www.bcsp.org/accreditation">Accreditation</a> | <a href="https://www.bcsp.org/privacy-policy/">Privacy Policy</a> | <a href="/terms-of-service/">Terms of Use</a></p>
  459.        </div>
  460.    </div>
  461. </div>
  462. </footer>
  463.  
  464.  
  465. <script defer src="themes/nextgen/js/main.min.js?1708364482"></script>
  466.  
  467. <!-- NG-3557 -->
  468.  
  469. <!-- NG-3557 -->
  470.  
  471.    
  472.  
  473.  
  474.  
  475. <script>
  476.  
  477. </script>
  478.  
  479.  
  480.  
  481.  
  482. <div class="sticky-alert-container position-fixed fixed-bottom">
  483.    <div class="container-fluid">
  484.        <div class="row">
  485.                        <div id="cookieconsent-wrapper"></div>
  486.        </div>
  487.    </div>
  488. </div>
  489.  
  490. <script>
  491.    window.FontAwesomeConfig = {
  492.        autoReplaceSvg: "nest",
  493.        autoA11y: true,
  494.        autoAddCss: true,
  495.        keepOriginalSource: false
  496.    }
  497. </script>
  498. <script async src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
  499.  
  500.  
  501. <script>
  502.    const templates = document.querySelectorAll('template');
  503.  
  504.    function processTemplate(element) {
  505.        const parents = document.querySelectorAll(element.dataset.parent);
  506.        const position = element.dataset.position ? element.dataset.position : 'afterend';
  507.  
  508.        parents.forEach(function(parent){
  509.            if(position === 'instead'){
  510.                parent.outerHTML = element.innerHTML;
  511.            }else{
  512.                parent.insertAdjacentHTML(position, element.innerHTML);
  513.            }
  514.        });
  515.  
  516.        if ( typeof element.dataset.cleanup === 'undefined' || element.dataset.cleanup === true || element.dataset.cleanup === 'true' ) {
  517.            element.remove();
  518.        }
  519.    }
  520.  
  521.    function addXMLRequestCallback(callback){
  522.        let nativeOpen = XMLHttpRequest.prototype.open;
  523.        let callbacks = XMLHttpRequest.callbacks = [];
  524.        XMLHttpRequest.prototype.open = function () {
  525.            callbacks.forEach(callback => callback.apply(this, arguments));
  526.            nativeOpen.apply(this, arguments);
  527.        };
  528.  
  529.        XMLHttpRequest.callbacks.push(callback);
  530.    }
  531.  
  532.    templates.forEach(function(element){
  533.        if ( !element.dataset.parent ) {
  534.            console.warn('Wrong syntax, ignoring this template', element);
  535.            return false;
  536.        }
  537.  
  538.        if ( !element.dataset.trigger || element.dataset.trigger === 'instant' ) {
  539.            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  540.        } else if ( element.dataset.trigger === 'event' ) {
  541.            if ( !element.dataset.event ){
  542.                console.warn('Wrong syntax, absent event name to listen, ignoring this template', element);
  543.                return false;
  544.            }
  545.            document.addEventListener( element.dataset.event, () => {
  546.                setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  547.            });
  548.        } else if ( element.dataset.trigger === 'xhr' ) {
  549.            addXMLRequestCallback( function( method, url ) {
  550.                if ( element.dataset.url || element.dataset.method ) {
  551.                    if ( element.dataset.url && element.dataset.method ) {
  552.                        if ( element.dataset.method === method && url.toString().includes(element.dataset.url) ) {
  553.                            setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  554.                        }
  555.                    } else if ( element.dataset.url && url.includes(element.dataset.url) ) {
  556.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  557.                    } else if ( element.dataset.method && element.dataset.method === method ){
  558.                        setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  559.                    }
  560.                } else {
  561.                    setTimeout(()=>{ processTemplate(element) }, element.dataset.delay ? element.dataset.delay : 0 );
  562.                }
  563.            });
  564.        }
  565.    });
  566. </script>
  567. </body>
  568. </html>
  569.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda