function insert_passage_products() { var products_array = new Array() products_array[0] = new Array("GARDENA Sekator ogrodowy BP 50 Premium","196.00","http://zakupy.wymarzonyogrod.pl/nozyce-sekatory/gardena-premium-sekator-ogrodowy-bp-50,1307856,474/","http://cdn25.epasaz.smcloud.net/t/files/thumbnails/56ad540196dc9b9e_92x73_rozmiar-niestandardowy.jpg"); products_array[1] = new Array("GARDENA Piła kabłąkowa 760 Comfort","93.70","http://zakupy.wymarzonyogrod.pl/pily-kosy/gardena-comfort-pila-kablakowa-760,2003,5221/","http://cdn4.epasaz.smcloud.net/t/files/thumbnails/5c/b9/8d/5cb98d427d720fff_92x73_rozmiar-niestandardowy.jpg"); products_array[2] = new Array("GARDENA trzonek przedłużający","34.00","http://zakupy.wymarzonyogrod.pl/gotoShop/513633/88782b69/","http://cdn18.epasaz.smcloud.net/t/files/thumbnails/0583cedb79e398b3_92x73_rozmiar-niestandardowy.jpg"); products_array[3] = new Array("GARDENA szczotka do zamiatania tarasów combisystem","48.10","http://zakupy.wymarzonyogrod.pl/gotoShop/513663/6a2ca768/","http://cdn24.epasaz.smcloud.net/t/files/thumbnails/798c7b22aebd0b82_92x73_rozmiar-niestandardowy.jpg"); products_array[4] = new Array("GARDENA szczotka do mycia na przegubie","89.00","http://zakupy.wymarzonyogrod.pl/gotoShop/513755/315c6081/","http://cdn4.epasaz.smcloud.net/t/files/thumbnails/4d/03/99/4d039984614b37ef_92x73_rozmiar-niestandardowy.jpg"); var name_array = new Array('Bestseller', 'Redakcja poleca', 'Redakcja poleca', 'Redakcja poleca', 'Redakcja poleca', 'Redakcja poleca'); var span_tag = document.getElementById('insert_passage_products'); var button_array = new Array('grbox-compare.gif','grbox-compare.gif','grbox-buynow.gif','grbox-buynow.gif','grbox-buynow.gif'); if (span_tag != null) { document.write(''); var product_html = '
'; for (i = 0; i < products_array.length; i++) { product_html += '
' + name_array[i] +'' + products_array[i][0] +'' + products_array[i][0] +'
Cena: ' + products_array[i][1] +' zł
'; } product_html += '
'; span_tag.innerHTML = product_html; } } insert_passage_products();