
<?php

/* edit between quotes to change title of the page */
$title = "Simulation Applets in NetLogo";
$section = "University of Arizona";
/* end edit area */

include "../INCLUDES/html_head.php";
echo html_head($title, $section);
?>
<body>
<div id="container">
        <!-- left column -->
                <?php include "../INCLUDES/left.php"; ?>
        <!-- right column -->
        <div id="right">
        <?php include "../INCLUDES/navigation.php"; ?>
    <div id="content">
<!-- EDIT BELOW HERE ######################### -->
      <h1><?php echo $title; ?></h1>
<li><a href="CategoryRegularity3.html">Similarity Bias and Regularity</a></li>
<li><a href="1DCategoryCompetition.html">1-Dimensional Category Competition</a></li>
<li><a href="LexicalCompetition.html">2-Dimensional Category Competition</a></li>
</ul>


<!-- EDIT ABOVE HERE ###################### -->
    </div><!-- end content -->
    <?php include "../INCLUDES/footer.php"; ?>

  </div><!-- end right -->
</div><!-- end container -->
</body>
</html>
