document.write( '<table align="center" class="footer">' );
document.write( '<tr>' );
document.write( '<td align="center" >' );
document.write( '<span class="contentCopyright" >' );
document.write( 'Copyright &copy; ' + new Date().getFullYear() + ' Match Grun</span>' );
document.write( '</td>' );
document.write( '</tr>' );
document.write( '</table>' );

