
document.writeln( '<img src="images/onepixel.gif" width=1 height=100><br clear=all>' );
document.writeln( '<a href="index.php" class=nav>Home</a><br>' );
document.writeln( '<a href="register.php" class=nav>Registration</a><br>' );
document.writeln( '<a href="program.php" class=nav>Program</a><br>' );
//document.writeln( '<a href="conf.php" class=nav>Conference Scedule</a><br>' );
document.writeln( '<a href="plan.php" class=nav>Planning Coordinators</a><br>' );
document.writeln( '<a href="hotel.php" class=nav>Hotel Accomodations</a><br>' );
document.writeln( '<a href="travel.php" class=nav>Travel Options</a><br>' );
document.writeln( '<a href="weather.php" class=nav>Notes on Weather</a><br>' );
document.writeln( '<a href="eugene.php" class=nav>Visiting Eugene</a><br>' );
document.writeln( '<a href="about.php" class=nav>About ACHE</a><br>' );
document.writeln( '<br><br>' );