function jahr()
{ 
	d=new Date() 
    jj=d.getYear() 
    j=(jj>=2000)?jj:((jj<80)?jj+2000:jj+1900) 
	dat=(+j)
} 
