!function () { function GetProducts(top) { var productArray = [{"pid":39606854,"name":"Fallout 4 (Digital)","price":26.8400,"sprice":"26,84","url":"https://www.ceneo.pl/39606854#pid=3312&crid=250228&cid=33498","imgurl":"//image.ceneostatic.pl/data/products/39606854/f-fallout-4-digital.jpg","newpage":true,"format":"custom","rating":4.44,"drawchance":1,"urltype":0,"position":1},{"pid":68241435,"name":"Nikon COOLPIX P1000","price":5798.9900,"sprice":"5798,99","url":"https://www.ceneo.pl/68241435;basket#pid=3312&crid=250228&cid=33498","imgurl":"//image.ceneostatic.pl/data/products/68241435/f-nikon-coolpix-p1000.jpg","newpage":true,"format":"custom","rating":4.69,"drawchance":1,"urltype":0,"position":2},{"pid":164610290,"name":"HUAWEI MatePad 11.5 PaperMatte Edition WiFi 8/256GB","price":1399.0000,"sprice":"1399,00","url":"https://www.ceneo.pl/164610290;basket#pid=3312&crid=250228&cid=33498","imgurl":"//image.ceneostatic.pl/data/products/164610290/f-huawei-matepad-11-5-papermatte-edition-wifi-8-256gb.jpg","newpage":true,"format":"custom","rating":0.0,"drawchance":1,"urltype":0,"position":3},{"pid":115076899,"name":"Produkt z Outletu: Samsung VCA-SAE903/GE - Kup na","price":529.0000,"sprice":"529,00","url":"https://www.ceneo.pl/115076899#pid=3312&crid=250228&cid=33498","imgurl":"//image.ceneostatic.pl/data/products/115076899/f-produkt-z-outletu-samsung-vca-sae903-ge-kup-na.jpg","newpage":true,"format":"custom","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 html = ''; var products = GetProducts(4); var rows = 2, columns = 2, r = 0, c = 0; html += '
'; for (r = 0; r < rows; r++) { html += '
'; for (c = 0; c < columns; c++) { var idx = (r * columns) + c; var product = products[idx]; if(product){ var rating = Math.round(product.rating * 20); html += '
'; html += '
' html += ''; html += '' + product.name + ''; html += ''; html += product.name + ''; html += '
'; html += '
'; html += '
'; html += '
'; if(product.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('ceneoaffcontainer250228').innerHTML = html; if(true === true){ var hrefs = document.getElementById('ceneoaffcontainer250228').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.closest('div.ceneoaff-item').getAttribute('data-pid'); var request = '//partnerzyapi.ceneo.pl/External/SaveProductClickFromRotator' + "?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 + '//analytics.ceneo.pl/trackevent?category=contextual&culture=pl-PL&action=loaded&label=3312_33b4096dc2d3e7e84c0b3d55f0702020|True|'40,43,470,3226',0' + '&_=' + (new Date).getTime(); img.src = imgSrc.replace(/&/g, '&'); } } }();