function header()
{
	document.writeln("Edward J. Thomas.com");
	document.writeln("<br />");
	document.writeln("<a href='homepage.html'><img src='images/home.gif' id='home' alt='Homepage' height='36' width='72'></a>");
	document.writeln("<a href='writing.html'><img src='images/writing.gif' id='writing' alt='Script Page' height='36' width='72'></a>");
	document.writeln("<a href='acting.html'><img src='images/acting.gif' id='acting' alt='Stage History' height='36' width='72'></a>");
	document.writeln("<a href='currentprojects.html'><img src='images/current.gif' id='current' alt='Current Projects' height='36' width='72'></a>");
	document.writeln("<a href='stagepics1.html'><img src='images/pics.gif' id='pics' alt='Pictures' height='36' width='72'></a>");
	document.writeln("<a href='videos.html'><img src='images/videos.gif' id='videos' alt='Videos' height='36' width='72'></a>");
	document.writeln("<a href='MAILTO:scripts@edwardjthomas.com'><img src='images/contact.gif' id='contact' alt='Email Me' height='36' width='72'></a>");
	document.writeln("<a href='links.html'><img src='images/links.gif' id='links' alt='Theatre Links' height='36' width='72'></a>");
	document.writeln("<a href='store.html'><img src='images/store.gif' id='store' alt='My Online Store!' height='36' width='72'></a>");
	document.writeln("<hr width='90%' />");
}

function footer()
{
	document.writeln("<div align='center'>");
	document.writeln("<hr width='90%' />");
	document.writeln("|");
	document.writeln("<a href='homepage.html'>Home</a>");
	document.writeln("|");
	document.writeln("<a href='writing.html'>Writing</a>");
	document.writeln("|");
	document.writeln("<a href='acting.html'>Acting</a>");
	document.writeln("|");
	document.writeln("<a href='currentprojects.html'>Current</a>");
	document.writeln("|");
	document.writeln("<a href='stagepics1.html'>Pictures</a>");
	document.writeln("|");
	document.writeln("<a href='videos.html'>Videos</a>");
	document.writeln("|");
	document.writeln("<a href='MAILTO:scripts@edwardjthomas.com'>Contact</a>");
	document.writeln("|");
	document.writeln("<a href='links.html'>Links</a>");
	document.writeln("|");
	document.writeln("<a href='store.html'>Store</a>");
	document.writeln("|");
	document.writeln("</div>");
}