Please send questions to st10@humboldt.edu .
<html>

<!-- 
     js_assoc_arr1.html

     adapted by: Sharon Tuttle
     last modified: 09-07-06
-->

<head>
    <title> js_assoc_arr1 </title>
</head>

<body>
    <h3> js_assoc_arr1.html </h3>

    <h4> (by Sharon Tuttle, last modified 09-07-06) </h4>

    <hr>

    <ul>
        <li> <a href="../index.html" name="course_home"> Course Home Page
             </a>
        <li> <a href="../180js_handouts.html" name="handouts"> Handouts
             </a>
        <li> <a href="../180js_ex_list.html" name="examples"> Examples
             </a>
    </ul>
    <hr>
    <script type="text/javascript">
        <!--
            for (var i=0; i<document.links.length; i++)
            {
                document.write("document.links[", i, "]: ", 
                               document.links[i], "<br>")
            }   

            document.write("<hr>")
       
            document.write("document.links[\"course_home\"]: ",
                           document.links["course_home"], "<br>")
            document.write("document.links[\"handouts\"]: ",
                           document.links["handouts"], "<br>")
            document.write("document.links[\"examples\"]: ",
                           document.links["examples"], "<br>")

            var choc_orders = new Array()

        //-->
    </script>
    <noscript> 
        <hr> 
        <h3> Your browser does not support JavaScript, or has it disabled;
             <br> 
             please note that, as a result, this page will not work. </h3> 
        <hr> 
    </noscript> 

    <hr>

</body>
</html>