León, Guanajuato.- Los cuerpos de dos mujeres fueron localizados cerca de la Presa de San Judas en terreno despoblado en León.
Las víctimas presentaban lesiones por disparos y en el lugar fueron localizados varios casquillos.
El hallazgo fue realizado minutos antes de las 8:00 de la noche, a un kilómetro de la comunidad San Judas, en León.
Las víctimas fueron localizadas debajo de un mezquite.
Personas que pasaban por el lugar localizaron los cuerpos y reportaron el hecho al Sistema Único de Emergencias 911.
Paramédicos de Protección Civil llegaron y les brindaron los primeros auxilios, pero ambas mujeres ya habían muerto.
MCMH
function objectToQueryString( obj ) { return Object.keys( obj ).map(function( key ) { return encodeURIComponent( key ) + '=' + encodeURIComponent( obj[ key ] ); }).join( '&' ); }
function amEmail(){ var email__am = document.querySelector( "#form-email-login-article").value, nombre__am = document.querySelector( "#form-nombre-login-article").value, apellido__am = document.querySelector( "#form-apellido-login-article").value;
var params="email=" + email__am + '&nombre=" + nombre__am + "&apellido=' + apellido__am ; var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){ var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON); console.log(requestJSON.result);
} }
request.open( 'POST', " true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(params);
} function openForm(){
btnEditarEmail.style.display = "none"; actionLoginArticle.setAttribute("value", "0"); inputEmailLoginArticle.disabled = false; FormCrearArticle.style.display ="none"; LoginAarticleShow.style.display ="none"; inputPassLoginArticle.disabled = true; inputNombreLoginArticle.disabled = true; inputApellidoLoginArticle.disabled = true; messageLoginArticle.innerHTML = ""; document.querySelector(".form--box__btn_login-article" ).innerHTML = "Continuar"; document.querySelector( ".block-social").style.height = "auto"; document.querySelector( ".check_8am").style.display = "none"; document.querySelector( ".terminos_crear_cuenta").style.display = "none"; document.querySelector( ".parrafo-login-article_02").style.display = "block"; document.querySelector( ".form--box__btn_login-article" ).style.opacity = "1"; document.querySelector( ".form--box__btn_login-article" ).disabled = false; document.querySelector( "#suscribeAM").disabled = true; document.querySelector( "#form-email-login-article" ).disabled = false;
} function recuperaPass(){ if( ModalRecupera.classList.contains( "login-open" ) ){ ModalRecupera.classList.remove( "login-open" ); ModalLogin.classList.add( "login-open" ); }else{ ModalLogin.classList.remove( "login-open" ); ModalRecupera.classList.add( "login-open" ); limpiarFormulario(); }
}
var FormLoginArticle = document.querySelector( "#form-login-am-article" ), inputEmailLoginArticle = FormLoginArticle .querySelector( "#form-email-login-article" ), inputPassLoginArticle = FormLoginArticle .querySelector( "#form-pass-login-article" ), inputNombreLoginArticle =FormLoginArticle .querySelector( "#form-nombre-login-article" ), inputApellidoLoginArticle =FormLoginArticle .querySelector( "#form-apellido-login-article" ), BtnpreloadArticle = FormLoginArticle .querySelector( ".preloadLoginArticle" ), LoginAarticleShow = FormLoginArticle .querySelector( ".login-article-show" ), messageLoginArticle = FormLoginArticle .querySelector( ".form--box__mensaje_login-article" ), messageLoginArticleBefore = FormLoginArticle .querySelector( ".login-Before" ), actionLoginArticle = FormLoginArticle .querySelector( "#action-login-article" ), btnEditarEmail = FormLoginArticle .querySelector( ".btn-editar-email" ), BtnRecuperaArticle = document.querySelector( ".a-recuperar-article" ), FormCrearArticle = FormLoginArticle .querySelector( ".form-crear" );
BtnRecuperaArticle.addEventListener( "click", recuperaPass, false ); FormLoginArticle .addEventListener( "submit", onSubmitLoginArticle, false );
function onSubmitLoginArticle(){ event.preventDefault(); var urlRegistro = window.parent.location.href;
BtnpreloadArticle.style.opacity = "1"; messageLoginArticle.innerHTML = ""; messageLoginArticleBefore.innerHTML = ""; btnEditarEmail.style.display = "block"; inputEmailLoginArticle.disabled = true;
var params = { email: inputEmailLoginArticle.value, password: inputPassLoginArticle.value, nombre: inputNombreLoginArticle.value, apellido: inputApellidoLoginArticle.value, action: actionLoginArticle.value, url_registro:urlRegistro
};
var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){
BtnpreloadArticle.style.opacity = "0"; var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON);
var Accion_Form = requestJSON['estatus_form']; var checkBox = document.getElementById("suscribeAM");
if (checkBox.checked == true){ amEmail(); }
var RespuestaAction = requestJSON['estatus_Respuesta']; var estatus = requestJSON['estatus']; var estatus_check = requestJSON['estatus_check'];
if(RespuestaAction == 1){ actionLoginArticle.setAttribute("value", "Login_Social"); document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Crear contraseña";
}else if(RespuestaAction == 2){ actionLoginArticle.setAttribute("value", "Login"); LoginAarticleShow.style.display ="block"; inputPassLoginArticle.disabled = false; document.querySelector( ".block-social").style.height = "0px";
}else if(RespuestaAction == 3){
document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Crear Cuenta"; FormCrearArticle.style.display ="block"; LoginAarticleShow.style.display ="block"; inputPassLoginArticle.disabled = false; inputNombreLoginArticle.disabled = false; inputApellidoLoginArticle.disabled = false; actionLoginArticle.setAttribute("value", "Crear"); document.querySelector( ".div-recuperar").style.display = "none"; document.querySelector( ".block-social").style.height = "0px"; document.querySelector( "#suscribeAM").disabled = false; document.querySelector( ".check_8am").style.display = "block"; document.querySelector( ".terminos_crear_cuenta").style.display = "block"; document.querySelector( ".parrafo-login-article_02").style.display = "none";
}else{ actionLoginArticle.setAttribute("value", ""); }
if(estatus_check){
messageLoginArticleBefore.innerHTML = requestJSON['estatus_text']; messageLoginArticleBefore.style.display ="block";
actionLoginArticle.setAttribute("value", requestJSON['estatus_Respuesta']);
}
if(estatus == false){ messageLoginArticle.innerHTML = requestJSON['estatus_text_action']; actionLoginArticle.setAttribute("value", requestJSON['estatus_Respuesta']); document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Continuar";
var btn_continuar = requestJSON['btn_continuar']; if(btn_continuar == true){ document.querySelector( ".form--box__btn_login-article" ).style.opacity = "0.4"; document.querySelector( ".form--box__btn_login-article" ).disabled = true; document.querySelector( "#form-email-login-article" ).disabled = true; document.querySelector( ".btn-editar-email").style.display = "none"; }
}else if(estatus == true){ var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1]; messageLoginArticle.innerHTML = requestJSON['estatus_text_action']; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login', 'login_page_url': document.location.href, 'login_page_title': document.title });
setTimeout(function(){ var token = requestJSON['token']; setCookie('token_login_am',token,30);
var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1];
if(hrefLocation == 'sign-in' || hrefLocation == 'forgot-password'){ location.href=" }else{ location.reload(); } }, 3000);
}
} }
request.open( 'POST', " true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(objectToQueryString( params ));
}
/**Social**/
function getCookie(cname) {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for(let i = 0; i
}
window.fbAsyncInit = function() { FB.init({ appId : '1258211021258612', cookie : true, xfbml : true, version : 'v11.0' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = " fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
window.addEventListener('load', (event) => { FB.getLoginStatus(function(response) { // See the onlogin handler statusChangeCallback(response); }); });
function statusChangeCallback(response) { // Called with the results from FB.getLoginStatus(). console.log(response); // The current login status of the person. if (response.status === 'connected') { // Logged into your webpage and Facebook.
} else { // Not logged into your webpage or we are unable to tell.
} }
function onloginfacebook(){ FB.login((response) => { if(response.authResponse){ FB.api('/me', { locale: 'en_US', fields: 'first_name, email, last_name' }, function(response) {
var socialcokkie = getCookie('token_login_am');
if(socialcokkie != "social" || socialcokkie.length == 0){ signUpSocial(response.first_name,response.last_name,response.email,"facebook"); } });
} },{scope: 'email,public_profile'}) }
function signUpSocial(nombre,apellido,correo,type){
var urlRegistro = window.parent.location.href;
if(getCookie('token_login_am') == "social") return;
var params = { nombre: nombre, apellido: apellido, emailregistro: correo, passregistro: "", url_registro:urlRegistro
};
var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){ var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON); console.log(requestJSON.result); console.log(requestJSON['estatus_text']);
if(requestJSON['estatus_registro'] == true){ setCookie('token_login_am',"social",30); console.log("ESTATUS REGISTRO TRUE"); console.log(type); if(type == "facebook"){ window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login_facebook', 'login_page_url': document.location.href, 'login_page_title': document.title }); }else if(type == "google"){ window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login_google', 'login_page_url': document.location.href, 'login_page_title': document.title }); }
var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1];
if(hrefLocation == 'sign-in' || hrefLocation == 'forgot-password'){ location.href=" }else{ location.reload(); } } } }
request.open( 'POST', " true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(objectToQueryString( params )); console.log(objectToQueryString( params ));
}
La nota y la fuente original la puedes encontrar aqui https://www.am.com.mx/leon/Seguridad-Leon-Encuentran-cadaveres-de-dos-mujeres-junto-a-Presa-de-San-Judas-20220620-0078.html