// Non utilisé

// replace the html with the flash
$(document).ready(function() {
	
	$('#content').flash({
	    src: 'images/home/visual-fatigue.swf',
	    version: '8.0.0',
      	width: 950,
      	height: 420
	});

})