<!-- Miscellaneous date/time functions
// Start of "main" footer code
{
	// W3C Validation checked.  NOTE: W3C are the World Wide Web Consortium - i.e. the people who set the standards!
	document.write(	'<a href="http://validator.w3.org/check?uri=referer">'
	+	'<img src="images/html.png" height="15" width="80" '
	+		' style="border:0;" alt="Valid XHTML 1.0!" />'
	+	'<\/a> '
	);

	// CSS (style sheet) has been validated too
	document.write(	'<a href="http://jigsaw.w3.org/css-validator/validator?uri=' + document.URL + '">'
	+	'<img src="images/css.gif" height="15" width="80" '
	+		' style="border:0;" alt="Valid CSS!">'
	+	'<\/a> '
	);
}
//-->
