<!-- Start of main footer code
{
	// *NOTE* The page and content styles were left OPEN in header.js

	// close the content  style
	document.write(	'<\/div>');

	document.write(	'<div id="clear"><\/div>');

	// only show the HTML/CSS info if it's in the test domain
//	if ( document.domain == "dev.henman.ca" )
	{
		// open the footer style
		document.write( '<div id="footer">' );

		// author info
		document.write( '&copy;Paul Henman (<a href="http://paulhenman.me/">paulhenman.me</a>) for '
		+	'<a href="http://www.badinto.com/">BADinTO<\/a>, 2006-2010. '
		);

		// 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">[valid XHTML]<\/a> ');

		// CSS (style sheet) has been validated too
		document.write(	'<a href="http://jigsaw.w3.org/css-validator/validator?uri=' + document.URL + '">[valid CSS]<\/a> ');

		// close the footer style
		document.write( '<\/div>');
	}

	// close the page style
	document.write( '<\/div>');
}
//-->

