document.write('<div id="user"><div class="homepage">');
browserName = navigator.appName;
if ((navigator.appVersion.indexOf("Macintosh") == -1) && (browserName == "Microsoft Internet Explorer")) {
	document.writeln("<a href='#' onclick=\"this.style.behavior='url(#default#homepage)'; this.setHomePage(\'http://www.terra.com/travel/\');\">Haz de Turismo tu p&aacute;gina de inicio</a>");
} else if (document.getElementById){
	document.writeln('<a href="http://www.terra.com/travel/">Haz de Turismo tu p&aacute;gina de inicio</a>');
} else {
	document.writeln('Haz de Turismo tu p&aacute;gina de inicio - Verifica la opci&oacute;n Preferencias');
}
document.writeln('</div></div>');