var d = new Date(); 
var cur_year = d.getFullYear();
document.write('<div class=\"mainLabelSm\">');

document.write('<a href=\"index.html\"><img alt=\"McQueeny Group Home Page\" src=\"images/mg-logo.jpg\" border=\"0\" style=\"margin-bottom:5px;\"></a><br>');
document.write('<a title=\"McQueeny Group Home Page\" href=\"index.html\">HOME</a> | ');
document.write('<a title=\"McQueeny Group Line Cards / Links\" href=\"links.html\">LINE CARDS / LINKS</a> | ');
document.write('<a title=\"Software Downloads\" href=\"downloads.html\">SOFTWARE DOWNLOADS</a> |  ');
document.write('<a title=\"McQueeny Group Contacts\" href=\"contacts.html\">CONTACTS</a>');
document.write('<div style=\"margin-top:5px; margin-bottom:5px;\">&copy;' + cur_year + ' McQueeny Group, Inc.  All rights reserved.</div>');
document.write('</div>');
