<!-- 
// Experience Info
// (c) 2004 Gerhard Schuhmacher
var thisyear,y,yr
newdate = new Date();
thisyear= newdate.getYear();
y = thisyear - Math.round ( thisyear / 100 ) * 100;
yr = y + 15;
document.write(yr)
// -->
