{“_id”:”68e1dbb47f71c001eb0802aa”,”slug”:”bihar-news-young-man-was-shot-dead-murder-case-naubatpur-patna-bihar-police-2025-10-05″,”type”:”story”,”status”:”publish”,”title_hn”:”Murder Case : राजधानी पटना में युवक की गोली मारकर हत्या, पूर्व रंजिश में दिया घटना को अंजाम”,”category”:{“title”:”City & states”,”title_hn”:”शहर और राज्य”,”slug”:”city-and-states”}}
Bihar : गोली चलते ही आसपास के लोग दौड़ पड़े। जब घटनास्थल पर पहुंचे तो देखकर अवाक रह गए। युवक खून से सना हुआ था। उसकी हालत गंभीर थी। आननफानन में लोग उसे उठाकर अस्पताल की ओर भागे।
अस्पताल पहुंचे ग्रामीण और परिजन
– फोटो : अमर उजाला
एड फ्री अनुभव के लिए अमर उजाला प्रीमियम सब्सक्राइब करें
‘);
if (!window.jQuery) {
var jq = document.createElement(‘script’);
jq.src = MainURL + ‘/api/js/jquery-2.1.4.min.js?v=’ + Rajneeti.VERSION;
jq.type = ‘text/javascript’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(jq, s);
}
// Let’s async call social scripts
var rn = document.createElement(‘script’);
rn.src = MainURL + ‘/api/js/social.js?v=’ + Rajneeti.VERSION;
rn.type = ‘text/javascript’;
rn.async = true;
rn.onload = rn.onreadystatechange = function () {
var rn = this.readyState;
if (rn && rn != ‘complete’ && rn != ‘loaded’) return;
try {
Rajneeti.Poll.Initialize();
Rajneeti.Petitions.Initialize();
Rajneeti.Feelings.Initialize();
Rajneeti.Comments.Initialize();
Rajneeti.Market.Initialize();
// This event is fired when Rajneeti js is ready
RAJNEETI_JS_READY = true;
document.dispatchEvent(new Event(‘rajneeti-ready’));
} catch (e) {
// console.log(e)
}
};
// Append social js just before the first javascriptin head/body
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(rn, s.nextSibling);
};
//SCRIPT FOR LOAD VIDEO AFTER PAGE LOAD
//GA USER_ID set only for UA-28612117-1
$(document).on(‘rajneeti-user-loggedin’, function () {
var ga_user_id = typeof auw != ‘undefined’ && typeof auw.readCookie != ‘undefined’ ? (typeof auw.readCookie(‘_raidu’) != ‘undefined’ ? auw.readCookie(‘_raidu’) : “”) : “”;
//var ga_user_id = getCookie(“_raidu”);
if (typeof ga_user_id !== ‘undefined’ && ga_user_id) {
for (ga_data in site_ga_data) {
ga(site_ga_data[ga_data][‘name’] + ‘.set’, ‘userId’, ga_user_id, null, true);
}
;
//gaTrackEvent(‘authentication’, ‘user-id available’,ga_user_id,null,true);
}
});
// forEach method, could be shipped as part of an Object Literal/Module
var forEach = function (array, callback, scope) {
for (var i = 0; i < array.length; i++) {
callback.call(scope, i, array[i]); // passes back stuff we need
}
};
function loadDeferredIframe() {
// Usage:
// optionally change the scope as final parameter too, like ECMA5
var myNodeList = document.querySelectorAll(‘iframe’);
forEach(myNodeList, function (index, value) {
//console.log(index, value); // passes index + value back!
if (value.hasAttribute(‘data-video’) && !value.hasAttribute(‘data-load’)) {
var video_url = value.getAttribute(‘data-video’);
//console.log(“video-url”+video_url);
value.setAttribute(‘data-load’, ‘loaded’);
value.setAttribute(‘src’, video_url);
}
});
};
function deferIframe() {
// Usage:
// optionally change the scope as final parameter too, like ECMA5
var myNodeList = document.querySelectorAll(‘iframe’);
forEach(myNodeList, function (index, value) {
//console.log(index, value); // passes index + value back!
if (value.hasAttribute(‘src’) && value.hasAttribute(‘data-load’)) {
var video_url = value.getAttribute(‘src’);
//console.log(“video-url”+video_url);
value.removeAttribute(‘data-load’, ”);
value.setAttribute(‘src’, ‘about:blank’);
}
});
};
function downloadJSAtOnload() {
if (typeof loadTweetInstaJs != “undefined”) {
loadTweetInstaJs();
}
if (typeof loadArticleIframeOnScroll != “undefined”) {
loadArticleIframeOnScroll();
}
//font for windows 7
var usAg = navigator.userAgent;
if (usAg.indexOf(“NT 6.1”) != -1) {
document.body.style.fontFamily = “Noto Sans Devanagari”;
}
}
if (typeof _app_adv_status !== ‘undefined’ && _app_adv_status == ‘enable’) {
$(“.mobile-app-ad”).show();
} else {
$(“.mobile-app-ad”).hide();
}
function showHideOnMobile(class_name, display) {
var elements = document.getElementsByClassName(” + class_name); /*console.log(‘display-‘+display+’classname-‘+class_name+’elements’+elements.length);*/
for (var i = 0; i < elements.length; i++) {
if (!elements[i].classList.contains(‘el-social-div’)) {
elements[i].style.display = display;
}
}
};
function hideShowOnMobileApp() {
if (typeof _request_client !== ‘undefined’ && _request_client != ‘web’) {
showHideOnMobile(‘show-on-mobile-app’, ‘block’);
showHideOnMobile(‘hide-on-mobile-app’, ‘none’);
showHideOnMobile(‘ad-mb’, ‘none’);
showHideOnMobile(‘ad-320’, ‘none’);
} else {
showHideOnMobile(‘show-on-mobile-app’, ‘none’);
showHideOnMobile(‘hide-on-mobile-app’, ‘block’);
}
};
function hideShowOnIosAndroidApp() {
if (typeof _request_client !== ‘undefined’ && _request_client == ‘iphone’) {
showHideOnMobile(‘show-on-iphone-app’, ‘block’);
showHideOnMobile(‘show-on-android-app’, ‘none’);
} else if (typeof _request_client !== ‘undefined’ && _request_client == ‘android’) {
showHideOnMobile(‘show-on-iphone-app’, ‘none’);
showHideOnMobile(‘show-on-android-app’, ‘block’);
} else {
showHideOnMobile(‘show-on-iphone-app’, ‘block’);
showHideOnMobile(‘show-on-android-app’, ‘block’);
}
};
hideShowOnMobileApp();
hideShowOnIosAndroidApp();
var loadDeferredStyles = function () {
var addStylesNode = document.getElementById(“deferred-styles”);
var replacement = document.createElement(“div”);
replacement.innerHTML = addStylesNode.textContent;
document.body.appendChild(replacement)
addStylesNode.parentElement.removeChild(addStylesNode);
};
var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame ||
window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
if (raf) raf(function () {
window.setTimeout(downloadJSAtOnload, 5000);
});
else window.addEventListener(‘load’, downloadJSAtOnload);
