var m_ = "mailto:";
var a_ = "@";
var d_ = ".";
var c_ = "co.uk";

function mjfunc1()
{
	document.write('Website: www'+d_+'mjeng'+d_+c_+' ');
	document.write('Email: <a href="'+m_+'sales'+a_+'mjeng'+d_+c_+'">'+'sales@mjeng.co.uk</a>');
}
function mjfoot()
{
	document.write('<div class=mjtext>');
	document.write('<a href="http://www.mjeng.co.uk/mjsupplies.html">Supplies</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjbooks.html">Books</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjterms.html">Terms</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjcontact.html">Contact</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjevents.html">Events</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjhistory.html">History</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjpreowned.html">Pre-owned</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjgallery.html">Gallery</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjlinks.html">Links</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjorderform.html">Order Form</a> |');
	document.write('<a href="http://www.mjeng.co.uk/mjtables.html">Tables</a> |');
	document.write('<a href="http://www.mjeng.co.uk/index.html">Home</a>');
	document.write('</div>');
	document.write('<hr>');
	document.write('<table class=mjtext width=100%>');
	document.write('<tr><td>MJ Engineering, The Forge, Cricket Hill Lane, Yateley, Hampshire. GU46 6BB.</td><td align=right>Web site Copyright</td></tr>');
	document.write('<tr><td>Tel: +44 (0)1252 890777.<script>mjfunc1()</script></td><td align=right>MJ Engineering</td></tr>');
}