CINXE.COM

Home page | Sassi Spain

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Home page | Sassi Spain</title> </head> <body> <script type="text/javascript"> var userLang = navigator.language || navigator.userLanguage; if (userLang.indexOf('-') !== -1) userLang = userLang.split('-')[0]; switch (userLang) { case 'es': window.location.href = "/es"; break; case 'en': window.location.href = "/en"; break; case 'fr': window.location.href = "/fr"; break; case 'pt': window.location.href = "/pt"; break; case 'ar': window.location.href = "/ar"; break; case 'fa': window.location.href = "/fa"; break; case 'tr': window.location.href = "/tr"; break; default: window.location.href = "/es"; } </script> </body> </html>