/**
 **/

var pixelLoad = function() {

    this.urls = ["http://ads.altitude-arena.com/match?bidder_id=V8N4GGRTST2E9DOSUFV65IOIM8&external_user_id=OPTOUT&randcb=7331175091","http://sync.adaptv.advertising.com/sync?type=gif&key=rhythmone&uid=OPTOUT&randcb=5728086564","http://sync-user.c1exchange.com/sync/rhy?rhy_uid=OPTOUT&randcb=2799623035","http://delivery.clickonometrics.pl/rhythmxchange/set-cookie?uid=OPTOUT&randcb=6202863758","http://ad.afy11.net/ad?mode=7&publisher_dsp_id=49&external_user_id=OPTOUT&randcb=2236060201","http://ebdr3.com/serve?rbg=1&dsp_id=414&dsp_uid=OPTOUT&randcb=5650010681","http://x.fidelity-media.com/match.php?dsp=rhtm&uid=OPTOUT&randcb=8005151841","http://rtb.gumgum.com/usersync?b=rhy&i=OPTOUT&randcb=8617717866","http://ads.kiosked.com/match?bidder_id=4&external_user_id=OPTOUT&randcb=2896661269","http://t4.liverail.com/?metric=csync&p=3073&s=OPTOUT&randcb=84647186","http://cs.lkqd.net/cs?partnerId=7&partnerUserId=OPTOUT&randcb=5039946964","http://adserver.monarchads.com/sync/?pid=rhythmone&xid=OPTOUT&randcb=4351130430","http://rtb.nativeads.com/user-sync?dsp=69792&t=image&uid=OPTOUT&randcb=5879178766","http://us-u.openx.net/w/1.0/sd?id=537113070&val=OPTOUT&randcb=7627840553","http://delivery.optimatic.com/4.5/webservice/cc.ashx?advertiser_id=r53y89m47m&uid=OPTOUT&randcb=1988669666","http://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTMyMDMmdGw9NDMyMDA=&piggybackCookie=OPTOUT&randcb=1687381073","http://bh.contextweb.com/bh/rtset?do=add&pid=558189&ev=OPTOUT&randcb=3696209172","http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=OPTOUT&expires=30&randcb=4704356174","http://sync.go.sonobi.com/us.gif?nw=rhythmxchange&nuid=OPTOUT&randcb=4369862533","http://ce.lijit.com/merge?pid=56&3pid=OPTOUT&randcb=3004835779","http://sync.search.spotxchange.com/partner?adv_id=8054&img=1&uid=OPTOUT&randcb=6038380127","http://uat-net.technoratimedia.com:80/services?srv=cs&pid=25&uid=OPTOUT&randcb=8468166217","http://udmserve.net/udm/fetch.pix?dt=1;roid=OPTOUT&randcb=5943895161","http://ads.deliverimp.com/csm?b=R_RYTM&bid=OPTOUT&randcb=7453172808","http://ib.adnxs.com/getuid?http%3A%2F%2Fsync.1rx.io%2Fusersync3%2Fappnexus%2F%2F%24UID%3Fzcc%3D1%26sspret%3D1&randcb=2478935969","http://x.bidswitch.net/sync?ssp=adconductor&randcb=3115425454","http://x.bidswitch.net/sync?ssp=adconductor&randcb=733395511","http://match.basebanner.com/match?excid=35&cijs=0&randcb=1930516047","http://pm.w55c.net/ping_match.gif?st=RHYTHMONE&rurl=http%3A%2F%2Fsync.1rx.io%2Fusersync3%2Fdataxu%2F%2F_wfivefivec_%3Fzcc%3D1%26sspret%3D1&randcb=2948113263","http://ad.afy11.net/ad?mode=10&sspid=1185&randcb=8761260219","http://rtb.gumgum.com/getuid/f850a142?r=http%3A%2F%2Fsync.1rx.io%2Fusersync%2Fgumgum%2F&randcb=5970962198","http://ssum.casalemedia.com/usermatchredir?s=184042&cb=http%3A%2F%2Fsync.1rx.io%2Fusersync%2Findexexchange%2F__UID__&randcb=314469133","http://px.owneriq.net/ero?redir=http%3A%2F%2Fsync.1rx.io%2Fusersync3%2Fowneriq%2F%2F%28OIQ_id%29%3Fzcc%3D1%26sspret%3D1&randcb=8306801224","http://bh.contextweb.com/bh/rtset?pid=558623&ev=1&rurl=http%3A%2F%2Fsync.1rx.io%2Fusersync3%2Fpulsepoint%2F%2F%25%25VGUID%25%25%3Fzcc%3D1%26sspret%3D1&randcb=2017865911","http://match.adsrvr.org/track/cmf/generic?ttd_pid=adconductor&ttd_tpi=1&randcb=4795484764","http://sync.rhythmxchange.com/csync/OPTOUT?redir=pixel&randcb=7525147672"];

    var self = this;

    function makeImage(i)
    {
        "use strict";
        var img = new Image();
        img.src = self.urls[i];
    }

    for (var i = 0; i < this.urls.length; i++) {
        makeImage(i);
    }
};

pixelLoad();