var y = new Date().getYear();
if ( y < 2000 ) y += 106;
if ( location.href.indexOf( 'dcxml') <= 0 )
{
	document.write( 
		'<p align="center"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a></p>' );
}
document.write( 
	'<p class="copy" align="center">&copy; Copyright 2004 - ' + y + 
	', Cotton Hills Interactive. All rights reserved. ' + 
        '<a href="mailto:webmaster@cottonhills.com?subject=Digital Cemetery Site" title="Email the Webmaster" class="smenu">Email</a></p>' );