// filename: footer.js
// author: Izzy Valentine
// This javascript file is tend to be an include like file.

document.write('<p>')
document.write(' -<a href="http://validator.w3.org/check?uri=referer" title="Validate my site XHTML." target="_blank"> XHTML 1.0 Transitional </a>')
document.write(' -<a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate my site CSS." target="_blank"> CSS 2.1 </a>')
document.write(' -<a href="javascript:scroll(0,0);" title="Scroll back to the top."> Scroll to Top </a>-')
document.write('</p>')
