var type=navigator.appName
if (type=="Netscape")
var lang = navigator.language
else
var lang = navigator.userLanguage

var lang = lang.substr(0,2)


if (lang == "en")
window.location.replace('http://www.lottofast.com/english.htm')

else if (lang == "de")
window.location.replace('http://www.lottofast.com/internacional/german.htm')

else if (lang == "es")
window.location.replace('http://www.lottofast.com/internacional/spanish.htm')

else if (lang == "fr")
window.location.replace('http://www.lottofast.com/internacional/french.htm')

else if (lang == "ar")
window.location.replace('http://www.lottofast.com/internacional/arabic.htm')

else if (lang == "ko")
window.location.replace('http://www.lottofast.com/internacional/korean.htm')


else if (lang == "ja")
window.location.replace('http://www.lottofast.com/internacional/japanese.htm')


else if (lang == "zh")
window.location.replace('http://www.lottofast.com/internacional/chinese.htm')

else if (lang == "xh")
window.location.replace('http://www.lottofast.com/internacional/chineses.htm')

else

window.location.replace('http://www.lottofast.com/english.htm')

