//  ========================================
//  = bottomnavlinks.js
//  = writen by John-Erik Omland, Feb 2004
//  = hyperlinks on page bottom
//  = on the JoinUsTravel.com website
//  = Useage: include the following script tags where links are to be inserted
//  = <script language="JavaScript" src="../js/testincludes.js"></script>
//  ========================================

var bottomNavLinks = '<a href="../joinus_travel/aboutus.htm">About JoinUs Travel</a> '
                            +'| <a href="../joinus_travel/privacy_statement.htm">Privacy  Statement</a> '
                            +'| <a href="../travel_agents/index.htm">Guarantees</a> '
                            +'| <a href="../price_quotes/index.htm">Quotes</a> '
                            +'| <a href="../joinus_travel/contactus.htm">Contact  Us</a><br> '
                            +'<a href="../first_business_class/index.php">First &amp; Business Class</a> '
                            +'| <a href="../round_the_world/index.htm">RTW</a> '
                            +'| <a href="../specials_discounts/index.htm">Specials</a> '
                            +'| <a href="../travel_tips/index.htm">Travel Tips</a> '
                            +'| <a href="../traveler_resources/index.htm">Traveler Resources</a>';
 document.write(bottomNavLinks);
