<!--
var text;
text = "&copy;&nbsp;Copyright&nbsp;2007&nbsp;Construction&nbsp;Notice&nbsp;Services,&nbsp;Inc<br>";
text = text + "<br><br>";
text = text + "<a href='../index.html' target=_self class=footer_menu>Home</a>";
text = text + "&nbsp;|&nbsp;";
text = text + "<a href='../main/mechanics-lien-services/index.html' target=_self class=footer_menu>Services</a>";
text = text + "&nbsp;|&nbsp;";
text = text + "<a href='../main/forms/index.html' target=_self class=footer_menu>Forms</a>";
text = text + "&nbsp;|&nbsp;";
text = text + "<a href='../main/about/contact.html' target=_self class=footer_menu>Contact Us</a>";
text = text + "&nbsp;|&nbsp;";
text = text + "<a href='../admin/JobSearch.asp' target=_self class=footer_menu>Clients</a>";
text = text + "<br><br>";
document.write(text);
//-->