		$(document).ready(function(){
		
			$('#flash_wrapper').flash(
				{ 
					src: '/_flash/aviate_home_02b.swf', 
					width: 950,
					height: 416
					// flashvars: { foo: 'bar', baz: 'zoo' } // pass some vars to the Flash
				 },
				 { 
					version: 8,
					update: false // stay quiet, don't offer installation of Flash Player 
					// update: false // stay quiet, don't offer installation of Flash Player 
					// expressInstall: true // offer installation of Flash Player 
				 }
	
			);

			// insert the image if Javascript is enabled, but flash-player(version) not installed
			$('#flash_wrapper:not(:has(embed,object))').html('<img src="/_images/home-non-flash.jpg" alt="" />');
			
		});
