
window.addEvent('domready', function(e) {	
	
			var slides = [
				{
					image: 'bulbs.jpg',
					caption: '<h4>What we do.</h4>Fusenet develops technology and processes for the creation, online distribution, and promotion of various digital media, focusing primarily on long and short form video.  Video requires the greatest effort and performance in terms of creation, storage, and transmission - making Fusenet resources useful in the development of any e-commerce digital media platform.'
				},
				{
					image: 'lego_blocks.jpg',
					caption: '<h4>Lorem Ipsum</h4>Excepteur sint occaecat cupidatat non proident'
				},
				{
					image: 'pencil_crayons.jpg',
					caption: '<h4>Lorem Ipsum</h4>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.'
				},
				{
					image: 'pencil_crayons.jpg',
					caption: '<h4>Lorem Ipsum</h4>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.'
				}

			];
			$('blinds').floom(slides, {
				slidesBase: '/wp-content/themes/default/images/',
				sliceFxIn: {
					top: 20
				}
			});
			
		});





