!function () { function GetProducts(top) { var productArray = [{"pid":86476141,"name":"Red Dead Redemption 2 (Digital)","price":67.3900,"sprice":"67,39","url":"https://www.ceneo.pl/86476141#pid=24529&crid=491212&cid=42164","imgurl":"//image.ceneostatic.pl/data/products/86476141/f-red-dead-redemption-2-digital.jpg","newpage":true,"format":"custom","rating":4.82,"drawchance":1,"urltype":0,"position":1},{"pid":110637198,"name":"Farming Simulator 22 (Digital)","price":49.1200,"sprice":"49,12","url":"https://www.ceneo.pl/110637198#pid=24529&crid=491212&cid=42164","imgurl":"//image.ceneostatic.pl/data/products/110637198/f-farming-simulator-22-digital.jpg","newpage":true,"format":"custom","rating":5.0,"drawchance":1,"urltype":0,"position":2},{"pid":162033493,"name":"Rise of the Ronin (Gra PS5)","price":319.0000,"sprice":"319,00","url":"https://www.ceneo.pl/162033493;basket#pid=24529&crid=491212&cid=42164","imgurl":"//image.ceneostatic.pl/data/products/162033493/f-rise-of-the-ronin-gra-ps5.jpg","newpage":true,"format":"custom","rating":5.0,"drawchance":1,"urltype":0,"position":3},{"pid":111770177,"name":"Moja znajoma Świnka Peppa (Gra Xbox One)","price":84.0000,"sprice":"84,00","url":"https://www.ceneo.pl/111770177;basket#pid=24529&crid=491212&cid=42164","imgurl":"//image.ceneostatic.pl/data/products/111770177/f-moja-znajoma-swinka-peppa-gra-xbox-one.jpg","newpage":true,"format":"custom","rating":4.83,"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 = 4, columns = 1, 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 + ''; if(product.urltype == 0){ html += ''; html += 'Od ' + product.sprice + ''; } 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('ceneoaffcontainer491212').innerHTML = html; if(true === true){ var hrefs = document.getElementById('ceneoaffcontainer491212').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=24529_9d7c6216cfcbd45d50f56e324a38c5c5|False|'2993,3669',0' + '&_=' + (new Date).getTime(); img.src = imgSrc.replace(/&/g, '&'); } } }();