var favorite = GetCookie('langpref');

 if (favorite == 'fr') { 

url = 'http://www.fia-actors.com/fr/index.html'; 

window.location.href = url;
}





