function titlelink()

{

document.write("<table border=0 width=100% cellspacing=0 cellpadding=0>");

document.write("<tr bgcolor=7CBCF9>");
document.write("<td colspan =2 align=left>");
document.write("&nbsp;&nbsp;");
document.write("&nbsp;&nbsp;");
document.write("<font face=tahoma size=2 color=black>");
document.write("<b>");
document.write("<A href=\"index.html\">");
document.write("Home");
document.write("</A>");
document.write(" | ");

document.write("<font face=tahoma size=2>");
document.write("<b>");
document.write("<A href=\"contact.html\">");
document.write("Contact");
document.write("</A>");
document.write(" | ");

document.write("<font face=tahoma size=2>");
document.write("<b>");
document.write("<A href=\"directions.html\">");
document.write("Directions ");
document.write("</A>");

document.write("</td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td width=50% align=left>");
document.write("<img src=\"title.jpg\">");
document.write("</img>");
document.write("</td>");
document.write("<td align=right>"); 
document.write("</td>"); 
document.write("</tr>");

document.write("</table>");

}
