$(document).ready(function(){
    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 1,
        path: "/pliki/slides/",  // Relative path with trailing slash.
        captions: {     
1:'<b>SPEEDWAY</b> <div style="font-size:11px;margin-top:3px;">Speedway Grand Prix        Praga  2012 </div>',
2:'<b></b<div style="font-size:14px;margin-top:5px;">...</div>',
6:'<b></b> <div style="font-size:14px;margin-top:5px;"></div>'
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
1:"http://www.ticketon.pl/index.html?grp=5776",
2:"",
            5:"",
            6:""
        },
        linksOpen:'inframe',
        timerInterval: 8500, // 5500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#container').easySlides(myOptions);

})
