 function wrthead () {
	document.write('<TABLE CELLSPACING="0" CELLPADDING="0" ALIGN=CENTER WIDTH=850 border=0 bgcolor="#663333"> <tr>\n');
	document.write('<TD width="1"><TD> \n');
	document.write('<TD ><a href="index.html"><IMG src="images/logo.jpg" border=0 ></a></TD>\n');
	document.write('<TD width="25"><TD> \n');
	document.write('<TD ><a href="index.html"><IMG src="images/Tinker House3.jpg" border=0 ></a></TD></TR>\n');
	document.write('<tr><TD width="1"> \n');
	document.write('</TD></tr></table>\n');

	document.write('<TABLE CELLSPACING="0" CELLPADDING="25" HEIGHT="100%" border=0 ALIGN=CENTER WIDTH=850 bgcolor=#663333> <tr>\n');
	document.write('<TD valign="top"><center>\n');
	document.write('<a href="index.html"><u>Home</u></a> || \n');
	document.write('<a href="Tinker.html"><u>Tinker House</u></a> || \n');
	document.write('<a href="map.html"><u>Directions</u></a> || \n');
	document.write('<a href="rates.html"><u>Rates</u></a> || \n');
	document.write('<a href="activities.html"><u>Activities</u></a> || \n');
	document.write('<a href="http://www.northwestpages.com/Booking/reservations.php?admin=y" target=new><u>Availability</u></a> || \n');
	document.write('<a href="history.html"><u>History</u></a> || \n');
	document.write('<a href="contact.html"><u>Contact</u></a> || \n');
	document.write('<a href="brochure.html"><u>Brochure</u></a> || \n');
	document.write('<a href="photos.html"><u>Photos</u></a> || \n');
	document.write('<a href="floor.html"><u>Floor&nbsp;Plans</u></a>  \n');
	}

	
function wrtend () {
	document.write('</TD></tr><tr><TD bgcolor=#663333>&nbsp;\n');
	document.write('<BR><center>\n');
	document.write('<BR>©2005-2009 Tinker House. All Rights Reserved.<BR>\n');
	document.write('Web design by </FONT><A href="http://www.northwestpages.com/" target="new">\n');
	document.write('NorthWestPages.com </FONT></A>\n');
	document.write('</TD></tr></table>\n');
	}
	


function emailer(add_email1,add_where) {
	document.write('<a class=sublink HREF="mailto:'+add_email1+'@'+add_where+'">'+add_email1+'@'+add_where+'</a>\n');
	}