$(document).ready(function(){
	var flashVars = "";
	if(window.location.search.match("video=")){
		flashVars = window.location.search;
	}
	$('#videoPlayer').flash({
		src: 'VideoPlaylist_v4.swf'+flashVars,
		wmode: 'opaque',
		allowFullScreen: 'true',
		width: '936',
		height: '417'
	});
	$('#glareFlash').flash({
		src: 'swf/AboutB.swf',
		wmode: 'opaque',
		width: '360px;',
		height: '328px'
	});
	$('#aboutA').flash({
		src: 'swf/AboutA.swf',
		wmode: 'opaque',
		width: '360px;',
		height: '328px'
	});
	$('#aboutC').flash({
		src: 'swf/AboutC.swf',
		wmode: 'trans',
		width: '360px;',
		height: '328px'
	});
	$('#pnlFlashHome').flash({
			src: 'visionLoss/Healthy_Sight_Shell.swf',
			width: 960,
			height: 540
		}/*,
		{ version: 9,
		  update:true,
		  version: 9 //dummy val for testing
		}*/
	);
});
