    var mySlides = [];
    var currentSlide;

    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-gershoni-05.jpg', 
            'title'     : 'Gershoni',
            'thumb'     : '/uploads/thumbs/thumb-home-gershoni.jpg',
            'url'       : '/agency'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-patron.jpg', 
            'title'     : 'Patrón',
            'thumb'     : '/uploads/thumbs/thumb-home-patron.jpg',
            'url'       : '/clients/patron'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-aol.jpg', 
            'title'     : 'AOL',
            'thumb'     : '/uploads/thumbs/thumb-home-aol.jpg',
            'url'       : '/clients/aol'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-bbc.jpg', 
            'title'     : 'BBC',
            'thumb'     : '/uploads/thumbs/thumb-home-bbc.jpg',
            'url'       : '/clients/bbc'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-adina-02.jpg', 
            'title'     : 'Adina',
            'thumb'     : '/uploads/thumbs/thumb-home-adina.jpg',
            'url'       : '/clients/adina'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-threehoots.jpg', 
            'title'     : 'Three Hoots',
            'thumb'     : '/uploads/thumbs/thumb-home-threehoots.jpg',
            'url'       : '/clients/three-hoots'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-horizon-04.jpg', 
            'title'     : 'Horizon',
            'thumb'     : '/uploads/thumbs/thumb-home-horizon.jpg',
            'url'       : '/clients/horizon'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-awty.jpg', 
            'title'     : 'Are We There Yet?',
            'thumb'     : '/uploads/thumbs/thumb-home-awty.jpg',
            'url'       : '/clients/are-we-there-yet'  
            };
        mySlides.push( currentSlide );
    
        currentSlide = { 
            'image'     : '/uploads/slides/bg-home-pri.jpg', 
            'title'     : 'Post Ranch Inn',
            'thumb'     : '/uploads/thumbs/thumb-home-pri.jpg',
            'url'       : '/clients/post-ranch-inn'  
            };
        mySlides.push( currentSlide );
    

