document.write('<valign="right">');

//*******************************************************
// language script written by evan moore
// http://www.nineinchnails.net/news/
// i will recongize my javascript if seen on other sites.
//*******************************************************

document.write('<FORM ACTION="http://babelfish.altavista.com/tr" target="_blank" method="post">');
document.write('<input type=hidden name=doit value=done>');
document.write('<BR>');
document.write('<CENTER>');
document.write('<FONT FACE="arial" SIZE="1" COLOR="#FFFFFF">');
document.write('info on proper usage coming soon');
document.write('</FONT>');
document.write('<INPUT type="hidden" name=urltext VALUE="' + location.href + '">');
document.write('<select name="lp" onChange="this.form.submit()">');
//onChange="location.href=this.form.lp.options[this.form.lp.selectedIndex].value"
document.write('<option SELECTED>- Select Language -');
document.write('<option> ');
document.write('<option value="en_zh">- Chinese');
document.write('<option value="en_fr">- French');
document.write('<option value="en_de">- German');
document.write('<option value="en_it">- Italian');
document.write('<option value="en_ja">- Japanese');
document.write('<option value="en_ko">- Korean');
document.write('<option value="en_pt">- Portuguese');
document.write('<option value="en_es">- Spanish');
document.write('</select>');
document.write('</center>');
document.write('</form>');

//
