I'm testing a function that pops up for a given link, and I would call it for 2 links then basically its call is like this:
jsPopunder(URL);
I tried to create an array with the URLs and call the function using a loop according to the quantity, however it only works with the last URL of the array, as if it had rewritten all the previous calls, how can I call it function 2 times? as if it were 2 different places in memory.