// ipagend.js

// links

document.writeln('<p><center><font size="4">');
document.writeln('<a href="html/toc.html">|Contents|</a>');
document.writeln('</font></center></p>');

// small crown logo

document.writeln('<p align="center">');
document.writeln('<img src="images/crownst.gif" width="108" height="99"><br>');

// motto

//document.writeln('<font size="2"><img src="images/vanwt.gif" width="334" height="67"></font><br>');

// title and email address

document.writeln('<font size="5">');
document.writeln('Crown of Thorns Hermitage');
document.writeln('</font>');
document.writeln('<br>');
document.writeln('<a href="mailto:whroll@alumni.sandiego.edu?subject=[Crown] ">');
document.writeln('<font size="4">whroll@alumni.sandiego.edu<br>');
document.writeln('</font></a>');
document.writeln('<font size="3">12643 Hickory Road<br> Blythe, CA 92225-2007</font>');
document.writeln('</p>')