$( function( ) {
    setTimeout( function ( ) {
        $('.slideshow').slideshow( [
	    {
                caption: 'Founded in 1999, the High Performance Computing Center of Excellence understands the science behind high performance computing and thus is uniquely positioned to apply HPC techniques to your business problems.',
                image: '/images/slides/slide1.jpg'
            },
            {
                caption: 'CSC\'s High Performance Computing Center of Excellence capitalizes on the strengths of the latest technologies to deliver the solution that is right for your customers.',
                image: '/images/slides/slide2.jpg'
            },
            {
                caption: 'CSC operates a dedicated HPC group (over 145 professionals), one of the few IT firms to do so.',
                image: '/images/slides/slide3.jpg'
            },
            {
                caption: 'CSC delivers HPC solutions to NASA, DoD, Alabama Supercomputing Authority, Procter & Gamble, Gulfstream, and Pratt & Whitney.',
                image: '/images/slides/slide4.jpg'
            },
            {
                caption: 'CSC operates HPC systems with aggregate capability exceeding 150 teraflops, and manages over 24 petabytes of data across all client sites.',
                image: '/images/slides/slide5.jpg'
            }
        ] );
    }, 1000 );
} );
