// JavaScript Document
var d = new Date();
document.write("&copy; "+d.getFullYear()+" OTEC");
