1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
   |  
 
 <html>
<head>
<noscript>
<meta http-equiv="refresh" content="0;URL=/us-en/0,,,00.html">
</noscript>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<script language="JavaScript">
function getCookieVal(offset) {
 var endstr = document.cookie.indexOf (";", offset); 
 if (endstr == -1) endstr = document.cookie.length;
 return unescape(document.cookie.substring(offset, endstr));
}
function getCookie(name) {
 var Index = document.cookie.indexOf("AMDWW");
   if (Index > -1) {
      var Index1 = document.cookie.indexOf("/",Index);
   if (Index1 > -1) {
       return getCookieVal(Index1);
    }
 }
 return null;
}
function Redirect() {
 var targetUrl = getCookie('AMDWW');
 
 if(targetUrl == null)
  targetUrl = '/us-en/';
 window.location.href = targetUrl;
}
</script>
</head>
<body onLoad='javascript:Redirect();'>
</body>
</html> | 
Partager