function mt(mthis){
nd = new Date()
myear = nd.getYear()
if (myear < 2003) myear +=1900
mthis.href = mthis.href.replace('-year', '-'+myear)
}
