function displayHeader(section, title) {

	document.write("	<link rel=\"stylesheet\" href=\"/_css/styles.css\" type=\"text/css\" />");
	document.write("	<!--[if lt IE 7]>");
	document.write("		<link rel=\"stylesheet\" href=\"/_css/ie.css\" type=\"text/css\" />");
	document.write("	<![endif]-->");
	document.write("	<!--[if gte IE 7]>");
	document.write("		<link rel=\"stylesheet\" href=\"/_css/ie7.css\" type=\"text/css\" />");
	document.write("	<![endif]-->");
	document.write("	<meta http-equiv=\"imagetoolbar\" content=\"no\" />");
	document.write("	<meta http-equiv=\"Pragma\" content=\"no-cache\" />");
	document.write("	<meta http-equiv=\"Expires\" content=\"-1\" />");
	document.write("	<meta http-equiv=\"P3P\" content=\"CP='NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV'\" />");

	document.write("<!-- NoodleTools Teacher Resources: Teaching 21st Century Literacies, Curriculum Collaboration Toolkit, The Ethical Researcher -->");
	document.write("<META name=\"description\" content=\"NoodleTools Teacher Resources: Teaching 21st Century Literacies, Curriculum Collaboration Toolkit, The Ethical Researcher\">");
	document.write("<META name=\"keywords\" content=\"Literacy, Literacies, Basic Language Literacy,");
	document.write("Visual Literacy, Historical Literacy, Cultural Literacy, Information Literacy,");
	document.write("Political Literacy, News Media Literacy, Media Literacy, Scientific Literacy,");
	document.write("Mathematical Literacy, learning to read, read, reading, phonetic alphabet,");
	document.write("pictorial alphabet, paragraph art, argument, persuasion, constructing an argument,");
	document.write("debate, primary sources, visual literacy project, ethnography project,");
	document.write("building blocks of research, research, choose the best search engine, search engine,");
	document.write("choose the best search engine for your information need, invisible web database,");
	document.write("choosing invisible web databases, habits of mind, reading media photographs,");
	document.write("deconstructing a web site, point of view, libraries and the first amendment,");
	document.write("intelligence reframed, words and symbols, analyze, compare, evaluate,");
	document.write("Damon, Debbie, Abilock, Damon Abilock, Debbie Abilock, Damon and Debbie Abilock, NoodleTeach\">");
	document.write("</head>");
	
	document.write("<body id=\"subsystem\">");
	document.write("<div id=\"container\">");
	document.write("	<div id=\"header\">");
	document.write("		<h1><span>NoodleTools</span></h1>");
	document.write("		<ul>");
	document.write("			<li><a href=\"/index.php\" id=\"nav_home\"><span>Home</span></a></li>");
			
	document.write("<li><a href=\"/tools/index.php\" id=\"nav_software_tools\"");
	document.write("><span>Software Tools</span></a></li>\r");
			
	document.write("<li><a href=\"/blog/index.php\" id=\"nav_blog\"");
	document.write("><span>Blog</span></a></li>\r");
			
	document.write("<li><a href=\"/debbie/\" id=\"nav_teacher_resources\" class=\"on\"");
	document.write("><span>Teacher Resources</span></a></li>\r");
			
	document.write("<li><a href=\"/about/index.php\" id=\"nav_about_us\"");
	document.write("><span>About Us</span></a></li>\r");
			
	document.write("<li><a href=\"/noodlebib/go.php\" id=\"nav_sign_in\"");
	document.write("><span>Sign In</span></a></li>\r");
			
	document.write("		</ul>");
	document.write("	</div><!-- end header -->");

	document.write("<div id=\"main\">");

	document.write("<div id=\"subnav\">");
	document.write("	<h4>Teacher Resources</h4>");
	document.write("	<ul>");
	document.write("		<li><a href=\"/debbie/literacies/\"");
	if (section == "lit") { document.write(" class=\"on\""); }
	document.write(">21st Century Literacies</a></li>");
	document.write("		<li><a href=\"/debbie/consult/collab/\"");
	if (section == "cur") { document.write(" class=\"on\""); }
	document.write(">Curriculum Collab. Toolkit</a></li>");
	document.write("		<li><a href=\"/debbie/ethical/\"");
	if (section == "eth") { document.write(" class=\"on\""); }
	document.write(">The Ethical Researcher</a></li>");
	document.write("	</ul>");
	document.write("</div><!-- end subnav -->");
		
	document.write("<div id=\"content\" class=\"border\">");

	document.write("<h1><img src=\"/_images_add/noodleteach.gif\"> " + title + "</h1>");
}
