(function(){ var html = ''; function GetProducts(top) { var productArray = [{"pid":73103699,"name":"Daisy Wiatrówka Strzelba Winchester Red Ryder Na Śruty 4,5Mm Bb Napęd Sprężynowy 650-Strzałowa","price":388.0000,"sprice":"388,00","url":"https://www.ceneo.pl/73103699#pid=22743&crid=377120&cid=38988","imgurl":"//image.ceneostatic.pl/data/products/73103699/f-daisy-wiatrowka-strzelba-winchester-red-ryder-na-sruty-4-5mm-bb-naped-sprezynowy-650-strzalowa.jpg","newpage":true,"format":"750x150","rating":5.0,"drawchance":1,"urltype":0,"position":1},{"pid":37148585,"name":"Action Sport Games Pistolet Asg Dl60 Socom (15918)","price":99.9900,"sprice":"99,99","url":"https://www.ceneo.pl/37148585#pid=22743&crid=377120&cid=38988","imgurl":"//image.ceneostatic.pl/data/products/37148585/f-action-sport-games-pistolet-asg-dl60-socom-15918.jpg","newpage":true,"format":"750x150","rating":4.73,"drawchance":1,"urltype":0,"position":2},{"pid":61044958,"name":"Action Sport Games Karabinek szturmowy AEG Arsenal DLV SLR105 Kałasznikow (15921)","price":229.0000,"sprice":"229,00","url":"https://www.ceneo.pl/61044958;basket#pid=22743&crid=377120&cid=38988","imgurl":"//image.ceneostatic.pl/data/products/61044958/f-action-sport-games-karabinek-szturmowy-aeg-arsenal-dlv-slr105-kalasznikow-15921.jpg","newpage":true,"format":"750x150","rating":4.29,"drawchance":1,"urltype":0,"position":3},{"pid":61044838,"name":"cybergun Kałasznikow AK47 ASG na Kulki 6mm nap sprężynowy","price":335.0000,"sprice":"335,00","url":"https://www.ceneo.pl/61044838#pid=22743&crid=377120&cid=38988","imgurl":"//image.ceneostatic.pl/data/products/61044838/f-cybergun-kalasznikow-ak47-asg-na-kulki-6mm-nap-sprezynowy.jpg","newpage":true,"format":"750x150","rating":0.0,"drawchance":1,"urltype":0,"position":4}]; var sum = 4; var result = []; var i = 0, n = 0; for (var n = 0; n < top; n++) { var r = Math.floor(Math.random() * sum); var lsum = 0; for (i = 0; i < productArray.length; i++) { var prod = productArray[i]; lsum += prod.drawchance; if (r < lsum) { sum -= prod.drawchance; result.push(prod); productArray.splice(i, 1); break; } } } return result; } function htmlEncode(value){ var div = document.createElement('div'); var text = document.createTextNode(value); div.appendChild(text); return div.innerHTML; } var products = GetProducts(4); html += '
'; var first = true, i = 0; html += '
'; for (i = 0; i< products.length; i++) { html += '
'; first = false; html += ''; html += '' + products[i].name + ''; html += ''; html += ''; html += products[i].name; html += ''; if(products[i].urltype == 0){ html += ''; html += 'Od ' + products[i].sprice + ' zł'; html += ''; } if(products[i].urltype == 1){ html += ''; html += 'Sprawdź'; } html += '
'; } html += '
'; html += '
'; html += ''; html += '
'; html += '
'; try { var _logo = document.getElementById('ceneoaff-logo'); if (_logo != null) { _logo.parentNode.removeChild(_logo); } } catch(err) {} if($CeneoAP.options.ad_onAfterRender != null) $CeneoAP.options.ad_onAfterRender(); document.getElementById('ceneoaffcontainer377120').innerHTML = html; if (false === true) { var hrefs = document.getElementById('ceneoaffcontainer377120').querySelectorAll(".ceneoaff-items a"); for (i = 0; i < hrefs.length; i++) { var href = hrefs[i]; (function(href) { href.addEventListener('click', function(event) { var pid = href.parentElement.getAttribute('data-pid'); var request = '' + "?productId=" + pid + "&creationId=" + $CeneoAP.options.ad_creation + "&referrerUrl=" + encodeURIComponent(window.location); var img = new Image(); img.src = request; } , false) ; } ) (href); } var percentage = 0; var trackView = false; if (percentage === 100) { trackView = true; } else { var rotatorRandomVal = Math.floor((Math.random()*100) + 1); if (rotatorRandomVal < percentage) { trackView = true; } } if (trackView) { var stamp = parseInt(new Date().getTime()/86400, 10); var img = new Image(); var imgSrc = location.protocol + '' + '&_=' + (new Date).getTime(); img.src = imgSrc.replace(/&/g,'&'); } } })();