<?php /* edit between quotes to change title of the page */$title = "Morphology 535";$section = "Heidi Harley";include "/home0/linguistics/faculty/hharley/public_html/INCLUDES/html_head.php";echo html_head($title, $section);?><body>	<!-- page container -->	<div id="page_container">		<!-- left navigation -->	<?php require '/home0/linguistics/faculty/hharley/public_html/INCLUDES/left_sidebar.php';?>	<!-- main content -->	<div id="content">		<h1><?php echo $title; ?></h1> 

<h2>Instantiations of Morphology535</h2><br>
<a href="http://dingo.sbs.arizona.edu/~hharley/courses/535/MorphologyFall2006.html">Fall 2006</a><br><br>(<a href="535Spring2004/index.html">Spring 2004</a>)<br><br>(<a href="535/index.html">Spring 2001</a>)</p><!-- END ADD CONTENT -->	</div> <!-- end content -->		<!-- footer -->	<?php require '/home0/linguistics/faculty/hharley/public_html/INCLUDES/footer.php'; ?>	<!-- end footer -->		</div> <!-- end page container --></body></html>