function insert_passage_products() { var products_array = new Array() products_array[0] = new Array("Piramida Ogrodowa 90 ELGarden","25.90","http://zakupy.wymarzonyogrod.pl/gotoShop/1062566/f88d8681/","http://cdn15.epasaz.smcloud.net/t/files/thumbnails/df844dd99becfac6_92x73_rozmiar-niestandardowy.jpg"); products_array[1] = new Array("Piramida Ogrodowa 60 ELGarden","23.90","http://zakupy.wymarzonyogrod.pl/gotoShop/1062565/5f968495/","http://cdn14.epasaz.smcloud.net/t/files/thumbnails/b39a6087d62d599e_92x73_rozmiar-niestandardowy.jpg"); products_array[2] = new Array("Stożek Ogrodowy 60 ELGarden","24.90","http://zakupy.wymarzonyogrod.pl/gotoShop/1062560/8d0e8c25/","http://cdn9.epasaz.smcloud.net/t/files/thumbnails/163c87ce27d84048_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-buynow.gif','grbox-buynow.gif','grbox-buynow.gif'); if (span_tag != null) { document.write(''); var product_html = '
'; span_tag.innerHTML = product_html; } } insert_passage_products();