(function(){ var O = {"replace":{"6":"https://i.postimg.cc/PJGRcw24/Indian-Press-Union-national-conf-202607111225.jpg","7":"https://i.postimg.cc/R0rqScvk/Chat-GPT-Image-Jul-11-2026-12-49-58-PM.png","9":"/landing-react/assets/ChatGPT-Image-Jul-11-2026-02_26_08-PM-1783766062383.jpg","10":"/landing-react/assets/ChatGPT-Image-Jul-11-2026-12_29_53-PM-1783766444963.jpg","11":"/landing-react/assets/ipu_id_card_691b0d4c-1783766337893.png","12":"/landing-react/assets/ipu_certificate_3389621e-1783766291741.png"},"inserts":[{"elIndex":"59","url":"/landing-react/assets/Indian_Press_Union_national_conf_202607111225-1783765508825.jpg","at":1783765510161},{"elIndex":"197","url":"/landing-react/assets/ipu_id_card_691b0d4c-1783765960955.png","at":1783765961222},{"elIndex":"197","url":"/landing-react/assets/ipu_id_card_691b0d4c-1783766007015.png","at":1783766009737},{"elIndex":"189","url":"/landing-react/assets/9b077fd7-ca2d-4be0-9939-b5555b3c226c-1783766125686.png","at":1783766127215},{"elIndex":"197","url":"https://i.postimg.cc/bJt7ztNM/ipu-id-card-691b0d4c.png","at":1783766212132},{"elIndex":"197","url":"https://i.postimg.cc/bJt7ztNM/ipu-id-card-691b0d4c.png","at":1783766216846},{"elIndex":"197","url":"https://i.postimg.cc/bJt7ztNM/ipu-id-card-691b0d4c.png","at":1783766267759},{"elIndex":"197","url":"https://i.postimg.cc/bJt7ztNM/ipu-id-card-691b0d4c.png","at":1783766271842},{"elIndex":"201","url":"/landing-react/assets/ipu_certificate_3389621e-1783766362842.png","at":1783766365800},{"elIndex":"197","url":"/landing-react/assets/ipu_id_card_691b0d4c-1783766397038.png","at":1783766405003},{"elIndex":"198","url":"/landing-react/assets/ipu_id_card_691b0d4c-1783766480307.png","at":1783766482310},{"elIndex":"197","url":"https://i.postimg.cc/bJt7ztNM/ipu-id-card-691b0d4c.png","at":1783766557659},{"elIndex":"197","url":"https://i.postimg.cc/bJt7ztNM/ipu-id-card-691b0d4c.png","at":1783766680174},{"elIndex":"197","url":"https://i.postimg.cc/bJt7ztNM/ipu-id-card-691b0d4c.png","at":1783766694524}],"texts":{"25":"Trusted by media members across India"},"layout":{},"settings":{"autoscroll":{"enabled":false,"delay":2},"popup":{"enabled":false,"delay":15,"duration":0,"title":"Join Indian Press Union","text":"Complete your membership application now and get verified press ID card and certificate.","button":"Join Now","bg":"#ffffff","btnColor":"#c8102e"}}}; window.IPU_LANDING_OVERRIDES = O; function list(sel){ return Array.prototype.slice.call(document.querySelectorAll(sel)); } function fastImages(){ var imgs = Array.prototype.slice.call(document.images || []); imgs.forEach(function(img, i){ img.style.color = 'transparent'; img.style.fontSize = '0'; img.decoding = 'async'; if(i === 0){ img.loading = 'eager'; try { img.fetchPriority = 'high'; } catch(e) {} } else { img.loading = 'lazy'; } img.onerror = function(){ img.style.visibility = 'hidden'; img.removeAttribute('alt'); }; }); } function applyOnce(){ try { fastImages(); var repl = O.replace || {}; var imgs = Array.prototype.slice.call(document.images || []); Object.keys(repl).forEach(function(k){ var img = imgs[Number(k)]; if(img && repl[k]) img.src = repl[k]; }); var textEls = list('h1,h2,h3,h4,h5,h6,p,span,a,button,li,label,small,strong,b').filter(function(el){ return (el.innerText || '').trim().length > 0; }); var texts = O.texts || {}; Object.keys(texts).forEach(function(k){ var el = textEls[Number(k)]; if(el) el.innerText = String(texts[k] || ''); }); var allEls = list('section,header,footer,article,div,h1,h2,h3,h4,h5,h6,p'); document.querySelectorAll('.ipu-added-image-wrap').forEach(function(x){ x.remove(); }); (O.inserts || []).forEach(function(item){ var target = allEls[Number(item.elIndex)]; if(!target || !item.url) return; var wrap = document.createElement('div'); wrap.className = 'ipu-added-image-wrap'; wrap.style.cssText = 'margin:18px auto;text-align:center;max-width:1100px;padding:0 16px;'; var im = document.createElement('img'); im.src = item.url; im.loading = 'lazy'; im.decoding = 'async'; im.style.cssText = 'max-width:100%;border-radius:18px;box-shadow:0 14px 38px rgba(0,0,0,.16);'; wrap.appendChild(im); target.insertAdjacentElement('afterend', wrap); }); var layout = O.layout || {}; (layout.hidden || []).forEach(function(idx){ var el = allEls[Number(idx)]; if(el) el.style.display = 'none'; }); (layout.moves || []).forEach(function(m){ var el = allEls[Number(m.elIndex)]; if(!el || !el.parentNode) return; if(m.dir === 'up' && el.previousElementSibling) el.parentNode.insertBefore(el, el.previousElementSibling); if(m.dir === 'down' && el.nextElementSibling) el.parentNode.insertBefore(el.nextElementSibling, el); }); } catch(e) {} } function formTarget(){ return document.querySelector('#join') || document.querySelector('form[action*="/pay/start"]') || document.querySelector('form') || document.querySelector('[id*="join" i]') || document.querySelector('[class*="join" i]'); } function autoScroll(){ try { var a = O.settings && O.settings.autoscroll; if(!a || !a.enabled || sessionStorage.getItem('ipu_auto_scrolled')) return; setTimeout(function(){ var t = formTarget(); if(t) { sessionStorage.setItem('ipu_auto_scrolled','1'); t.scrollIntoView({ behavior:'smooth', block:'start' }); } }, Math.max(0, Number(a.delay || 2) * 1000)); } catch(e) {} } function popup(){ try { var p = O.settings && O.settings.popup; if(!p || !p.enabled || sessionStorage.getItem('ipu_popup_seen')) return; sessionStorage.setItem('ipu_popup_seen','1'); setTimeout(function(){ var box = document.createElement('div'); box.id = 'ipu-join-popup'; box.innerHTML = '
'+(p.text||'Complete your membership now.')+'