
First Published Apr 17, 2024, 12:22 PM IST ലോക്സഭ തെരഞ്ഞെടുപ്പ് 2024ന്റെ ഭാഗമായി സാമ്പത്തിക ഇടപാടുകളും മറ്റ് ക്രയവിക്രയങ്ങളും വോട്ടര്മാരെ സ്വാധീനിക്കാനുള്ള ശ്രമങ്ങളും നിരീക്ഷിക്കുകയാണ് കേന്ദ്ര തെരഞ്ഞെടുപ്പ് കമ്മീഷന്. പാര്ട്ടികളും സ്ഥാനാര്ഥികളും മുതല് പൊതുജനങ്ങള് വരെ ഈ നിരീക്ഷവലയത്തില്പ്പെടും.
ഫ്ലൈയിംഗ് സ്ക്വാഡ് അടക്കമുള്ള വിവിധ സ്ക്വാഡുകളെ വിന്യസിച്ചാണ് തെരഞ്ഞെടുപ്പ് കമ്മീഷന് ശക്തമായ പരിശോധനകള് രാജ്യമെമ്പാടും നടത്തുന്നത്. ലഹരിവസ്തുക്കളും പണവും അടക്കം അയ്യായിരം കോടിയോളം രൂപയുടെ മൂല്യമുള്ള വസ്തുക്കള് ഇതിനകം ഈ പരിശോധനകള് വഴി പിടിച്ചെടുത്തു. ഇതുവരെ 4,650 കോടി രൂപ മൂല്യമുള്ള വസ്തുക്കളാണ് വിവിധ പരിശോധനകളില് പിടിച്ചെടുത്തത് എന്നാണ് ഇലക്ഷന് കമ്മീഷന് വ്യക്തമാക്കിയത്. ഓരോ ദിവസവും ശരാശരി 100 കോടി രൂപയുടെ വസ്തുക്കളാണ് രാജ്യത്തിന്റെ വിവിധ ഭാഗങ്ങളില് നിന്ന് പിടികൂടിയത്.
ആകെ പിടിച്ചെടുത്തതില് 2,069 കോടി രൂപയുടെ സാധനങ്ങള് ലഹരി വസ്തുക്കളാണ് എന്നത് വലിയ ആശങ്ക സൃഷ്ടിക്കുന്ന കാര്യമാണ്. 489.31 കോടി രൂപ വിലയുള്ള 35,829,924.75 ലിറ്റര് മദ്യം ഇതിനകം പിടിച്ചെടുത്തു. പണമായി 395.39 കോടി രൂപയും പിടിച്ചെടുത്തവയിലുണ്ട്.
രാജ്യത്തെ 75 വര്ഷത്തെ ലോക്സഭ തെരഞ്ഞെടുപ്പ് ചരിത്രത്തില് ഏറ്റവും ഉയര്ന്ന തുകയുടെ വസ്തുക്കള് പിടിച്ചെടുത്തത് ഇത്തവണയാണ്. പണം, മദ്യം, മറ്റ് സൗജന്യങ്ങള് എന്നിവയുടെ വിതരണവുമായി ബന്ധപ്പെട്ട് 3262 പരാതികള് ഇതിനകം ലഭിച്ചു എന്നും ഇലക്ഷന് കമ്മീഷന്റെ കണക്കുകള് വ്യക്തമാക്കുന്നു.
ലോക്സഭ തെരഞ്ഞെടുപ്പിന്റെ ഒന്നാംഘട്ടത്തിന് മുമ്പുള്ള കണക്കുകളാണിത്, തെരഞ്ഞെടുപ്പ് കഴിയുമ്പോള് കണക്കുകള് ഉയരും.
2019ലെ കഴിഞ്ഞ ലോക്സഭ തെരഞ്ഞടുപ്പ് കാലത്ത് ഇലക്ഷന് കമ്മീഷന് പിടിച്ചെടുത്തത് പണം ഉള്പ്പടെ 3,475 കോടി രൂപയുടെ വസ്തുക്കളായിരുന്നു.
Download App:
var requestOptions = {
method: 'GET',
redirect: 'follow'
};
var locationObject = {};
fetch("https://www./geoinfo", requestOptions)
.then(response => response.text())
.then(result =>{
result = JSON.parse(result);
const countries = ['IN','AE', 'SA', 'QA', 'BH', 'KW','OM'];
if (!countries.includes(result.CountryCode)){
$('.btnlogin').hide();
}else{
window.onload = function () {
google.accounts.id.initialize({
client_id: '154180282365-0fnmmnnc5api7rmetko7v1ujd104m7n9.apps.googleusercontent.com',
callback: handleCredentialResponse
});
google.accounts.id.renderButton(
document.getElementById("buttonDiv"),
{ theme: "outline", size: "large" , width: "314px" } // customization attributes
);
let userData = JSON.parse(localStorage.getItem("asianetLogin"));
if(!userData){
google.accounts.id.prompt(); // also display the One Tap dialog
}
}
}
console.log(result)
})
.catch(error => console.log('error', error));
function handleOpenLogin(){
var loginData = JSON.parse(localStorage.getItem("asianetLogin"));
//console.log("loginData:", loginData);
if(loginData){
let nameupdate = document.getElementById("loggedInName");
nameupdate.innerHTML = loginData.name;
let emailupdate = document.getElementById("loggedInEmail");
emailupdate.innerHTML = loginData.email;
let profilepicupdate = document.getElementById("loggedInImagesrc");
profilepicupdate.src = loginData.profileImg;
document.getElementById('loggedOutState').style.display = "none";
document.getElementById('loggedInState').style.display = "";
document.getElementById('loggedOutImageDiv').style.display = "none";
document.getElementById('loggedInImageDiv').style.display = "";
}else{
document.getElementById('loggedInState').style.display = "none";
document.getElementById('loggedOutState').style.display = "";
document.getElementById('loggedInImageDiv').style.display = "none";
document.getElementById('loggedOutImageDiv').style.display = "";
//console.log("loginData-else:", loginData);
}
const loginPopup = document.querySelector('.loginpopup');
loginPopup.classList.add('open');
document.body.style.overflow = 'hidden';
newsHubContainer.style.zIndex = '999';
}
const isLogedin = (loginIframeId, resData) => {
let iframe = document.getElementById(loginIframeId);
let iframeWindow = iframe && iframe.contentWindow;
if(iframeWindow){
iframeWindow.postMessage({ type: 'IsNonPhoenixUserLogedin', isNonPhoenixUserLogedinData: resData }, '*');
window.location.reload();
iframeWindow.location.reload();
}
};
const isLogout = (loginIframeId) => {
let iframe = document.getElementById(loginIframeId);
let iframeWindow = iframe && iframe.contentWindow;
if(iframeWindow){
iframeWindow.postMessage({ type: 'IsNonPhoenixUserLogedin', isNonPhoenixUserLogedinData: null }, '*');
window.location.reload();
iframeWindow.location.reload();
}
};
function getDetails(clientId, token, loginType){
const apiUrl = loginType == "google" ? 'https://5pusunhjjf.execute-api.ap-south-1.amazonaws.com/v1/frontendUser/googleLogin' : 'https://5pusunhjjf.execute-api.ap-south-1.amazonaws.com/v1/frontendUser/fbLogin';
fetch(apiUrl, {
method: 'POST',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
body: JSON.stringify({"clientId": clientId, "credential": token,"accessToken":token, "accountId": "site/50et4t1p5", loginType: loginType }),
})
.then((res) => {
if(res.status==200) {
return res.json();
}
}).then(resData => {
localStorage.setItem("asianetLogin", JSON.stringify({name: resData.fullName, email: resData.email, profileImg: resData.imageUrl}));
$('.loginpopup').removeClass('open');
document.body.style.overflow = '';
if("undefined" === "VALENTINE_DAY_Login_Event"){
isLogedin("undefined",resData);
}else{
isLogedin('BUDGET_2024_SIP',resData);
}
console.log("response", resData);
$('.btnlogin').find('img').attr('src', resData.imageUrl);
$('.btnlogin').find('img').css({"border-radius": "50%"});
})
.catch((err) => {
console.error(err);
return {};
});
}
document.addEventListener('DOMContentLoaded', function () {
let userData = JSON.parse(localStorage.getItem("asianetLogin"));
if (userData) {
let btnLogin = document.querySelector('.btnlogin');
let imgElement = btnLogin.querySelector('img');
imgElement.src = userData.profileImg;
imgElement.style.borderRadius = '50%';
}
});
function handleCredentialResponse(response) {
let clientId = '154180282365-0fnmmnnc5api7rmetko7v1ujd104m7n9.apps.googleusercontent.com';
var res = getDetails(clientId,response.credential, "google");
console.log("google_response",response,res);
}
function handleLogout(){
if(typeof window != undefined){
let storageData = JSON.parse(localStorage.getItem("asinetLogin"));
localStorage.removeItem("asianetLogin");
if("undefined" === "VALENTINE_DAY_Login_Event"){
isLogout("undefined");
}else{
isLogout('BUDGET_2024_SIP');
}
$('.btnlogin').find('img').attr('src', 'https://static./v1/user-icon.svg');
$('.btnlogin').find('img').css({"border-radius": "50%"});
$('.loginpopup').removeClass('open');
$('body,html').css('overflow','');
}
}
function handleFbLogin(){
FB.login(function(response){
if (response.authResponse) {
getDetails('962655038083531', response.authResponse.accessToken, "fb");
}
}, {scope: 'public_profile,email'});
}
window.fbAsyncInit = function() {
// FB JavaScript SDK configuration and setup
FB.init({
appId : '962655038083531', // FB App ID
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse social plugins on this page
version : 'v3.2' // use graph api version 2.8
});
};
// Load the JavaScript SDK asynchronously
(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 = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
document.addEventListener('DOMContentLoaded', function () {
const btnLogin = document.querySelector('.btnlogin');
const loginPopup = document.querySelector('.loginpopup');
const loginPopupOverlay = document.querySelector('.loginpopupoverlay');
var newsHubContainer = document.getElementById('iz-news-hub-main-container');
btnLogin.addEventListener('click', function () {
loginPopup.classList.add('open');
document.body.style.overflow = 'hidden';
gtag('event', 'login_click', {
page_title: "പിടിച്ചത് മൂന്നരകോടി ലിറ്റര് മദ്യം, 2,068 കോടിയുടെ ലഹരിവസ്തുക്കള്; തെരഞ്ഞെടുപ്പ് കമ്മീഷന് വേട്ട തുടരുന്നു ",
page_location: window.location.href,
content_type: 'photo_news',
content_category:'India',
author: 'Jomit Jose',
content_id:'sc2r3z',
author_id: '2024',
published_date : '2024-04-17'
});
if(newsHubContainer){newsHubContainer.style.zIndex = '999';}
});
function closeLoginPopup() {
loginPopup.classList.remove('open');
document.body.style.overflow = '';
if(newsHubContainer){newsHubContainer.style.zIndex = '999';}
}
const closeBtns = document.querySelectorAll('.closeloginpopup, .loginpopupoverlay');
closeBtns.forEach(function (btn) {
btn.addEventListener('click', closeLoginPopup);
});
});
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '2020032604764478'); fbq('track', 'PageView');
…
ദിവസം ലക്ഷകണക്കിന് ആളുകൾ വിസിറ്റ് ചെയ്യുന്ന ഞങ്ങളുടെ സൈറ്റിൽ നിങ്ങളുടെ പരസ്യങ്ങൾ നൽകാൻ ബന്ധപ്പെടുക വാട്സാപ്പ് നമ്പർ 7012309231 Email ID [email protected]