<?php /* edit between quotes to change title of the page */$title = "Contact Information";$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> <!-- ADD CONTENT HERE --><h2>Mailing Address:</h2>
Department of Linguistics<br>
Douglass 200E<br>
University of Arizona<br>
Tucson, AZ 85721-0028<br>
United States<br><h2>Office:</h2>
Communications 114b<br>

<h2>Phone:</h2>
(520)626-3554<br>

<h2>Fax:</h2>
(520)626-3554<br>

<h2>Email:</h2>
username: hharley<br>
domain.name: email.arizona.edu<br>

Put them together with an @ sign like this: username@domain.name<br>
<!-- 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>