Home » today » Sport » How did Shin Won-sik watch Beckham’s match against Jordan from the Qatari royal box?

How did Shin Won-sik watch Beckham’s match against Jordan from the Qatari royal box?

if(redisJson.articles[i].article_image !== ” || redisJson.articles[i].article_image !== null){
html += ‘ ‘;
html += ‘ ‘;
html += ‘ ‘;
}

html += ‘ ‘;
html += ‘

‘; html += ‘Notification settings’; html += ‘Close notification’; html += ‘

‘;
html += ”;
$loginBox.after(html);
autoRemoveToast(redisJson.articles[i].apppush_Id); // Expiration time check: If it exists, analyze the content and expose if the expiration time is within the current time // Cookie exposure check: When exposed, check the exposure of the article in the cookie and then final exposure // If exposed, the article key is stored in the cookie // Cookie name: hk_sokbo_article_viewend let fcmArticleId = getFCMCookie(‘hk_sokbo_article_viewend’); let cookieData = Boolean(fcmArticleId) ? decodeURIComponent(fcmArticleId) + ‘,’ + redisJson.articles[i].article_id : redisJson.articles[i].article_id;
this.setFCMCookie(‘hk_sokbo_article_viewend’, cookieData, 1);
// 쿠키내용 : 기사키,기사키,기사키
// 쿠키만료시간 : 1일
// 쿠키 등록
}
$(“.toast-container .toast-item:not(.login-box-tst)”).addClass(“show”);

}

generateFcmToast = (rst) => {
let html=””;
let readArticles = decodeURIComponent(this.getFCMCookie(‘hk_sokbo_article_viewend’));
let denialAlarmType = decodeURIComponent(this.getFCMCookie(‘hk_denial_alarm_type’));
if(denialAlarmType.includes(denialAlarmType.includes(rst.data.apppush_type))){
return false;
}
if(readArticles.includes(denialAlarmType.includes(rst.data.apppush_type))){
return false;
}
const appuserPushId = Cookies.get(‘appuserPushId’);

html += ”;
html += ‘ ‘;
html += ‘ ‘;

if(rst.notification.image !== ” || rst.notification.image !== null){
html += ‘ ‘;
html += ‘ ‘;
html += ‘ ‘;
}

html += ‘ ‘;
html += ‘

‘; html += ‘Notification settings’; html += ‘Close notification’; html += ‘

‘; html += ”; $loginBox.before(html); autoRemoveToast(rst.fcmMessageId); // Expiration time check: If it exists, analyze the content and expose if the expiration time is within the current time // Cookie exposure check: When exposed, check the exposure of the article in the cookie and then final exposure // If exposed, the article key is stored in the cookie // Cookie name: hk_sokbo_article_viewend // let fcmArticleId = getFCMCookie(‘hk_sokbo_article_viewend’); // let cookieData = Boolean(fcmArticleId) ? decodeURIComponent(fcmArticleId) + ‘,’ + redisJson.articles[i].article_id : redisJson.articles[i].article_id;
// this.setFCMCookie(‘hk_sokbo_article_viewend’, cookieData, 1);
// 쿠키내용 : 기사키,기사키,기사키
// 쿠키만료시간 : 1일
// 쿠키 등록
$(“.toast-container .toast-item:not(.login-box-tst)”).addClass(“show”);
}

/* top notice EVT */
function closeNotice() {
$(“#topNotiArea .close”).on(‘click’, function () {
$(“#topNotiArea .close”).css(“display”, “none”);
$(“#topNotiArea”).slideUp(500);
});
}

function initAlarm() {
var $list = $(‘.toast-container .toast-item’);
var $pushList = $(‘.toast-container .toast-item:not(.login-box-tst)’);
var $loginBox = $(‘.toast-container .toast-item.login-box-tst’);

if ($($list.hasClass(“login-box-tst”)).length) {
$loginBox.removeClass(“hide”).addClass(“show”);
}
$pushList.each(function (idx) {
var $item = $(this);
setTimeout(function () {
$item.addClass(“show”);
}, 500 * (idx + 1));
});
}

function showAlarm() {
let redisJson = [];

$.ajax({
url: ”
method: “POST”,
data: {‘key’ : ‘whk_sokbo_article’},
success: function (response) {
if(response.code === ‘0000’){
if(response.data !== ‘notfound’){
redisJson = JSON.parse(response.data);
generateSokboToast(redisJson);
}
}
},
fail: function (err) {
}
});
}
// hk_denial_alarm_type
function setDenialAlarmType(denialType){
this.setFCMCookie(‘hk_denial_alarm_type’, denialType, 1);
}

function getFCMCookie(key){
key = new RegExp(key + ‘=([^;]*)’); return key.test(document.cookie) ? unescape(RegExp.$1) : ”; // Returns a value if there is a key corresponding to the key received as an argument } function setFCMCookie(key, value, expiredays) { let todayDate = new Date(); todayDate.setDate(todayDate.getDate() + expiredays); // Change cookie expiration date in units of current time + days //todayDate.setTime(todayDate.getTime() + (expiredays * 24 * 60 * 60 * 1000)); // Change cookie expiration date in milliseconds // document.cookie = key + “=” + escape(value) + “; path=/; expires=” + todayDate.toGMTString() + “;”; fn_setCookie(key, escape(value), {path:” expires: todayDate}); } function deleteCookie(name) { document.cookie = name + ‘=; expires=Thu, 01 Jan 1999 00:00:10 GMT;’ ; } function hideAlarm() { $(document).on(“click”, ‘.imp-toast .btn-close’, function () { var $this = $(this); $this.parents(“.toast -item”).removeClass(“show”).addClass(“hide”); }); $(document).on(“click”, ‘.login-box-tst .close’, function () { $( ‘.login-box-tst’).removeClass(“show”).addClass(“hide”); }); } function toggleAlarm() { $(document).on(“click”, ‘.imp-toast . btn-alarm’, function () { var $this = $(this); if (!($this.hasClass(“btn-alarm-disable”))) { $this.addClass(“btn-alarm-disable” ).attr(“title”, “Turn on notifications for today”); console.log(‘### ‘ + $this.data(‘denial’)); let denialType = $this.data(‘denial’); let hk_denial_alarm_type = getFCMCookie(‘hk_denial_alarm_type’); if(hk_denial_alarm_type.includes(denialType)) { return false; } denialType = Boolean(hk_denial_alarm_type) ? decodeURIComponent(hk_denial_alarm_type) + ‘,’ + denialType : denialType; setDenialAlarmType(denialType); } else { $this.removeClass(“btn-alarm-disable”).attr(“title”, “Turn off notifications for today”); let hk_denial_alarm_type = getFCMCookie(‘hk_denial_alarm_type’); const denialType = $this.data(‘denial’); if(hk_denial_alarm_type.includes(denialType)){ let str = hk_denial_alarm_type; let arr = str.split(‘,’); let filtered = arr.filter((element) => element !== denialType); deleteCookie(‘hk_denial_alarm_type’); setDenialAlarmType(filtered.join()); } // console.log(denialType); // deleteCookie(hk_denial_alarm_type); } }); } function fnOneDayNotView(){ this.setFCMCookie(‘hk_denial_login_area’, ‘Y’, 1); } function loginInfoView(){ if(!Boolean(Cookies.get(‘accessToken’))){ if(!Boolean(getFCMCookie(‘hk_denial_login_area’))){ var $loginBox = $(‘.toast-container .toast- item.login-box-tst’); $loginBox.removeClass(“hide”).addClass(“show”); } } } // Web push automatic deletion (10 minutes) var FCM_TOAST_LOG = {}; function autoRemoveToast(fcmMessageId){ FCM_TOAST_LOG[fcmMessageId] = setTimeout(function(){
$(“.toast-item[data-push-id='”+ fcmMessageId +”‘]”).find(‘.btn-close’).trigger(“click”);
delete FCM_TOAST_LOG[fcmMessageId]; }, 600000); }; $(function () { showAlarm(); // Close top notification area closeNotice(); loginInfoView(); // Display push alarm // initAlarm(); // Breaking news / single item inquiry setInterval( () => showAlarm( ) , 1000 * 60 * 1 ); // Close push alarm, toggle off alarm hideAlarm(); toggleAlarm(); }); How did Shin Won-sik watch Beckham’s match against Jordan from the Qatari royal box? “) } else { $(‘#top-area’).html(“

n” + ” Hello.n” + ” ” + data.memPenName + “

“)
}

// 이벤트 및 프로모션 수신 동의 체크
$(‘#email-setting-switch’).prop(‘checked’, data.eventAgreeEmail === ‘Y’);
$(‘#sms-setting-switch’).prop(‘checked’, data.eventSmsAgree === ‘Y’);
$(‘#nLetter-setting-switch’).prop(‘checked’, data.nLetterAgree === ‘Y’);
},
error: function (req, stat, err) {
// console.log(err);
}
});
}

function onClickSignUp() {
authType=”enroll”;
// Cookies.set(‘authType’, ‘enroll’, {path: ”
fn_setCookie(‘authType’, ‘enroll’, {path: ”
if (navigator.userAgent.indexOf(‘Mobile-App’) > -1) {
var data = {
type: ‘SIGN_UP_NICE’
};
window.ReactNativeWebView.postMessage(JSON.stringify(data));
} else {
openCpPopup();

}
}

function onClickMyPage() {
if (Cookies.get(‘accessToken’) != null) {
location.href=”
} else {
location.href=”
}
}

How did Shin Won-sik watch Beckham play against Jordan in the royal box of Qatar?

Invitation to the Emir of Qatar during his visit to three Middle Eastern countries

Minister of National Defense Shin Won-sik (in a yellow circle) is watching the semifinal match between Korea and Jordan with British soccer star David Beckham (in a red circle) in the exclusive space for the royal family at the Ahmad Bin Ali Stadium in Al-Rayyan, Qatar, on the 6th. Alaiyan = News 1

Minister of National Defense Shin Won-sik was seen watching the semifinal match between Korea and Jordan from the stands at Ahmad bin Ali Stadium in Al-Rayyan, Qatar, on the 6th (local time).

‘); // For Android update if (location.href.indexOf(‘/News/Read’) > -1 && navigator.userAgent.indexOf(‘Update’) > -1) { $(‘.end-ad-container’) .addClass(‘blind’); }

Minister Shin, who is on a tour of three countries in the Middle East, watched the game from the royal family’s exclusive seat at the invitation of the King of Qatar. British soccer star David Beckham was sitting in Minister Shin’s back seat. Since his retirement from active duty, Beckham has been serving as the co-owner of Inter Miami of the American Major League Soccer (MLS).

Minister of National Defense Shin Won-sik is watching the 2023 Asian Football Confederation Asian Cup semifinal match between Korea and Jordan held at Al Rayyan Ahmad bin Ali Stadium in Qatar on the 6th. Al Rayyan = Yonhap News

‘); // For Android update if (location.href.indexOf(‘/News/Read’) > -1 && navigator.userAgent.indexOf(‘Update’) > -1) { $(‘.end-ad-container’) .addClass(‘blind’); }

On this day, Minister Shin’s observation of the game took place when the King of Qatar provided royal seats to all members of the visiting delegation from the Ministry of Defense. Earlier, Minister Shin visited Qatar and met with Qatar’s Emir Tamim Al Thani. At this event, Minister Shin said that in commemoration of the 50th anniversary of the establishment of diplomatic relations between Korea and Qatar this year, we will further develop the relationship between the two countries in the field of defense and defense industry cooperation. The King responded by allowing the Korean national soccer team to watch a game. On the same day, Minister Shin also met with Qatar’s Deputy Prime Minister and Minister of Defense Bin Mohammed Al Attiyah and signed a ‘Memorandum of Understanding on the Joint Committee on Defense Cooperation’.

The Ministry of National Defense said, “The Qatari side welcomed the visiting team of our Ministry of Defense with the highest courtesy throughout this visit,” and added, “They were also very friendly and active in defense cooperation between the two countries.”

Eunseo Choi Reporter [email protected]

0 0 Share Save

Balance in viewing the world, Hankook Ilbo Copyright © Hankookilbo

‘);
document.write(‘

‘);
document.write(‘

Issues you may be interested in

‘);
document.write(‘
2024-02-07 11:00:05

#Shin #Wonsik #watch #Beckham #play #Jordan #royal #box #Qatar

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.