$(document).ready(function(){
	// start the slide show
	$('#headerImg').cycle('fade');
	
	 flashembed("video", 
		/* 
			first argument supplies standard Flash parameters. See full list:
			http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
		*/
		{
			src:'video/FlowPlayerClassic.swf',
			width:326,
			height:274,
			wmode:'transparent'
		},
		
		/*
			second argument is Flowplayer specific configuration. See full list:
			http://flowplayer.org/player/configuration.html
		*/
		{config: {   
			autoBuffering: true,
			videoFile: '../video/Spirit_of_Borgia_3.FLV', 
			splashImageFile: 'video/video_splash.jpg',
			autoPlay: false,
			showFullScreenButton: false, 
			useNativeFullScreen: false, 
			showMenu:false			
		}} 
	);	
});
$(document).ready(function(){
	// start the slide show
	$('#headerImg').cycle('fade');
	
	 flashembed("hls", 
		/* 
			first argument supplies standard Flash parameters. See full list:
			http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
		*/
		{
			src:'video/FlowPlayerClassic.swf',
			width:326,
			height:274,
			wmode:'transparent'
		},
		
		/*
			second argument is Flowplayer specific configuration. See full list:
			http://flowplayer.org/player/configuration.html
		*/
		{config: {   
			autoBuffering: true,
			videoFile: '../video/hls08.flv', 
			splashImageFile: 'video/video_splash.jpg',
			autoPlay: false,
			showFullScreenButton: false, 
			useNativeFullScreen: false, 
			showMenu:false			
		}} 
	);	
});
