//4 basamaklı olarak yılı gösterir//
var currentTime = new Date()
var year = currentTime.getFullYear()
document.write(year)