//translator.js
//This javascript file is for use with English-language Web pages which are not available in Spanish.
//The Spanish translator link is available in this javascript file.
//translator2.js has the Spanish translator link removed.

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

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_es&url=');document.write(location.href);document.writeln('">Espa&ntilde;ol</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>');
// -->
