var URL = location.href;
if  (location.href.indexOf ("babelfish.altavista.com")==-1)
{
  document.write("<map name=flags_map>");
  document.write("<area shape=rect alt='view this page in Swedish' coords='189,0,212,13' href='http://www.resorthomes.se' target=translate>");
  document.write("<area shape=rect alt='view this page in Italian' coords='162,0,185,13' href='http://babelfish.altavista.com/babelfish/tr?doit=done&url="+URL+"&lp=en_it' target=translate>");
  document.write("<area shape=rect alt='view this page in German' coords='135,0,158,13' href='http://babelfish.altavista.com/babelfish/tr?doit=done&url="+URL+"&lp=en_de' target=translate>");
  document.write("<area shape=rect alt='view this page in French' coords='108,0,131,13' href='http://babelfish.altavista.com/babelfish/tr?doit=done&url="+URL+"&lp=en_fr' target=translate>");
  document.write("<area shape=rect alt='view this page in Portugese' coords='81,0,104,13' href='http://babelfish.altavista.com/babelfish/tr?doit=done&url="+URL+"&lp=en_pt' target=translate>");
  document.write("<area shape=rect alt='view this page in Spanish' coords='54,0,77,13' href='http://babelfish.altavista.com/babelfish/tr?doit=done&url="+URL+"&lp=en_es' target=translate>");
  document.write("<area shape=rect alt='view this page in Norwegian' coords='27,0,50,13' href='http://www.resorthomes.no' target=translate>");
  document.write("<area shape=rect alt='view this page in English' coords='0,0,23,13' href='"+URL+"' target=translate>");
  document.write("</map>");
  document.write("<img src=http://www.resortgroup.co.uk/images/flags.gif width=213 height=14 usemap=#flags_map border=0 alt='trranslate this page!'>");
}