// ************************************************************************************************ //
// script for footer text //
// ************************************************************************************************ //
// <a href="#">Contact Us</a> | <a href="#">Terms of Use</a> | <a href="#">Trademarks</a> | <a href="#">Privacy Statement</a><br />
document.write("		                <div class='Footer' align='center'>");
document.write("		                    <div class='Footer-inner'>");
document.write("		                        <div class='Footer-text'>");
document.write("									<p>Copyright &copy; "+ yy +"  BTO Biological Services Ltd. - All Rights Reserved.<br />This site was created and is maintained by: <a href='http://www.AutoBC.net'>Automated Business Concepts</a>.</p>");
document.write("		                        </div>");
document.write("		                    </div>");
document.write("		                    <div class='Footer-background'></div>");
document.write("		                </div>");
// ************************************************************************************************ //
