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('<drapeau>');


document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=en&hl=en&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_en.gif" alt="English" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=de&hl=de&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_de.gif" alt="Deutsch" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=es&hl=es&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_es.gif" alt="Espanol" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=ca&hl=ca&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ca.gif" alt="Catala" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=it&hl=it&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_it.gif" alt="Italiano" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=pt&hl=pt&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_pt.gif" alt="Portugal" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=nl&hl=nl&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_nl.gif" alt="Nederlands" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=el&hl=el&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_el.gif" alt="Greece" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=tr&hl=tr&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_turq.gif" alt="Turquie" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=da&hl=da&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_da.gif" alt="Dansk" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=hr&hl=hr&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_hr.gif" alt="Croatian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=sr&hl=sr&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ser.gif" alt="Serbian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=sq&hl=sq&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_alba.gif" alt="Albanian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=fi&hl=fi&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_fi.gif" alt="Suomi" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=ga&hl=ga&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_irl.gif" alt="Gaeilge" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=sv&hl=sv&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_sv.gif" alt="Svenska" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=no&hl=no&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_no.gif" alt="Norsk" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=ro&hl=ro&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ro.gif" alt="Romana" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=pl&hl=pl&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_pl.gif" alt="Polski" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=bg&hl=bg&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_bg.gif" alt="Bulgarian"18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=cs&hl=cs&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_cs.gif" alt="Cesky" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=ru&hl=ru&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ru.gif" alt="Russian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=uk&hl=uk&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ukr.gif" alt="Ukrainian" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=zh&hl=zh&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction//drapeau_zh.gif" alt="Chinese simplified" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=zh-TW&hl=zh-TW&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction//drapeau_zh.gif" alt="Chinese" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=ko&hl=ko&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ko.gif" alt="Korean" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=ja&hl=ja&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ja.gif" alt="Japanese" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=vi&hl=vi&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_vn.gif" alt="Viet" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=th&hl=th&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_thai.gif" alt="Thai" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=id&hl=id&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_id.gif" alt="Indonesia" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=hi&hl=hi&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_hi.gif" alt="hindi" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=ar&hl=ar&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_ar.gif" alt="Arabe" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=iw&hl=iw&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_iw.gif" alt="Hebrew" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=yi&hl=yi&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_iw.gif" alt="Yiddish" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=af&hl=af&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_af.gif" alt="Afrikaans" width="18" height="12" border="0"></a> ');

document.write('<a href="http://translate.google.fr/translate?u='+urlweb+'&sl=fr&tl=sw&hl=sw&ie=UTF-8" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_swa.gif" alt="Kiswahili" width="18" height="12" border="0"></a> ');

document.write('<a href="http://'+domain+'" target="_top"><img src="http://www.antipedophil.fr/images/traduction/drapeau_fr.gif" alt="Francais - Langue originale" width="18" height="12" border="0"></a><br> ');


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



