// JavaScript Document

function footer()
{
	var d = new Date()
	var y = d.getFullYear()
	document.write('<span id="footer">');
	document.write('Copyright&nbsp;');
	document.write(y);
	document.write('&nbsp;&copy AdvanceTec');
	document.write('</span></td><td id="footer" align="center" width="33%"><a href="terms.html" class="footer">Terms and Conditions</a></td>');
	document.write('<td align="right" class="STYLE2" id="footer">This website is proudly powered by <a href="contact.html" class="footer">AdvanceTec</a>.</span>');
}

