function desencadena() {
	var reenvio = "inscripcion.cult";
	if (document.location.href.indexOf(".bib") > -1) {
		reenvio += "?ref=.bib";
	} else	
	if (document.location.href.indexOf(".bsb") > -1) {
		reenvio += "?ref=.bsb";
	} else	
	if (document.location.href.indexOf(".cmc") > -1) {
		reenvio += "?ref=.cmc";
	} else	
	if (document.location.href.indexOf(".cmap") > -1) {
		reenvio += "?ref=.cmap";
	} else	
	if (document.location.href.indexOf(".cmlc") > -1) {
		reenvio += "?ref=.cmlc";
	} else	
	if (document.location.href.indexOf(".cmpg") > -1) {
		reenvio += "?ref=.cmpg";
	} else	
	if (document.location.href.indexOf(".cmtm") > -1) {
		reenvio += "?ref=.cmtm";
	} else	
	if (document.location.href.indexOf(".cueva") > -1) {
		reenvio += "?ref=.cueva";
	} else	
	if (document.location.href.indexOf(".gcd") > -1) {
		reenvio += "?ref=.gcd";
	} else	
	if (document.location.href.indexOf(".path") > -1) {
		reenvio += "?ref=.path";
	}	
	document.location.href=reenvio;
}