function header(subject){

document.write('<div class="header">');
document.write('<div align="center">');
document.write('<table width=100% border=0 id="table1">');
document.write('<tr >');
document.write('<td width="537"  >');
document.write('<p align="left">');
document.write('<img border="0" src="images/noetic_learning_logo.png" width="482" height="91" alt="Noetic Learning Your Online Math Center - Math Worksheet, Math Homework, Math Help"></td>');
document.write('<td>');
document.write('<p align="center">');
document.write('<img border="0" src="images/math.png" width="264" height="102" align="right" alt="math image">&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
document.write('</div>');
document.write('<div class="subHeader">');
document.write('  <table width="100%"  class="subHeader">');
document.write('		<tr>');
document.write('		<td   align="center" width="100%">');
if (subject=='home'){
	document.write('		<a href="http://www.noetic-learning.com" style="color: #FFFFFF"> Home</a>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
else {
	document.write('		<a href="http://www.noetic-learning.com" style="color: #CCCCCC"> Home</a>&nbsp;&nbsp;&nbsp;&nbsp;');
}
document.write('		<a href="http://www.noetic-learning.com/mathdrill/index.jsp" style="color:CCCCCC"> Math Worksheets Creator</a>&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('		<a href="http://www.noetic-learning.com/homeworkweb/index.jsp" style="color:CCCCCC">StayAhead!</a> &nbsp; ');
document.write('		<a href="http://www.noetic-learning.com/gifted/index.jsp" style="color:CCCCCC">Challenge Math</a> &nbsp; ');
document.write('		<a href="http://www.noetic-learning.com/summermath/index.jsp" style="color:CCCCCC">LeapAhead!</a> &nbsp;&nbsp;&nbsp;');
document.write('		<a href="http://www.noetic-learning.com/mathcontest/index.jsp" style="color:CCCCCC">Math Contest</a>&nbsp;&nbsp;&nbsp;');
document.write('		</td>');
document.write('		</tr>');
document.write(' </table>');
document.write('</div>');
document.write('<br>');

}

function footer()
{
document.write('<div align="center"> ');
document.write('<font size="2">');
document.write('<a href="http://www.noetic-learning.com/term.jsp" >Terms of Use</a>');
document.write('|<a href="http://www.noetic-learning.com/privacy.jsp">Privacy Policy</a>');
document.write('|<a href="http://www.noetic-learning.com/about.jsp">About Us</a>');
document.write('|<a href="http://www.noetic-learning.com/contact.jsp">Contact Us</a>');
document.write('<p>	');
document.write('© Copyright 2007-2011 Noetic Learning LLC.  All Rights Reserved.');
document.write('</font>');
document.write('</div>');
}

