function copyyy(){
copyyear = new Date();
yy = copyyear.getFullYear();
document.write(yy);
}
