// ending text.js

var txt = '<div Align = "Center">'
txt += '<font size="4" face = "Arial">'
txt += 'Visit our <a href="/mcart/" target="shop">secure web store</a> to take advantage of these great offers,<br>'
txt += 'or for personal service contact us at:<br>'
txt += '<Font Size=+3>1-800-736-1293</font><br>'
txt += 'Fax: 1-413-549-3503 <br>'
txt += "Int'l: 413-549-1293 <br>"
txt += '<Font Size = 2>or e-mail us at</Font><br>'
txt += '<a href="mailto:odtstore@odt.org">odtstore@odt.org</a></font><br>'   
txt += 'PO Box 134, Amherst, MA, USA 01004<br>'
txt += 'UPS & Fed Ex only: 1 East Pleasant ST, Amherst, MA 01002'
txt += '</div>'
document.write(txt)


