<!--
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 = "http://cartenerife.inthecanaryislands.com/pages/index.php?l=en&t=index&p=index&r="

else if (lang == "it")
window.location = "http://cartenerife.inthecanaryislands.com/pages/index.php?l=it&t=index&p=index&r="

else if (lang == "es")
window.location = "http://cartenerife.inthecanaryislands.com/pages/index.php?l=es&t=index&p=index&r="

else
window.location = "http://cartenerife.inthecanaryislands.com/pages/index.php?l=en&t=index&p=index&r="


//-->

