function goBack() {
	document.write ('<div class="back"><a href="javascript:history.go(-1)"  title="Back to previous page">&lt; Back to previous page</a></div>');
	}

