div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਦਰਬਾਰ ਸਾਹਿਬ ਬਾਹਰ ਸੇਵਾ ਕਰ ਰਹੇ ਸੁਖਬੀਰ ਬਾਦਲ ‘ਤੇ ਹਮਲਾ,ਵਾਲ ਵਾਲ ਬਚੇ

ਡੈਸਕ- 4 ਦਸੰਬਰ ਸਮਾਂ ਸਵੇਰੇ 9:30 ਵਜੇ ਥਾਂ ਪੰਜਾਬ ਦਾ ਅੰਮ੍ਰਿਤਸਰ ਸ਼ਹਿਰ ਇੱਥੇ ਹਰਿਮੰਦਰ ਸਾਹਿਬ ਦੇ ਪਰਿਸਰ ਵਿੱਚ ਪੰਜਾਬ ਦੇ ਸਾਬਕਾ ਉਪ ਮੁੱਖ ਮੰਤਰੀ ਅਤੇ ਸ਼੍ਰੋਮਣੀ ਅਕਾਲੀ ਦਲ ਦੇ ਆਗੂ ਸੁਖਬੀਰ ਸਿੰਘ ਬਾਦਲ (ਸੁਖਬੀਰ ਬਾਦਲ ਫਾਇਰਿੰਗ) ਦਰਬਾਨ ਵਜੋਂ ਪੇਸ਼ ਹੋਏ ਆਪਣੀ ਸਜ਼ਾ ਦੀ ਸੇਵਾ ਨਿਭਾ ਰਹੇ ਸਨ। ਉਨ੍ਹਾਂ ਦੇ ਕੋਲ ਤਿੰਨ ਬਾਡੀਗਾਰਡ (ਗੋਲਡਨ ਟੈਂਪਲ ਬਾਡੀਗਾਰਡ) ਖੜ੍ਹੇ ਸਨ। ਮੰਦਰ ਵਿੱਚ ਸ਼ਰਧਾਲੂ ਆ ਰਹੇ ਸਨ। ਫਿਰ ਭੂਰੇ ਰੰਗ ਦੀ ਜੈਕੇਟ, ਮੂੰਗੀਆ ਪੈਂਟ ਅਤੇ ਨੀਲੀ ਪੱਗ ਵਾਲਾ ਇੱਕ ਅੱਧਖੜ ਉਮਰ ਦਾ ਵਿਅਕਤੀ ਵੀ ਉੱਥੇ ਆਇਆ। ਸੁਖਬੀਰ ਬਾਦਲ ਨੂੰ ਦੇਖਦੇ ਹੀ ਉਸ ਨੇ ਆਪਣੇ ਕਦਮ ਹੌਲੀ ਕਰ ਲਏ।

ਉਸ ਦੀ ਹਰ ਹਰਕਤ ‘ਤੇ ਸੁਰੱਖਿਆ ਗਾਰਡਸ ਦੀ ਨਜ਼ਰ ਸੀ। ਉਸੇ ਵੇਲ੍ਹੇ ਉਸ ਸ਼ਖਸ ਨੇ ਆਪਣੀ ਜੇਬ ‘ਚੋਂ ਪਿਸਤੌਲ ਕੱਢ ਕੇ ਸੁਖਬੀਰ ਬਾਦਲ ਵੱਲ ਫਾਇਰ ਕਰ ਦਿੱਤਾ। ਪਰ ਉਸੇ ਸਮੇਂ ਇੱਕ ਸੁਰੱਖਿਆ ਗਾਰਡ ਨੇ ਉਸ ਵਿਅਕਤੀ ਦੇ ਹੱਥ ਨੂੰ ਉੱਤੇ ਕਰ ਦਿੱਤਾ, ਇਸ ਕਾਰਨ ਗੋਲੀ ਸੁਖਬੀਰ ਬਾਦਲ ਨੂੰ ਨਹੀਂ ਲੱਗੀ ਅਤੇ ਹਵਾ ਚਲੀ ਗਈ। ਵਿਅਕਤੀ ਨੇ ਨਾਲ ਹੀ ਇੱਕ ਹੋਰ ਗੋਲੀ ਚਲਾ ਦਿੱਤੀ। ਉਹ ਵੀ ਹਵਾ ਵਿੱਚ ਚੱਲ ਗਈ।

ਉਸੇ ਵੇਲ੍ਹੇ ਬਾਕੀ ਦੇ ਸੁਰੱਖਿਆ ਗਾਰਡਾ ਅਤੇ ਮੰਦਰ ਦੇ ਸੇਵਾਦਾਰਾਂ ਨੇ ਵੀ ਉਸ ਆਦਮੀ ਨੂੰ ਫੜ ਲਿਆ। ਇਸ ਗੋਲੀਬਾਰੀ ਤੋਂ ਬਾਅਦ ਮੰਦਰ ‘ਚ ਹੜਕੰਪ ਮੱਚ ਗਿਆ। ਤੁਰੰਤ ਸੁਖਬੀਰ ਬਾਦਲ ਨੂੰ ਘੇਰ ਲਿਆ ਗਿਆ ਅਤੇ ਸੁਰੱਖਿਆ ਮੁਹੱਈਆ ਕਰਵਾਈ ਗਈ। ਸੁਰੱਖਿਆ ਬਲਾਂ ਨੇ ਸਥਿਤੀ ਨੂੰ ਕਾਬੂ ਕੀਤਾ ਅਤੇ ਸੁਖਬੀਰ ਬਾਦਲ ਨੂੰ ਸੁਰੱਖਿਅਤ ਸਥਾਨ ‘ਤੇ ਪਹੁੰਚਾਇਆ ਗਿਆ। ਖੁਸ਼ਕਿਸਮਤੀ ਵਾਲੀ ਗੱਲ ਇਹ ਹੈ ਕਿ ਸੁਖਬੀਰ ਸਿੰਘ ਬਾਦਲ ਨੂੰ ਕਿਸੇ ਕਿਸਮ ਦਾ ਨੁਕਸਾਨ ਨਹੀਂ ਹੋਇਆ। ਪਰ ਜੇਕਰ ਸੁਰੱਖਿਆ ਗਾਰਡਾਂ ਨੇ ਗੋਲੀਬਾਰੀ ਦੇ ਸਮੇਂ ਉਕਤ ਵਿਅਕਤੀ ਨੂੰ ਤੁਰੰਤ ਕਾਬੂ ਨਾ ਕੀਤਾ ਹੁੰਦਾ ਤਾਂ ਕੋਈ ਵੀ ਅਣਸੁਖਾਵੀਂ ਘਟਨਾ ਵਾਪਰ ਸਕਦੀ ਸੀ। ਪਹਿਲਾਂ ਗੋਲੀ ਮਾਰਨ ਵਾਲੇ ਵਿਅਕਤੀ ਨੂੰ ਫੜਨ ਵਾਲੇ ਸੁਰੱਖਿਆ ਗਾਰਡ ਦਾ ਨਾਂ ਜਸਬੀਰ ਹੈ। ਦੂਜੇ ਸੁਰੱਖਿਆ ਗਾਰਡ ਦਾ ਨਾਂ ਪਰਮਿੰਦਰ ਹੈ। ਪਰਮਿੰਦਰ ਨੇ ਜਸਬੀਰ ਦੇ ਤੁਰੰਤ ਬਾਅਦ ਗੋਲੀ ਚਲਾਉਣ ਵਾਲੇ ਨੂੰ ਦਬੋਚ ਲਿਆ ਸੀ।

ਕੌਣ ਹੈ ਮੁਲਜ਼ਮ ਨਰਾਇਣ ਸਿੰਘ ਚੌੜਾ?
ਸੁਖਬੀਰ ‘ਤੇ ਗੋਲੀ ਚਲਾਉਣ ਵਾਲੇ ਆਰੋਪੀ ਦੀ ਪਛਾਣ ਨਰਾਇਣ ਸਿੰਘ ਚੌੜਾ ਵਾਸੀ ਡੇਰਾ ਬਾਬਾ ਨਾਨਕ ਦੇ ਰੂਪ ‘ਚ ਹੋਈ ਹੈ। ਮੁਲਜ਼ਮ ਕੱਟੜਪੰਥੀ ਹੈ ਅਤੇ ਦਲ ਖਾਲਸਾ ਨਾਲ ਸਬੰਧਤ ਹੈ। ਸੂਤਰਾਂ ਮੁਤਾਬਕ ਹਮਲਾਵਰ ਨਰਾਇਣ ਸਿੰਘ ਚੌੜਾ ਬੱਬਰ ਖਾਲਸਾ ਇੰਟਰਨੈਸ਼ਨਲ ਦਾ ਅੱਤਵਾਦੀ ਵੀ ਰਿਹਾ ਹੈ। ਚੌੜਾ 1984 ਵਿੱਚ ਪਾਕਿਸਤਾਨ ਗਿਆ ਸੀ ਅਤੇ ਅੱਤਵਾਦ ਦੇ ਸ਼ੁਰੂਆਤੀ ਪੜਾਅ ਦੌਰਾਨ ਪੰਜਾਬ ਵਿੱਚ ਹਥਿਆਰਾਂ ਅਤੇ ਵਿਸਫੋਟਕਾਂ ਦੀਆਂ ਵੱਡੀਆਂ ਖੇਪਾਂ ਦੀ ਤਸਕਰੀ ਵਿੱਚ ਅਹਿਮ ਭੂਮਿਕਾ ਨਿਭਾ ਰਿਹਾ ਸੀ। ਪਾਕਿਸਤਾਨ ਵਿੱਚ ਰਹਿੰਦਿਆਂ, ਉਸਨੇ ਕਥਿਤ ਤੌਰ ‘ਤੇ ਗੁਰੀਲਾ ਯੁੱਧ ਅਤੇ ਦੇਸ਼ਧ੍ਰੋਹੀ ਸਾਹਿਤ ‘ਤੇ ਇੱਕ ਕਿਤਾਬ ਵੀ ਲਿਖੀ ਹੈ। ਉਹ ਬੁਡੈਲ ਜੇਲ੍ਹ ਬਰੇਕ ਕਾਂਡ ਦਾ ਵੀ ਮੁਲਜ਼ਮ ਹੈ। ਨਰਾਇਣ ਇਸ ਤੋਂ ਪਹਿਲਾਂ ਪੰਜਾਬ ਦੀ ਜੇਲ੍ਹ ਵਿੱਚ ਸਜ਼ਾ ਕੱਟ ਚੁੱਕਾ ਹੈ।

ਦੂਜੇ ਪਾਸੇ ਸੁਰੱਖਿਆ ਕਰਮੀਆਂ ਨੇ ਹਮਲਾਵਰ ਨੂੰ ਹਿਰਾਸਤ ਵਿੱਚ ਲੈ ਲਿਆ। ਏਡੀਸੀਪੀ ਹਰਪਾਲ ਸਿੰਘ ਅਨੁਸਾਰ ਨਰਾਇਣ ਸਿੰਘ ਪਿਛਲੇ ਦੋ ਦਿਨਾਂ ਤੋਂ ਲਗਾਤਾਰ ਦਰਬਾਰ ਸਾਹਿਬ ਮੱਥਾ ਟੇਕਣ ਲਈ ਆ ਰਿਹਾ ਸੀ। ਉਸ ਦੀਆਂ ਹਰਕਤਾਂ ਸ਼ੱਕੀ ਲੱਗ ਰਹੀਆਂ ਸਨ, ਜਿਸ ਕਾਰਨ ਪੁਲੀਸ ਨੇ ਪਹਿਲਾਂ ਹੀ ਉਸ ਤੇ ਨਜ਼ਰ ਰੱਖੀ ਹੋਈ ਸੀ। ਨਰਾਇਣ ਸਿੰਘ ਗੁਰਦਾਸਪੁਰ ਜ਼ਿਲ੍ਹੇ ਦੇ ਪਿੰਡ ਚੌੜਾ ਦਾ ਰਹਿਣ ਵਾਲਾ ਹੈ। ਦੋਸ਼ੀ ਖਾਲਿਸਤਾਨੀ ਸਮਰਥਕ ਹੋਣ ਦਾ ਸ਼ੱਕ ਜਤਾਇਆ ਜਾ ਰਿਹਾ ਹੈ। ਦੱਸਿਆ ਜਾ ਰਿਹਾ ਹੈ ਕਿ ਬੇਅਦਬੀ ਮਾਮਲਿਆਂ ਨੂੰ ਲੈ ਕੇ ਉਹ ਸੁਖਬੀਰ ਬਾਦਲ ਤੋਂ ਨਾਰਾਜ਼ ਸਨ।

ਹਮਲੇ ‘ਤੇ ਭਖੀ ਸਿਆਸਤ
ਪੁਲਿਸ ਨੇ ਦੱਸਿਆ ਕਿ ਮੁੱਢਲੀ ਜਾਂਚ ਤੋਂ ਪਤਾ ਲੱਗਾ ਹੈ ਕਿ ਦੋਸ਼ੀ ਧਾਰਮਿਕ ਕੱਟੜਤਾ ਤੋਂ ਪ੍ਰੇਰਿਤ ਹੋ ਸਕਦਾ ਹੈ। ਇਸ ਘਟਨਾ ਨੇ ਦਰਬਾਰ ਸਾਹਿਬ ਦੀ ਸੁਰੱਖਿਆ ਨੂੰ ਲੈ ਕੇ ਸਵਾਲ ਖੜ੍ਹੇ ਕਰ ਦਿੱਤੇ ਹਨ। ਪੁਲਿਸ ਨੇ ਭਰੋਸਾ ਦਿੱਤਾ ਹੈ ਕਿ ਮਾਮਲੇ ਦੀ ਡੂੰਘਾਈ ਨਾਲ ਜਾਂਚ ਕੀਤੀ ਜਾਵੇਗੀ ਅਤੇ ਦੋਸ਼ੀਆਂ ਨੂੰ ਸਖ਼ਤ ਤੋਂ ਸਖ਼ਤ ਸਜ਼ਾ ਦਿੱਤੀ ਜਾਵੇਗੀ। ਘਟਨਾ ਤੋਂ ਬਾਅਦ ਦਰਬਾਰ ਸਾਹਿਬ ਕੰਪਲੈਕਸ ਦੇ ਆਲੇ-ਦੁਆਲੇ ਸੁਰੱਖਿਆ ਵਧਾ ਦਿੱਤੀ ਗਈ ਹੈ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਸੁਖਬੀਰ ਸਿੰਘ ਬਾਦਲ ‘ਤੇ ਗੋਲੀ ਚੱਲਣ ਕਾਰਨ ਪੰਜਾਬ ਦੀ ਸਿਆਸਤ ‘ਚ ਵੀ ਹਲਚਲ ਮਚ ਗਈ ਹੈ। ਇਹ ਘਟਨਾ ਸਿਆਸੀ ਨੇਤਾਵਾਂ ਦੀ ਸੁਰੱਖਿਆ ਵਿਵਸਥਾ ਅਤੇ ਸੁਰੱਖਿਆ ‘ਤੇ ਸਵਾਲ ਖੜ੍ਹੇ ਕਰ ਰਹੀ ਹੈ।

ਸਿੱਖ ਧਾਰਮਿਕ ਆਗੂਆਂ ਵੱਲੋਂ ਤਨਖਾਹ (ਧਾਰਮਿਕ ਸਜ਼ਾ) ਸੁਣਾਏ ਜਾਣ ਤੋਂ ਇੱਕ ਦਿਨ ਬਾਅਦ, ਅਕਾਲੀ ਦਲ ਦੇ ਆਗੂ ਸੁਖਬੀਰ ਬਾਦਲ ਨੇ ਕੱਲ੍ਹ ਸ੍ਰੀ ਹਰਿਮੰਦਰ ਸਾਹਿਬ ਦੇ ਬਾਹਰ ਸੇਵਾਦਾਰ ਵਜੋਂ ਸੇਵਾ ਨਿਭਾਈ। ਅੱਜ ਉਨ੍ਹਾਂ ਦੀ ਤਨਖਾਹ ਦਾ ਦੂਜਾ ਦਿਨ ਸੀ। ਕੱਲ੍ਹ, ਬਾਦਲ ਹਰਿਮੰਦਰ ਸਾਹਿਬ ਦੇ ਪ੍ਰਵੇਸ਼ ਦੁਆਰ ‘ਤੇ ਵ੍ਹੀਲਚੇਅਰ ‘ਤੇ, ਇਕ ਹੱਥ ਵਿਚ ਬਰਛੀ ਫੜ ਕੇ, ਸੇਵਾਦਾਰ ਦੀ ਨੀਲੀ ਵਰਦੀ ਪਹਿਨ ਕੇ ਆਪਣੀ ਸਜ਼ਾ ਭੁਗਤ ਰਿਹਾ ਸੀ। ਉਸ ਦੀ ਲੱਤ ਵਿੱਚ ਫਰੈਕਚਰ ਹੈ ਅਤੇ ਉਹ ਵ੍ਹੀਲਚੇਅਰ ਦੀ ਵਰਤੋਂ ਕਰ ਰਹੇ ਹਨ।

Exit mobile version