var dtDate = new Date();

var dtYear = dtDate.getYear();

document.write('Copyright &copy; 2000 - ' + dtYear + ' : BMT Lab Group');
