// JavaScript Document
// Payment Options for sales pages

document.write("  <b>Other Payment Options:</b> <br /> ");
document.write("  Send check or money order\*\ payments directly to Karen Anderson at:<br /><br /><b>Karen Anderson<br /> PO Box 256,<br />  Elk, WA 99009</b><br /><br /> ");
document.write("<div> ");
document.write("  <b>\*\Payments accepted only in US$ funds. All personal checks must clear prior to appointment. Allow ten days.</b><br /><br />");
document.write("</div>");

