//translator2.js
//This javascript file is for use with English-language Web pages which are already available in Spanish.
//The Spanish translator link has been removed from this javascript file.
//Use translator.js on any Antipas.Net Web page which DOES NOT have a Spanish Web page available.
//translator.js has the Spanish translator link to Babel-Fish.

<!--
document.writeln('<span style="font-size:10pt;font-family:arial;">');

document.writeln('<a target="top" href="http://world.altavista.com">Translate: </a>&nbsp;');

document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_fr&url=');document.write(location.href);document.writeln('">Fran&ccedil;ais</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_de&url=');document.write(location.href);document.writeln('">Deutsch</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_el&url=');document.write(location.href);document.writeln('">Greek</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_it&url=');document.write(location.href);document.writeln('">Italiano</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_pt&url=');document.write(location.href);document.writeln('">Portugu&ecirc;s</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_nl&url=');document.write(location.href);document.writeln('">Nederlands</a>');
document.writeln('<a target="top" href="http://www.translation-guide.com/free_online_translators.php?from=English&to=Swedish');document.write(location.href);document.writeln('">Svensk</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_ru&url=');document.write(location.href);document.writeln('">Russian</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_zh&url=');document.write(location.href);document.writeln('">Chinese</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_ja&url=');document.write(location.href);document.writeln('">Japanese</a>');
document.writeln('<a target="top" href="http://babelfish.altavista.com/babelfish/urltrurl?lp=en_ko&url=');document.write(location.href);document.writeln('">Korean</a>');

document.writeln('</span>');
// -->
