// footer include for js pages
jsft = '<img src="../images/red.gif" width="700" height="2" alt="red_line" /><br /><br />';
jsft += '<span style="font-size: 70%;">\| <a href="javascript:history.go(-1)">Back</a> \| <a href="http://www.expandinghead.net/index.html">Home</a> \| <a href="http://www.expandinghead.net/tool.html">Tools</a> \| <a href="http://www.expandinghead.net/F8.html">Programming</a> \| <a href="http://www.expandinghead.net/F9.html">Resources</a> \| <a href="http://www.expandinghead.net/search.html">Search</a> \|</span><br /><br />';
var now = new Date();
var year = now.getYear();
if (year < 2000) { year = year + 1900; }
jsft += '<span style="font-size: xx-small\;">&#169\; '+year+' expandinghead.net</span><br /><br />';
jsft += '<a href="http://www.expandinghead.net/sitemail.html"><span style="font-size: 80%;font-weight: 600;">contact</span></a><br />';
document.write(jsft);

