// $(function () {
// const news = $("#js-news");
// const url = "https://su01cu.eur.connect.suzuki/api/v2/help_center/en-gb/sections/5864780920861/articles.json?sort_by=position&sort_order=asc&per_page=5";
// $.getJSON(url, function(data) {
// for(var i in data.articles ){
// var dt=data.articles[i];
// console.log( dt )
// var html='';
// html+='
';
// html+='| '+moment(dt.updated_at).format("YYYY.MM.DD")+' | ';
// if(dt.html_url){
// html+=''+dt.name+' | ';
// }else{
// html+=''+dt.name+' | ';
// }
// html+='
';
// $("#info table").append( html );
// }
// // for (let i = 0; i < data.articles.length; i++) {
// // let itemlist = "";
// // itemlist += "- ";
// // itemlist +=
// // "';
// // itemlist += data.articles[i].name;
// // itemlist += "
";
// // news.append(itemlist);
// // }
// });
// });
$('#playButton').click(function() {
// Hide the image button
$(this).hide();
// Create the YouTube iframe embed URL
var embedUrl = 'https://www.youtube.com/embed/eAE7fEnlZ3o?autoplay=1';
// Create the iframe element
var iframe = $('