//Footer file
d = new Date();
y = d.getFullYear();
document.write("<div align='center' class='copyright'>");
document.write("<br>");
document.write("All Content &copy;"+y+" by The Minco Group<br>");
document.write("541 S. Industrial Drive &middot; Hartland, WI 53029 &middot; ");
document.write(" Tel: (262) 367-4421 &middot; Fax: (262) 367-6233");
document.write("<p class='copyright' align='center'>");
document.write("<font color='red'>Menus above not working? <a href='AltDefault.htm'>Click Here</a></font>");
document.write("</p>");
document.write("</div>");
