var time = new Date();
var year = time.getFullYear();
document.write("Copyright &#169; "+year+" ");
