document.writeln("<center>");
document.writeln("<table width='800px'>");
document.writeln("<tr>");
document.writeln("	<td CLASS='borderedCell' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"index.html\"'>");
document.writeln("		<A HREF='index.html'>Welcome</A>");
document.writeln("	</td>");
document.writeln("	<td CLASS='borderedCell' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"arttherapy.html\"'>");
document.writeln("		<A HREF='arttherapy.html'>Art Therapy</A>");
document.writeln("	</td>");
document.writeln("	<td CLASS='borderedCell' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"bio.html\"'>");
document.writeln("		<A HREF='bio.html'>Biography</A>");
document.writeln("	</td>");
document.writeln("	<td CLASS='borderedCell' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"gallery.php\"'>");
document.writeln("		<A HREF='gallery.php'>Gallery</A>");
document.writeln("	</td>");
document.writeln("	<td CLASS='borderedCell' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"contact.html\"'>");
document.writeln("		<A HREF='contact.html'>Contact</A>");
document.writeln("	</td>");
document.writeln("	<td CLASS='borderedCell' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"resources.html\"'>");
document.writeln("		<A HREF='resources.html'>Resources</A>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</center>");