myDate = new Date();
theYear = myDate.getFullYear();
document.write('Copyright &copy; 2011-' + theYear + ' Precision System Science Europe GmbH. All rights reserved.');

