`;_html += `
${v.name}
`;_html += ``;_html += ``;});_html += ``;jQuery('.pi-popup .content').html(_html);let delay =popup.delay *1000 ;if(getCookie('popup')){var c = getCookie('popup').split('|');var last_time = c[0];var next_time = c[1];const dd = new Date();if(next_time - dd.getTime()>0 && last_time==popup.time)delay = next_time - dd.getTime(); }setTimeout(function () {jQuery('.pi-popup').fadeIn();}, delay);jQuery(document).on('click', '.pi-close', function (e) {e.preventDefault(); jQuery('.pi-popup').fadeOut();const d = new Date();var show_again = popup.show_again;if (show_again == 0) {show_again = 99999999999999999;}d.setTime(d.getTime() + (99999999999999999 * 60 * 60 * 1000));let expires = "expires=" + d.toUTCString(); const dd = new Date();next_show = dd.getTime() + (show_again * 60 * 60 * 1000);document.cookie = "popup=1725887422|"+next_show+"; " + expires + "; path=/";});