[GET] Javascript POPUNDER script, Monetize your traffic through popups / popunder

How can i modify this to be a popunder or just make it open a window underneath?
 
if you have jquery this should be enough

Code:
$(document).ready(function(){
     $(window).click(function () { initPu() }); 
});
 
Back
Top