$(document).ready(function() {
	$('#wrapper').flash({
		swf: 'LeoDeWijs.swf',
		width: 960,
		height: 590,
		params: {
			"quality": "high",
			"scale": "noscale",
			"allowFullscreen": "true"
		}
	});
});