<!-- Begin Bottom Menu Bar -->
  	document.write("<div id=subNav>")
	document.write("<a href='aboutus.html'>About Life Teen</a> | <a href='contactus.html'>The Core Team </a> | <a href='sponsor.html'>Sponsors </a> | <a href='index.html'>Sandusky Life Teen Home </a></div>")
<!-- End Bottom Menu Bar --> 
   
<!-- Begin copyright section -->
	document.write("<div id='copyright'>")
	var d = new Date();
	document.write(" &copy; ")
	document.write(d.getFullYear());
	document.write("  Sandusky Life Teen. All Rights Reserved.</div>")
<!-- End copyright section -->