function years() {
 document.write(new Date().getFullYear())
}

