.اشترك في نشرتنا الإخبارية لتحصل على أهم و أبرز أخبار اليوم
كان "لا بد" من حصول الانشطار الأخير بين الدولة كلها و"حزب الله" على النحو الذي ارتسم مع أعنف جولات التساجل بين رئيس الجمهورية والحزب ورفع الرئيس سقف الردود إلى حدود رد التهمة بالخيانة إلى الحزب كلًّا. لم تكن المرة الأولى قطعا يناهض الحزب السلطات الشرعية، بينما هو يتغلغل فيها وفي دولتها العميقة، ولم يغادر حكومة ولا مجلسا نيابيا منذ التسعينيات من القرن الماضي. لكنّ ما كان سابقا لم يعد يستقيم مع الحاصل الآن، وما سيكون بعده، لا بالنسبة إلى الدولة ولا سائر المكونات السياسية والطائفية والاجتماعية في لبنان، ولا تحديدا وخصوصا بالنسبة إلى "حزب الله".
يرتكب الحزب ذروة الأخطاء الاستراتيجية، ليس بإمعانه في تبرير فاشل فارغ من أي ذكاء، لتسخيره وتسخير الطائفة الشيعية برمتها من جانب إيران في حروب الاستباحة والتوظيف والاستثمار الإقليمي عبر استباحة لبنان فحسب، وإنما أكثر بعد، في جنون العظمة الكارثي الذي يدفعه إلى الظن فعلا أنه منتصر. يذهب البيان الأخير لأمينه العام إلى القطع نهائياً مع الدولة وكأنها غير قائمة، في إسقاط الاعتراف بأيّ من قراراتها. ولولا الازدواجية الدائمة التي تطبع استنساخ الحزب لسلوكيات مرجعيته إيران في التعامل مع الداخل والخارج، لكان عليه فورا إعلان سحب وزرائه من الحكومة. مع ذلك، فإن الحزب لا يقيم اعتبارا لما يراكمه في الداخل، حتى مع تلقيه الرسالة الأشد تعبيرا عن الانشطار بينه وبين أركان الدولة في رد الرئيس جوزف عون على حملات الإقذاع التخوينية التي يجردها الحزب ويردها إليه.
');
printWindow.document.close();
printWindow.print();
});
$("#btnShareInstagram").on("click", function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var instagramShareUrl = "https://www.instagram.com/?url=" + encoded;
window.open(instagramShareUrl, '_blank', 'width=550,height=420');
});
$("#btnShareLinkedIn").on("click", function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var linkedinShareUrl = "https://www.linkedin.com/shareArticle?mini=true&url=" + encoded + "&title=" + encodedTitle;
window.open(linkedinShareUrl, '_blank', 'width=550,height=420');
});
$("#btnShareFBMobile").on("click", function () {
var link = document.location.href;
var pageTitle = encodeURIComponent(link);
window.open('https://www.facebook.com/sharer/sharer.php?u=' + link, 'facebook-share-dialog', 'width=626,height=436');
});
$("#btnShareTwitterMobile").on("click", function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var twitterShareUrl = "https://twitter.com/intent/tweet?text=" + encodedTitle + "&url=" + encoded;
window.open(twitterShareUrl, '_blank', 'width=550,height=420');
});
$("#btnShareMessengerMobile").on("click", function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var messengerShareUrl = "fb-messenger://share/?link=" + encoded;
window.open(messengerShareUrl, '_blank', 'width=550,height=420');
});
$("#btnShareTelegramMobile").on("click", function () {
var link = document.location.href; // Get the current page URL
var encoded = encodeURIComponent(link); // Encode the URL
var telegramShareUrl = "https://t.me/share/url?url=" + encoded + "&text=" + encodedTitle;
window.open(telegramShareUrl, '_blank', 'width=550,height=420');
});
$("#btnShareWhatsappMobile").on("click", function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var whatsappShareUrl = "https://api.whatsapp.com/send?text=" + encodedTitle + " " + encoded;
window.open(whatsappShareUrl, '_blank', 'width=550,height=420');
});
$("#btnShareMailMobile").on("click", function () {
var link = document.location.href;
var encoded = encodeURIComponent(link);
var mailShareUrl = "mailto:?subject=" + encodedTitle + "&body=" + encoded;
window.open(mailShareUrl, '_blank', 'width=550,height=420');
});
$("#btnSharePrintMobile").on("click", function () {
// print only article content
var printContents = document.querySelector(".topSection .title").innerHTML;
printContents += document.querySelector(".imgContainer").outerHTML;
printContents += document.querySelector(".bodyText").innerHTML;
// print printContents
var printWindow = window.open('', '', 'height=400,width=800');
printWindow.document.write('
');
printWindow.document.write('body {direction: rtl;}