



var fyear = 2005;
var dateObj = new Date;
var fyear = dateObj.getFullYear();
if (fyear < 2000) {
	fyear = fyear + 1900;
}

document.write('<p class="center">');
document.write('&#169; Copyright ');

if (fyear >2005) {
	document.write( " 2005 - " + fyear + "  ")
}
else	{
	document.write( " " + fyear + "  ")
}

document.write('<a href="mailto:fteweb@otenet.gr" title="Contact Tactual Museum">Tactual Museum</a> | <a href="mailto:fteweb@otenet.gr" title="Contact Lighthouse for the Blind of Greece">Lighthouse for the Blind</a><br/> Hosted by Lighthouse - Designed by <a href="mailto:fteweb@otenet.gr" title="Contact Geroulanou - Christopoulou Zoe">GXZ</a> - Developed by DSS<br/>');
document.write('<a href="http://validator.w3.org/check/referer" title="Validate this page as XHTML 1.0 Strict.">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css2" title="Validate the CSS used on this page.">CSS</a><br/>');
document.write('</p>');
