<esi:choose>
    <esi:when test="$(HTTP_COOKIE{'globalnav'})=='fixed' | $(HTTP_COOKIE{'globalnav'})=='fixed-black'">
        <esi:include src="/i/o/globalnav/v14/styles/footer-fixed.css" onerror="continue" />
    </esi:when>
    <esi:when test="$(HTTP_COOKIE{'globalnav'})=='responsive' | $(HTTP_COOKIE{'globalnav'})=='responsive-black'">
        <esi:include src="/i/o/globalnav/v14/styles/footer-responsive.css" onerror="continue" />
    </esi:when>
    <esi:otherwise>
        <esi:include src="/i/o/globalnav/v10/css/globalnav-old.css" onerror="continue" />
    </esi:otherwise>
</esi:choose>