var fyear=2005
var dateObj = new Date
var fyear = dateObj.getYear()
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="Επικοινωνείστε με το Μουσείο Αφής">Μουσείο Αφής</a> | <a href="mailto:fteweb@otenet.gr" title="Επικοινωνείστε με το Φάρο Τυφλών της Ελλάδος">Φάρος Τυφλών της Ελλάδος</a> [Φ.Τ.Ε.]<br/> Hosted by Φ.Τ.Ε. - Designed by <a href="mailto:fteweb@otenet.gr" title="Επικοινωνείστε με Γερουλάνου - Χρηστοπούλου Ζωή">ΓΧΖ</a> - Developed by ΔΣΣ<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> | <a href="http://bobby.watchfire.com/"  title="Validate this page according to Web Content Accessibility Cuidelines">WCAG - AAA</a>');
document.write('</p>');