function doCopyright()
{
var todayis = new Date();
$kennelName = ' Always Bouviers ';
// class="small" style="margin-left: 190px; text-align: left;"
	document.write( '<div>' );
	document.write( '<p id="copyright" class="small" style="margin-left: 280px; text-align: left;">' );
	document.write( 'Copyright &#169; 2003 - ' + todayis.getFullYear() + $kennelName );
	document.write( '<br />Last updated on Wednesday, May 26, 2010' + "\n" );
	document.write( '<br />Questions regarding the structure of this site should be sent to the webmaster,' );
	document.write( '	<a class="basic" href="mailto:RoyFDvorak23@comcast.net"> Roy F. Dvorak</a> ');
	document.write( '</p></div>' + "\n" );
}
