		
		var $j = jQuery.noConflict();
		
		
		$j(document).ready(function(){
		
			$j('#flash_container').flash(
				{ 
					src: 'assets/templates/orion/swfs/slideshow.swf', 
					width: 596,
					height: 209,
					wmode: 'transparent',
					movie: 'assets/templates/orion/swfs/slideshow.swf'
				 },
				 { 
					version: 9,
					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
			$j('#flashone:not(:has(embed,object))').html('<img src="/assets/templates/orion/img/flash2.gif" alt="" />');
			
			
			
			
		});
		
		
		