Is the script no longer popping the ads or is it the timer that isn’t working?
I don’t know if it’s because you buried the function anonymously within the setTimeout, personally I would create the script externally, bury the function anonymously there, reference it in html, then call the function in setTimeout as such:
setTimeout(“fname()”, 2000);
If I’m totally off topic or have a dumb answer I’m sorry I may have misunderstood.
Edit: The way you passed a function into setTimeout, I would only use if I were passing parameters without calling the function.
Thanks for the reply.
With DOMReady and setTimeout to 0 seconds works better, I can do about 300 impressions with second popup, with the first popup I do about 1000.
I tried without eval() but not open nothing.