<!--
/*This script writes the footer into all the content pages. To change the contents of the footer
change the arguments in the document.write methods below. It's divided into multiple calls to 
document .write to make it easier to read, no other reason*/

document.write('<p align="center" class="footer"><a href="../index.htm">Home</a> | ');
document.write('<a href="../education/education.htm">Education</a>  | ');
document.write('<a href="../resources/resources.htm">Resources</a> </p>');
document.write('<p align="center" class="footer">');
document.write('<a href="mailto:info@decisionone.co.uk">info@decisionone.co.uk</a> | ');
document.write('tel: +44 (0)7971 964824 | fax: +44 (0)7977 405789</p>');
document.write('<p class="footer" align="center">DecisionOne Consulting, Burwood House, 38-42 Waterloo Road, Leeds, LS28 7UJ, United Kingdom</p>');
// | <a href="../search/search.htm">Search</a>
//-->