// JavaScript Document
function Footer() {
document.write(" <a href='sitemap.html'>Site Map</a> &nbsp;|&nbsp; <a href='schedule.html'>Site Schedule</a><br /> ");
document.write(" Copyright &copy; 2007 Rainbow Visions.<br /> ");
document.write(" <a href='http://www.headjam.com.au' target='_blank'>Site design by HeadJam Design Studio.</a> ");
}