var now = new Date();
var year=now.getFullYear();
document.write("Copyright "+ "&copy " + year +" JetNet Corporation");