var str = ' ';
str += '<div><a href="/home.cfr">Home</a> / <a href="/members/">Membership</a> / <a href="/htdocs/ng/aboutus.html">About cFares</a> / <a href="/htdocs/ng/privacy.html">Privacy</a> / <a href="/htdocs/ng/terms.html">Terms Of Service</a> / <a href="/asia">Travel to Asia </a> / <a href="/europe">Travel to Europe</a> / <a href="/smallbusinesstravel">cFares for Small Business</a> / <a href="/htdocs/ng/SiteMap.html">Site Map</a> / <a href="/htdocs/ng/help.html">Help</a></div>'
str += '<div>&copy; 2006 cFares, Inc. All Rights Reserved.</div>'
document.write(str);


// uncoment this below line of code and add it next to membership link above  to get the My cfaresLink back
//<a href="javascript:goToMyCfaresPage()">My cFares</a> /