$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 10,
        path: "cabecera/slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<strong>Vilanova de Arousa &nbsp;&nbsp;&nbsp;</strong>',
            2:'<strong>Ruinas de Santa Mari&ntilde;a Dozo, Cambados  &nbsp;&nbsp;&nbsp;</strong>',
            3:'<strong>Turismo termal y saludable  &nbsp;&nbsp;&nbsp;</strong>',
            4:'<strong>Monte Santa Tegra, A Guarda &nbsp;&nbsp;&nbsp;</strong>',
            5:'<strong>Pontevedra  &nbsp;&nbsp;&nbsp;</strong>',
            6:'<strong>Conjunto Hist&oacute;rico-Art&iacute;stico de Combarro, Poio  &nbsp;&nbsp;&nbsp;</strong>',
            7:'<strong>Islas Atl&aacute;nticas  &nbsp;&nbsp;&nbsp;</strong>',
            8:'<strong>Castillo de Sobroso, Mondariz  &nbsp;&nbsp;&nbsp;</strong>',
            9:'<strong>Cascada del R&iacute;o Toxa, Silleda  &nbsp;&nbsp;&nbsp;</strong>',
            10:'<strong>Vigo, la ciudad olv&iacute;ca  &nbsp;&nbsp;&nbsp;</strong>'
            // 2:'<strong>R&iacute;as y R&iacute;os  &nbsp;&nbsp;&nbsp;</strong>',
            // 8:'<strong>Sanxenxo  &nbsp;&nbsp;&nbsp;</strong>',
            //10:'<strong>Cangas  &nbsp;&nbsp;&nbsp;</strong>',
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=11&idIdioma=1&int1=62",
            2:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=6&idIdioma=1&int1=1914",
            3:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=1&idIdioma=1&int1=8",
            4:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=6&idIdioma=1&int1=1679",
            5:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=11&idIdioma=1&int1=43",
            6:"http://www.riasbaixas.depo.es/web2009/index.php?idIdioma=1&idMenu=3&int1=1520",
            7:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=1&idIdioma=1&int1=37",
            8:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=1&idIdioma=1&int1=13&int2=59&pag3=1&pagNumRs=24",
            9:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=6&idIdioma=1&pag0=3&int1=1242",
            10:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=6&idIdioma=1&int1=1918"
            	// 2:"http://www.riasbaixas.depo.es/web2009/adjuntos/cEnlacesDescargas/RIAS_Y_RIOS.pdf",
            	// 8:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=11&idIdioma=1&int1=52",
            	 //  10:"http://www.riasbaixas.depo.es/web2009/index.php?idMenu=11&idIdioma=1&int1=9",
        },
        linksOpen:'',
        timerInterval: 10500, // 6500 = 6.5 seconds
	randomise: true // Start with random image?
    };

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

})
