var favorite = GetCookie('langpref');

 if (favorite == 'en') { 

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

window.location.href = url;
}





