function users_only()
{
window.alert("Available for customers only. Please Log In");
location.href="buy_1.php";
}
function print_links()
{
var s= '&nbsp;&nbsp;&nbsp;<a href="why_us.html">Why Us?</a> | <a href="how_it_works.html">How It Works</a> | <a href="buy.php">Get Our Trading Signals</a> |  <a href="javascript:users_only();">Archive</a> |  <a href="performance.html">Performance</a>  |   <a href="contacts.html">Contact Us</a> | <a href="partners.html">Partners</a> | <a href="faq.html">FAQ</a> ';
document.write(s);
}
