﻿// JScript File
document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr><td width='25%' align='left' class='FooterLinks'><a href='../AboutUs.aspx' target='_self' class='FooterLinks'>About Us</a> |<a href='../ContactUs.aspx' target='_self' class='FooterLinks'> Contact Us</a> | <a href='../Partners.aspx' target='_self' class='FooterLinks'>Partners</a></td><td align='right'><a href='../3-Privacy-Policy.html' target='_blank' class='FooterLinks'>Privacy Statement</a> | <a href='../Terms-of-Services-1-Introduction.html' target='_blank' class='FooterLinks'>Terms and Conditions</a> | <a href='../2-Disclaimer-of-Warranties-and-Indemnity.html' target='_blank' class='FooterLinks'>Disclaimer</a></td></tr></table>");
/*Original

<table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td width="25%" align="left" class="FooterLinks">
            <a href="AboutUs.aspx" target="_self" class="FooterLinks">About Us</a> |<a href="ContactUs.aspx"
                target="_self" class="FooterLinks"> Contact Us</a> | <a href="Partners.aspx" target="_self"
                    class="FooterLinks">Partners</a></td>
        <td align="right">
            <a href="3-Privacy-Policy.html" target="_blank" class="FooterLinks">Privacy Statement</a>
            | <a href="Terms-of-Services-1-Introduction.html" target="_blank" class="FooterLinks">
                Terms and Conditions</a> | <a href="2-Disclaimer-of-Warranties-and-Indemnity.html"
                    target="_blank" class="FooterLinks">Disclaimer</a></td>
    </tr>
</table>
*/
