var copydate = new Date;
var fullyear = copydate.getFullYear();

document.write( '<div style="text-align: center;position: relative;z-index: 102;top: 1px;left: 80px;width: 656px; height: 80px;border: solid black 0px;"> ' );
document.write( '<P class="french18">' );
document.write( 'Last updated on Tuesday, March 16, 2010.<br>' );
document.write( 'Copyright &#169; ' + fullyear + ' Seneca Standard Schnauzers<br>' );
document.write( 'Questions regarding the structure of this site should be sent to the webmaster,');
document.write( '<A class="medium" HREF="mailto:royfdvorak23@comcast.net?subject=Seneca%20Standard%20Schnauzers"> Roy F. Dvorak</A>'); 
document.write( '<br><br></P></div>');

