{“_id”:”68e789d4ece43f13c105e919″,”slug”:”on-november-25-pm-modi-will-convey-the-message-to-the-entire-world-about-the-completion-of-the-ram-temple-2025-10-09″,”type”:”story”,”status”:”publish”,”title_hn”:”Ayodhya: 25 नवंबर को अयोध्या में ध्वजारोहण करेंगे पीएम मोदी, पूरे विश्व को देंगे राम मंदिर पूरा होने का संदेश”,”category”:{“title”:”City & states”,”title_hn”:”शहर और राज्य”,”slug”:”city-and-states”}}
Published by: ishwar ashish
Updated Thu, 09 Oct 2025 03:39 PM IST
प्रधानमंत्री नरेंद्र मोदी 25 नवंबर को अयोध्या में 21 फीट का ध्वजारोहण करेंगे। इसके साथ ही राम मंदिर निर्माण पूरा होने की घोषणा की जाएगी।
प्रधानमंत्री नरेंद्र मोदी।
– फोटो : amar ujala
‘);
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);



