﻿$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 6,
        path: "slideshow/onama/",  // Relative path with trailing slash.
        captions: {                 
            1:'VEĆ VIŠE OD 50 GODINA SMO S VAMA',
            2:'UPRAVLJAMO TVRTKOM IZ ZGRADE U VODOVODNOJ U ZAGREBU',
            3:'OBNOVILI SMO NAŠU ZGRADU',
            4:'IMAMO PODRUŽNICE PO CIJELOJ HRVATSKOJ',
            5:'POSJEDUJEMO VLASTITE SKLADIŠNE PROSTORE',
            6:'NA NEKOLIKO LOKACIJA'
        },
        timerInterval: 4500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#example_2_container').easySlides(myOptions);

})
