‘).appendTo(‘#pages_slot-2’);
jQuery(‘#pages_slot-2 article .news_img a’).on(‘click’, function() {
var youtube_video_href = jQuery(this).attr(‘ta_href’);
jQuery(‘‘).appendTo(‘#pages_slot-2 .click_youtube_video’);
jQuery(‘html’).css({“overflow”:”hidden”, “width”:”auto”});
jQuery(‘body’).css({“overflow”:”hidden”});
jQuery(‘#pages_slot-2 .click_youtube_video’).show();
});
jQuery(‘#pages_slot-2 article .news_intro a’).on(‘click’, function() {
var youtube_video_href = $(this).attr(‘ta_href’);
jQuery(‘‘).appendTo(‘#pages_slot-2 .click_youtube_video’);
jQuery(‘html’).css({“overflow”:”hidden”, “width”:”auto”});
jQuery(‘body’).css({“overflow”:”hidden”});
jQuery(‘#pages_slot-2 .click_youtube_video’).show();
});
jQuery(‘.click_youtube_video’).on(“click”, function(){
jQuery(‘#pages_slot-2 .click_youtube_video .youtube_video_iframe’).remove();
jQuery(‘html’).css({“overflow”:”visible”});
jQuery(‘body’).css({“overflow”:”visible”});
jQuery(‘#pages_slot-2 .click_youtube_video’).hide();
});
})(jQuery);
}
}
function pages_slot_2_change_position_pc(){
youtube_images = jQuery(‘#pages_slot-2 article img’);
//console.log(“youtube A”);
//console.log(youtube_images.length);
for (i=0;i






