
 [ad_1]

Foreign Minister Tania Farhun will also meet with Albanian President Bajiram BegayemTo the Prime Minister of Albania Eddie J Rama and the Speaker of Parliament Eliso Spiropali, The ministry announced. The purpose of the visit is to strengthen the good political relations and comprehensive cooperation between the two countries. The visit will also be an opportunity to understand the domestic political situation in Albania and expectations for the negotiation process with the European Union. In addition, Fahun and the Albanian Foreign Minister will also exchange views on the current regional situation and assess regional cooperation.
Slovenia hopes to transform its good relations with Albania into economic cooperation, which is not large in scale, with annual trade exceeding 100 million euros, but opportunities are mainly in the fields of tourism and agriculture. Over the past five years, Slovenia has allocated 1.3 million euros to Albania within the framework of development cooperation. Minister Fajon will visit the Vocational Education and Training Center for Safe Food, which was also established with Slovenian assistance.
The minister will first attend the annual meeting of Albanian ambassadors as the guest of honor and address the participants. According to Boštjan Anžin, a journalist from Slovenian Radio, the hosts are optimistic about joining the EU and Slovenia is helping them as much as possible, including providing technical support.
Albania faces more obstacles to EU accession, Brussels demands progress in several areas
Earlier this year, Slovenia also proposed, together with Germany, the introduction of a qualified majority at the start of negotiations, which could speed up accession talks. At the last EU-Western Balkans summit in Tirana, the European side presented a $6 billion regional growth plan and expected to accelerate reforms. In Brussels, they hope to make more progress in justice, stability and independence of institutions, rule of law and media freedom.
Deteriorating relations with Greece could also be an obstacle after the mayor of the Greek Albanian municipality of Himare was convicted and jailed for vote buying. Freddie Bellaryand then he became a Greek MEP from prison. According to Anzin, a month ago, the Albanian parliament also called on Greece to finally lift the 84-year-old martial law.
Albania will also hold parliamentary elections next year. Edi Rama’s ruling socialists and the opposition often protest against the authoritarian leadership, one of the leaders Sali Berisha But he was under house arrest on corruption charges and they were uncooperative.
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
  // iProm
  (function(a,g,b,c){ a(c)=a(c)||function(){
    "undefined"===typeof a.ipromNS?(a(c).q=a(c).q||()).push(arguments):a.ipromNS.execute(arguments)};
    var k=function(){ var b=g.getElementsByTagName("script")(0);return function h(f){ var e=f.shift();a(c)("setConfig",{ server:e});
    var d=document.createElement("script");0
var $sid = 'slovenija'; var $ssid = 'slovenija'; if($sid == ''){ $sid = 'default'; } if(cookieConsent == false){ $sid = 'safe'; $ssid = ''; }
_ipromNS('init', { sitePath: ('rtvslo',$sid,$ssid), cookieConsent: cookieConsent }); // END: iProm
// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }
if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); // ADVANCED USERS if (document.cookie.indexOf('APISESSION_USER_NL') != -1) { cookieHelper.getCookie('APISESSION_USER_NL').split('-').forEach(function(item) { if(item == '15') document.body.classList.add('advanced-user'); }); } } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (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="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }
//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }
function scrollToLiveItemInArticle()
{
  let liveItem = document.getElementById('mmczivoinjectV2');
  if (!liveItem) {
    for (let i = 0; i <= 3; i++) {
      let element="rtv4dplayer_live_" + i;
      liveItem = document.getElementById(element);
      if (liveItem) break;
    }
  }
  if (liveItem) {
    liveItem.scrollIntoView({behavior: "smooth", block: "center", inline: "nearest"});
  }
}
[ad_2]
Source link 

 
                                