jQuery(document).ready(function($) { $( ".container .row .col-md-3 .well-lg address" ).empty(); var text1 = ''; var text2 = ''; var text3 = ''; var text4 = '

Kontakt

III SOKO s.r.o.
Zemědělské náhradní díly
Agriculture spare parts

Zlínská 1229, Vizovice (ČR)
Email: soko@volny.cz

(+420) 577 452 276
(+420) 733 133 744

(+420) 737 268 235 (English)
(+420) 603 243 345 (Русски)

Účtárna: (+420) 577 901 777
'; $( ".container .row .col-md-9 .section .container .row" ).append( '
'+text1+'
'+text2+'
'+text3+'
' ); $( ".container .row .col-md-3 .well-lg address" ).append( text4 ); $( ".carousel-inner .item:nth-child(3) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide1.jpg?v=1"); $( ".carousel-inner .item:nth-child(4) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide2.jpg?v=2"); $( ".carousel-inner .item:nth-child(5) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide3.jpg?v=3"); $( ".carousel-inner .item:nth-child(6) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide4.jpg?v=4"); $( ".carousel-inner .item:nth-child(7) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide5.jpg?v=5"); $( ".carousel-inner .item:nth-child(8) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide6.jpg?v=6"); $( ".carousel-inner .item:nth-child(9) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide7.jpg?v=7"); $( ".carousel-inner .item:nth-child(10) .slide-image" ).attr("src", "https://www.soko.cz/static/img/slideshow/slide8.jpg?v=8"); });