$(document).ready(function () {
	var params = {
		menu: 'false',
		wmode:'transparent',
		allowScriptAccess:'always',
		allowFullScreen:'true'
	};
	
	swfobject.embedSWF('../fla/inspiration.swf?xmlPath=' + xmlPath, 'inspirationFlashReplace', '634', '445', '9.0.0', false, false, params, false);
});
