Does my blog have pop-up ads

there are popups and if I understand the code correctly they hide in

<!-- START CUSTOM WIDGETBUCKS CODE --><div><script src="http://api.widgetbucks.com/script/ads.js?uid=di44ei5gSivnpK20"></script></div><!-- END CUSTOM WIDGETBUCKS CODE -->

if you open

http://api.widgetbucks.com/script/ads.js?uid=di44ei5gSivnpK20

you'll find two adds coded, one of them as a popup:

Code:
if (!window.__WBPU__) {
    __WBPU__ = true;
    document.write('<scr'+'ipt type="text/javascript" src="http://ad.yieldx.com/st?ad_type=pop&ad_size=0x0&section=306577&banned_pop_types=29&pop_times=1&pop_frequency=86400"><\/scr'+'ipt>');
}
 
sneaky way to get people to read your blog, eh? ;)
 
Back
Top Bottom