var domain;
domain = window.location.hostname;

function getURLVar(urlVarName) {
//divide the URL in half at the '?'
var urlHalves = String(document.location).split('?');
var urlVarValue = '';
if(urlHalves[1]){
	//load all the name/value pairs into an array
	var urlVars = urlHalves[1].split('&');
	//loop over the list, and find the specified url variable
	for(i=0; i<=(urlVars.length); i++){
		if(urlVars[i]){
		//load the name/value pair into an array
		var urlVarPair = urlVars[i].split('=');
			if (urlVarPair[0] && urlVarPair[0] == urlVarName) {
			//I found a variable that matches, load it's value into the return variable
			urlVarValue = urlVarPair[1];
			}
		}
	}
}else {urlVarValue="";}
return urlVarValue;   
}

var google = getURLVar('u');

var urlweb;

if(google==""){
	urlweb = "http://"+window.location.hostname+window.location.pathname+"";
}else{
	urlweb = google;
	domain = urlweb.replace("http://", "");

}

document.write('<flags>');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=en&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_uk.png" alt="English" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=es&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_es.png" alt="&#69;&#115;&#112;&#97;&#241;&#111;&#108;" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=ja&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_jp.png" alt="&#26085;&#26412;&#35486;" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=ar&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_sa_ar.png" alt="[&#1571;&#1585;&#1576;&#1610;&#1603;]" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=it&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_it.png" alt="Italiano" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=de&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_de.png" alt="Deutsch" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=zh-CN&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_cn.png" alt="&#27721;&#35821;" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=zh-TW&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_cn.png" alt="&#28450;&#35486;" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=nl&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_nl.png" alt="Nederlands" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=ko&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_kr.png" alt="&#54620;&#44397;&#50612;" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=pt&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_pt.png" alt="Portugal" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=ru&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_ru.png" alt="&#1056;&#1091;&#1089;&#1089;&#1082;&#1086;" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=el&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_gr.png" alt="&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940;" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=sv&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_se.png" alt="Swedish" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=ro&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_ro.png" alt="Romanian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=pl&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_pl.png" alt="Polish" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=no&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_no.png" alt="Norwegian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=hi&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_in.png" alt="Hindi" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=fi&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_fi.png" alt="Finnish" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=da&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_dk.png" alt="Danish" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=cs&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_cz.png" alt="Czech" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=hr&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_hr.png" alt="Croatian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://209.85.171.104/translate_c?hl=fr&sl=fr&tl=bg&u='+urlweb+'"><img src="http://www.emploi-vdi.com/images/flag_bg.png" alt="Bulgarian" width="18" height="12" border="0"></a> ');


document.write('<a href="http://'+domain+'" target="_top"><img src="http://www.emploi-vdi.com/images/flag_fr.png" alt="Fran&ccedil;ais - Langue originale" width="18" height="12" border="0"></a> ');

document.write('</flags>');


