var qq = new Date();
var q = qq.getYear();
if(q<2000) { q += 1900; }
document.writeln("<div align='center' class='style1'>Copyright &copy; "+ q +" Unitel Communications, Inc.</div>");

