/*
* Author:      Marco Kuiper (http://www.marcofolio.net/)
*/

// Speed of the automatic slideshow
var slideshowSpeed = 6000;

// Variable to store the images we need to set as background
// which also includes some text and url's.
var photos = [ {
        "title" : "Boven de Balie - Binnen",
        "image" : "wp-content/themes/carrington-blog/img/boven-de-balie-foto-1.png",
        "url" : "#",
        "firstline" : "Going on",
        "secondline" : "vacation?"
    }, {
        "title" : "Boven de Balie - Buiten",
        "image" : "wp-content/themes/carrington-blog/img/boven-de-balie-foto-2.png",
        "url" : "#",
        "firstline" : "Or still busy at",
        "secondline" : "work?"
    }, {
        "title" : "Boven de Balie - Bar",
        "image" : "wp-content/themes/carrington-blog/img/boven-de-balie-foto-3.png",
        "url" : "#",
        "firstline" : "Get out and be",
        "secondline" : "active"
    }
];



