// JavaScript Document

<!-- Hide script from old browsers
function returntolastpage() {
	document.write('<p>Return to <a href="javascript:history.go(-1);">last page visited</a></p>')
}
//-->