var languages={"Français":"en|fr","Español":"en|es",Deutsch:"en|de"};var code=new Array();for(x in languages){code[code.length]='<a href="#" onclick="google_translate(\''+languages[x]+"');\">"+x+"</a>"}document.write("| "+code.join(" | "));function google_translate(c){if(document.location.host=="translate.google.com"){var d=document.location.search.slice(10)}else{var d=document.location.href}document.location.href="http://translate.google.com/translate?langpair="+escape(c)+"&u="+escape(d)};