var imagenes = [
 { ruta: './images/2.jpg', titulo: '// Synergy House, tier 2 carrier-neutral premier-class facility in Manchester ', texto: '', enlace: '' }, 
 { ruta: './images/3.jpg', titulo: '// Always on connectivity providing secure and fast content delivery', texto: '', enlace: '' }, 
 { ruta: 'http://farm4.static.flickr.com/3382/3519228508_e3bafdd9d0_o.jpg', titulo: '// Secure business class infrastructure', texto: '', enlace: '' }, 
 { ruta: './images/5.jpg', titulo: '// Environmentally aware', texto: '', enlace: '' }, 
 { ruta: './images/6.jpg', titulo: '// 24 x 7 x 365 technical support', texto: '', enlace: '' }, 
 { ruta: './images/7.jpg', titulo: '// Investment protection', texto: '', enlace: '' }, 
 { ruta: './images/8.jpg', titulo: '// Scalable Managed Service solutions ', texto: '', enlace: '' }, 
 { ruta: './images/9.jpg', titulo: '// Secure monitoring of your equipment', texto: '', enlace: '' }, 
 { ruta: './images/10.jpg', titulo: '// Controlling your mission critical business', texto: '', enlace: '' }
 ];
 $(function() { Carrusel.carrusel(imagenes, $('#imagenesCabecera') ) });
