function get_page(url) {
	var url = 'fmimundo/' + url + '.htm';
	var pars = '';
	var myAjax = new Ajax.Updater( {success: 'fmimundo'}, url, { method: 'get', parameters: pars, onFailure: reportError });

}

function reportError(request) {
	alert('Sorry. There was an error.');
}

function extraLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
	var anchor = anchors[i];
	if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "lightbox")
	anchor.target = "_blank";
	};
};

function init() {
	extraLinks();
}


function write_email(email, host) {
  document.write("<a href=" + "mail" + "to:" + email + "&#64;" + host + ">" + email + "&#64;" + host + "</a>" + ".")
}


function redir() {
		ventana = "http://Ruta0.com/rutas_argentinas.asp?ref=http://www.lapaginadegretel.com.ar" + "&desde=" + document.ruta_cero.desde.value + "&hasta=" + document.ruta_cero.hasta.value + "&s=y";
		hruta = window.open(ventana,"r0","toolbar=1,menubar=1,location=1,status=1,scrollbars=yes");
		hruta.focus();
		return false;
	}

