function printFooter() {
  document.writeln("<center>")
  document.writeln('<img src="http://firststep.coe.tamu.edu/Library/bar.jpg"><br>')
  document.writeln(
  '<a href="http://firststep.coe.tamu.edu/index.html"><span class="footer">FIRST STEP Online</span></a>'+ "&nbsp;|&nbsp;")
  document.writeln(
  '<a href="http://firststep.coe.tamu.edu/lessons.html"><span class="footer">Lesson Index</span></a>'+ "&nbsp;|&nbsp;")
  document.writeln(
  '<a href="http://firststep.coe.tamu.edu/history.html"><span class="footer">Project History</span></a>'+ "&nbsp;|&nbsp;")
  document.writeln(
  '<a href="http://firststep.coe.tamu.edu/people.html"><span class="footer">People</span></a>'+ "&nbsp;|&nbsp;")
  document.writeln(
  '<a href="http://www.coe.tamu.edu/~alliance/" target="_blank"><span class="footer">Texas Alliance</span></a>'+ "&nbsp;|&nbsp;")
  document.writeln(
  '<a href="http://firststep.coe.tamu.edu/eval.html" target="_blank"><span class="footer">Evaluation</span></a><br>')
  document.writeln('<img src="http://firststep.coe.tamu.edu/Library/spacer.gif" width="218" height="10">')
  document.writeln("</center>")
}


