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 >2006) {
	document.write( " 2006 - " + fyear + "  ");
}
else	{
	document.write( " " + fyear + "  ");
}

document.write('<a href="mailto:fteweb@otenet.gr" title="Contact Lighthouse for the Blind">Lighthouse for the Blind of Greece</a><br/> Hosted by LightHouse - Designed by <a href="mailto:dss@otenet.gr" title="Contact DSS">DSS</a> - Powered by <a href="mailto:info@technoex.gr" title="Contact TechnoEx">TechnoEx</a><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>');
document.write('</p>');