The Arab Parliament will be held on Monday next April, the fourth general session for the first session of the legislative session The fourth, led by Muhammad bin Ahmed Al-Yamahi, the head of the Arab Parliament, in the capital of Iraq, Baghdad, hosted by the Majlis Al-Napaw Al-Iraqi.
The session was preceded by the number of preparatory meetings that would start with the meeting of the Palestine Committee with the Speaker of the Arab Parliament, for discussion. Current developments in the Palestinian arena and the efforts made to stop the crimes of mass genocide committed by the Israeli occupation The Palestinian people are isolated, thanks to the support of the Arab efforts to stop the shooting and stop the attacks on the Arab plan. to rebuild.
It also holds regular meetings of the four permanent members of the Arab Parliament, namely the Committee on Foreign, Political and Security Affairs. National, Economic and Financial Affairs Committee, Legislative and Legal Affairs Committee and Human Rights Committee, Social Affairs Committee والتربوية والثقافية والمرأة والشباب
It is scheduled to be discussed by the Committee on Foreign Affairs, Politics and National Security, a number of important topics related to the developments. The political and political situation in the Arab world, and the parliamentary vision project to combat the modern methods of promotion, manufacturing and destruction Drugs and mental effects, and discussion of the economic and financial affairs committee, obstacles and obstacles facing economic development Palestinian with the aim of supporting it in various international and regional parliamentary forums, and following the developments of the Arab economic business the common
While discussing the legislative and legal affairs and human rights committee, the legal framework for the fight against illegal immigration The Arab world, and the legitimate state of human rights in the Arab world, and discussed by the social, educational and cultural affairs committee And the women and the youth, in the light of its legislative agenda, its plan for the development of the Arabic legislation in support of women and youth in the Arab world, In addition to the discussion of the project, the social economy and the productive family, with the aim of improving the social environment تطوير اللغة العربية الداعمة الداعمة الداعمة تحميل الاوغاء التربوية والثقافية للمرمن والشباب في العلام العربي.
وسترفع لجان العربية تقاريرها إلى حيستة مكتب العربي العربي لمناقبة وتعدادها تحميدً لرفعها إلى سلسلة public
function replaceOembeds() {
var allEmbeds = document.getElementsByTagName(“OEMBED”);
while (allEmbeds.length != 0) {
replaceOembedWithHtml(allEmbeds(0), extractLinkFromOembed(allEmbeds(0)));
allEmbeds = document.getElementsByTagName(“OEMBED”);
}
runYoutubeLazyLoad();
// loadfbApi();
}
function replaceOembedWithHtml(element, sourceData) {
if (sourceData.source.toLowerCase() === “youtube”) {
var html=”
‘;
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “instagram”) {
var html=”
‘;
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “twitter”) {
var html=”
‘;
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “facebook”) {
var html=”
‘
replaceElementWithHtml(element, html);
} else {
replaceElementWithHtml(element, “”);
}
}
function extractLinkFromOembed(element) {
return getUrlSource(element.getAttribute(“url”));
}
function getUrlSource(url) {
var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/watch?v=|.be/)((w-_)*)(&(amp;)?(w?=)*)?/;
var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
var twitterRegex = /twitter.com/.*/status(?:es)?/((^/?)+)/;
var fbRegex = /^https?://www.facebook.com.*/(video(s)?|watch|story|posts)(.php?|/).+$/;
if (ytRegex.test(url)) {
return {
source: “Youtube”,
url: url,
id: ytRegex.exec(url)(1)
};
}
if (instaRegex.test(url)) {
return {
source: “Instagram”,
url: url,
id: instaRegex.exec(url)(3)
};
}
if (twitterRegex.test(url)) {
return {
source: “Twitter”,
url: url,
id: twitterRegex.exec(url)(1)
};
}
if (fbRegex.test(url)) {
return {
source: “Facebook”,
url: url,
id: fbRegex.exec(url)(1)
};
}
return {
source: “Unknown”,
url: url,
id: “”
};
}
function replaceElementWithHtml(element, html) {
var str = html;
var Obj = element; //any element to be fully replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///it’s simple replacement of whole element with contents of str var
} else { //if outerHTML is not supported, there is a weird but crossbrowsered trick
var tmpObj = document.createElement(“div”);
tmpObj.innerHTML = ‘‘;
ObjParent = Obj.parentNode; //Okey, element should be parented
ObjParent.replaceChild(tmpObj, Obj); //here we placing our temporary data instead of our target, so we can find it then and replace it into whatever we want to replace to
ObjParent.innerHTML = ObjParent.innerHTML.replace(‘
‘, str);
}
}
function loadfbApi() {
var js = document.createElement(‘script’);
js.src=”
document.body.appendChild(js);
}
function runYoutubeLazyLoad() {
/// youtube lazyload
var youtube = document.querySelectorAll(“.youtube”);
for (var i = 0; i < youtube.length; i++) {
var source = “https://img.youtube.com/vi/” + youtube(i).dataset.embed +
“/0.jpg”;
var image = new Image();
image.src = “https://www.masrtimes.com/themes/masr/assets/images/no.jpg”;
image.classList.add(‘lazyload’);
image.setAttribute(“data-src”, source);
image.setAttribute(“alt”, “youtube”);
image.addEventListener(“load”, function () {
youtube(i).appendChild(image);
}(i));
youtube(i).addEventListener(“click”, function () {
var iframe = document.createElement(“iframe”);
iframe.setAttribute(“frameborder”, “0”);
iframe.setAttribute(“allowfullscreen”, “”);
iframe.setAttribute(“src”, “https://www.youtube.com/embed/” + this.dataset
.embed + “?rel=0&showinfo=0&autoplay=1”);
this.innerHTML = “”;
this.appendChild(iframe);
});
};
}