// This is the content for the SFTP slideshow.
// Edit to change the content, click "Save" button when done.

	  window.addEvent('domready', function(){
	    var data = {
                '2012/02/BCI-cap_270.jpg': {
 			caption: 'The Neural Code for Speech',
 			href: '?page_id=4031',
 			thumbnail: '2012/02/BCI-cap_65.jpg'
                        },
                '2011/12/desalination-plant_270.jpg': {
 			caption: 'Desalination Technology',
 			href: '?page_id=3848',
 			thumbnail: '2011/12/desalination-plant_65.jpg'
                        }, 
                '2011/12/Timeline_Univ_270.jpg': {
 			caption: 'History of the Universe',
 			href: '?page_id=3436',
 			thumbnail: '2011/12/Timeline_Univ_65.jpg'
                        }, 
                '2011/12/Brain_ucl.ac.uk_220.jpg': {
 			caption: 'Anesthesia and Neuroscience',
 			href: '?page_id=3421',
 			thumbnail: '2011/12/Brain_ucl.ac.uk_651.jpg'
 			}, 
                '2011/12/D-Lab-Anna-Young_2203.jpg': {
 			caption: 'D-Lab at MIT',
 			href: '?page_id=3811',
 			thumbnail: '2011/12/D-Lab-Anna-Young_65x.jpg'
 			}, 
                '2011/11/SolarThermoelec-1_270.jpg': {
 			caption: 'Solar-Theromoelectric Energy',
 			href: '?page_id=3404',
 			thumbnail: '2011/11/SolarThermoelec-1_65.jpg'
 			},               
                '2011/09/ch1_dnagenes_NIH_270cr.jpg': {
 			caption: 'The Human Genome Project',
 			href: '?page_id=3277',
 			thumbnail: '2011/09/ch1_dnagenes_NIH_65-cr.jpg'
 			},
                '2011/09/milkyway_270x270.jpg': {
 			caption: 'The Tumultuous Milky Way',
 			href: '/?page_id=3016',
 			thumbnail: '2011/09/milkyway_65x65.jpg'
 			},
 		'2011/07/skv727_red-dwarf_270x270.jpg': {
 			caption: 'Big Science from Little Stars',
 			href: '/?page_id=3003',
 			thumbnail: '2011/07/skv727_red-dwarf_65x65.jpg'
 			},
 		'2011/06/FRAME_prostheses_270.jpg': {
 			caption: 'Bionic Being:The New Prosthetics',
 			href: '/?page_id=2332',
 			thumbnail: '2011/06/FRAME_prostheses_65.jpg'
 			},
		'2011/06/Sustaining-Life_270x180.jpg': {
			caption: 'Biodiversity and Human Health',
			href: '/?page_id=2327',
			thumbnail: '2011/06/Sustaining-Life-65x64-bk.gif'
			},
		'2011/05/Clip_Viruses_270.jpg': {
			caption: 'Unraveling the Secrets of Viruses',
			href: '/?page_id=2315',
			thumbnail: '2011/05/Clip_Viruses_65.jpg'
			},
		'2011/04/still_Krimsky_270.jpg': {
			caption: 'Your DNA in a Federal Database?',
			href: '/?page_id=2296',
			thumbnail: '2011/04/still_Krimsky_65.jpg'
			},
		'2011/02/frame_Ocean_270.jpg': {
	                     caption: 'Climate Change in the Ocean',
	                     href: '/?page_id=1956',
                         thumbnail: '2011/02/frame_Ocean_65.jpg'
	                   },
		'2011/02/LHC_270x176.jpg': {
	                     caption: 'Front-Row Seat at the Big Bang:LHC',
	                     href: '/?page_id=1894',
                         thumbnail: '2011/02/LHC_65x42.jpg'
	                   },
               '2010/12/DNA-Damage_270x180.jpg': {
	                     caption: 'Self-Defense Mechanisms of the Cell',
	                     href: '/?page_id=1384',
                         thumbnail: '2010/12/DNA-Damage_65x43.jpg'
	                   },
	      '2010/12/Relativity_orbit_270x203.jpg': {
	                     caption: 'Einstein’s Relativity',
	                     href: '/?page_id=952',
                         thumbnail: '2010/12/Relativity_orbit_65x49.jpg'
	                   },
	      '2011/02/Clip_Photosynth_time_270x180.jpg': {
	                     caption: 'Evolution of Photosynthesis',
	                     href: '/?page_id=944',
                         thumbnail: '2011/02/Clip_Photosynth_time_65x43.jpg'
	                   },
	      '2010/12/Clip_Dk_Mattr_270x180.gif': {
	                     caption: 'Dark Matter in the Universe',
	                     href: '/?page_id=932',
                         thumbnail: '2010/12/Clip_Dk_Mattr_65x43.gif'
	                   },
	    };
	    var myShow = new Slideshow('show', data, {controller: false,
	           height: 175,
	           width: 240,
	           delay: 6000,
	           //  hu: '/blog/wp-content/slideshow/images/',
	           hu: '/blog/wp-content/uploads/',
	           thumbnails: true,
	           captions: true });
	  });


