
document.writeln('<p>');
document.writeln('<blockquote>');
//document.writeln('<hr>');
document.writeln('<center><font size="-2"><b>');
document.writeln('<a href="index.html">Home</a> | '); 
document.writeln('<a href="announcement.html">Meeting Announcement</a> | '); 
document.writeln('<a href="agenda.html">Meeting Agenda</a> | ');
document.writeln('<a href="abstracts.cgi">Call for Papers</a> | ');
document.writeln('<a href="registration.cgi">Meeting Registration</a> | ');
document.writeln('<a href="hotel.html">Hotel Information</a> | ');
document.writeln('<a href="travel.html">Travel Information</a> | ');
document.writeln('<a href="registration.html">Attendees</a> | ');
document.writeln('<a href="abstracts.html">Abstracts</a>');
document.writeln('</b></font></center>');
document.writeln('</blockquote>');

