// Start the un-official DET Intranet Footer and associated functions, Styles, and code
// Created by Nick Barfuss 2005 by the request of Dianne Fitzsimons

document.write ("<link href='css/screen_shared.css' rel='stylesheet' type='text/css' media='screen'>") 

//Close the "Website" container
//document.write ("	</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;' target='_top'>Disclaimer</a><span class='dethidden'> | </span>")
document.write ("				<a href='http://www.det.wa.edu.au/privacy.asp' title='Privacy' target='_top'>Privacy</a><span class='dethidden'> | </span>")
document.write ("				<a href='http://www.det.wa.edu.au/education/complaints/' title='Support' target='_top'>Lodging a complaint</a><span class='dethidden'> | </span>")
//document.write ("				&nbsp;&nbsp;&copy;2009 Department of Education & Training")
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!