function thisyear() {
var today=new Date()
return today.getYear() + 1900
}