﻿var d = new Date();  
var curr_year = d.getFullYear();  
document.write('Copyright © Kampfgruppe Knittel '+curr_year);