<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Jewish United Fund Server Error</title>
    <style type="text/css">
        body {
            font-family: "Open Sans", Arial, sans-serif;
        }

        h1 {
            color: #2d4d76;
        }

        h2, h3, p strong {
            color: #627596;
        }

        a {
            font-weight: 500;
        }

            a:link,
            a:visited {
                color: #e64b38;
                text-decoration: none;
                opacity: .65;
                -webkit-transition: opacity .25s ease-in-out;
                -moz-transition: opacity .25s ease-in-out;
                -ms-transition: opacity .25s ease-in-out;
                -o-transition: opacity .25s ease-in-out;
                transition: opacity .25s ease-in-out;
            }

            a:hover,
            a:active {
                zoom: 1;
                filter: alpha(opacity=100);
                opacity: 1;
            }

        .juf-links {
            margin-bottom: 10px;
            margin-top: 30px;
            line-height: 40px;
        }
    </style>

    <!-- GOOGLE ANALYTICS
            ================================================== -->
    <script>
        (function (i, s, o, g, r, a, m) {
            i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
                (i[r].q = i[r].q || []).push(arguments)
            }, i[r].l = 1 * new Date(); a = s.createElement(o),
                m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
        })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

        ga('create', 'UA-540235-2', 'auto');
        ga('require', 'linkid', 'linkid.js'); //enhanced link attribution tag
        ga('send', 'pageview');
    </script>
</head>


<body style="margin: 0 0 0 0; background-color: #FFFFFF;">
    <div style="margin:0 auto; max-width:600px;">
        <img src='juforg-logo.gif' alt='JUF Logo' style="width:600px;max-width:100%;height:auto;border:none;margin: 0 auto;" />
        <div style="padding:15px; text-align:center;">
            <h1>Oy vey!</h1>
            <h2>It looks like something went wrong!</h2>
            <p>We apologize for the error, but rest assured, we are here to help and are working diligently to fix it.</p>
            <h2>Possible Causes?</h2>
            <p>Besides a technical issue on our end, the page you were looking for may have been moved or removed, or you may have accidentally typed the wrong URL.</p>
            <h2>Possible Solutions?</h2>
            <p>Other than retyping the URL in the address bar, feel free to browse the following links below to reach us elsewhere on the web, or <a class="trackEvent" id="aJUFServerErrorContactlink" href="mailto:website@juf.org?SUBJECT=Message-From-Error">contact us</a> directly with information about what happened and what you may have been looking for.</p>
            <p class="juf-links"> <a class="trackEvent" id="aJUFServerErrorFooterJUFlink" title="juf.org" href="https://www.juf.org/?source=JUFErrorServer" style="color:#e64b38;">Jewish United Fund</a><span>&nbsp;&nbsp;|&nbsp;&nbsp;</span> <a class="trackEvent" id="aJUFServerErrorFooterOylink" title="OyChicago" href="http://www.oychicago.com/?source=JUFErrorServer" style="color:#e64b38;">OyChicago</a> </p>
            <hr style='height:1px; border-width:0; color:#CCCCCC; background-color:#CCCCCC; text-align:center;' />
            <p><strong>&copy; Jewish United Fund / Jewish Federation of Metropolitan Chicago</strong></p>
            <p>30 S. Wells Street&nbsp;&nbsp;|&nbsp;&nbsp; Chicago, IL 60606&nbsp;&nbsp;|&nbsp;&nbsp; <a class="trackEvent" id="aJUFServerErrorFooterPhonelink" href="tel:1-312-346-6700">312-346-6700</a></p>
            <p style="font-size:75%; color:#c8ceda;">Source: Server Error</p>
        </div>
    </div>


    <script type="text/javascript">

        //TEMPLATE: ga('send', [Goal Type], [Event Category], [Event Action], [Event Label], '1');
        $('a.trackEvent').on('click', function () {
            var eCategory = $(this).attr('id');
            var eAction = $(this).attr('href');
            var eLabel = $(this).attr('title');
            ga('send', 'event', eCategory, eAction, eLabel, 1);
        });

    </script>


</body>
</html>
