/////////////////////////////////////////////////////////////////////////////
// Start the official DET footer and associated functions, Styles, and code
/////////////////////////////////////////////////////////////////////////////

// Close the "Website" container
document.write ("	</div>")

// Clear everything, to make sure the footer is the last thing on the page
document.write ("	<div class='detclear'></div>")

// Write out the official DET footer
document.write ("	<div id='detfc'>")
document.write ("		<div id='detf'>")
document.write ("			<div id='detfl'>")
document.write ("				<a href='http://www.det.wa.edu.au/disclaimer.asp' title='Disclaimer' style='border-left: none;'>Disclaimer</a><span class='dethidden'> | </span>")
document.write ("				<a href='http://www.det.wa.edu.au/privacy.asp' title='Privacy'>Privacy</a><span class='dethidden'> | </span>")
document.write ("				<a href='http://www.det.wa.edu.au/education/complaints/' title='Support'>Lodging a complaint</a><span class='dethidden'> | </span><br /><br />")
document.write ("				&nbsp;&nbsp;&copy;2009 Department of Education")
document.write ("			</div>")
document.write ("			<div id='detfr'><a href='http://www.det.wa.edu.au/docs/DET_copyright_DL_neals.pdf' style='border: none; margin: 0px; padding: 0px;' target='_blank'><img border='0' src='http://www.det.wa.edu.au/images/neals.jpg' /></a><a href='http://www.wa.gov.au' style='margin: 0px; padding: 0px;' target='_blank'><img border='0' src='http://www.det.wa.edu.au/images/wa_gov.jpg' /></a></div>")
document.write ("		</div>")
document.write ("	</div>")

// Close the "containerMain" container / wrapper
document.write ("</div>")

// All finished!