//
// Copyright (c) 2008 Thomas P. Goss.  All Rights Reserved.
//

function display_footer () {
    document.write('<div class="footer"><a href="index.html">Home</a> | <a href="about.html">About our Company</a> | <a href="services.html">Services We Offer</a> | <a href="epeace_of_mind.html">ePeace of Mind&#8482;</a> | <a href="contact.html">Contact Us</a><br>&copy; 2010 MJB Technology Solutions, LLC | Powered by: <a href="http://www.brighteyescreative.com" target="_blank">Brighteyes Creative LLC</a></div>');
}

function display_addr ()  {
	document.write('<p><strong>MJB Technology Solutions</strong> 1662 Elm Street<br> Manchester, NH 03101<br> Ph: (603) 622-3300<br> Fx: (866)-626-0040<br>Email: <a href="mailto:info@mjbsolutions.com">info@mjbsolutions.com</a></p>');
}


