function writeHeader() {
	document.write("<div id='top-col-1'>\n");
	document.write("	<a href='./index.html'><img src='./img/nav/Masthead.jpg' width='550' height='130' border='0' alt='Mystery Fandom Theater 3000' /></a>\n");
	document.write("</div>\n");
	return true;
}

writeHeader();

