// JavaScript Document
myDate = new Date();
myYear = myDate.getFullYear();

//document.write(myYear);
document.write('photo repo by maturium');

