سایت بنا تا نما var progressWidth = 1; var repeatTime = 15000 / 100 * 5; var T; $(window).on("load", function () { T = setTimeout(progressTime, repeatTime); $(".btn-ads").hover(function () { clearTimeout(T); $("#myProgressbar").toggleClass("progress-bar-striped bg-danger"); }, function () { T = setTimeout(progressTime, repeatTime); $("#myProgressbar").toggleClass("progress-bar-striped bg-danger"); }); }); function progressTime() { progressWidth += 5; $("#myProgressbar").css({ width: progressWidth + '%' }); if (progressWidth < 100) { T = setTimeout(progressTime, repeatTime); } else { clearTimeout(T) $("#myProgressbar").addClass("bg-danger"); window.location.replace(UrlNew); } } function ReplaceLoc() { progressWidth = 100; progressTime(); } var UrlNew = 'https';

تا لحظاتی دیگر به سایت زیر منتقل میشوید

https

x server