$(document).ready(function () {
	var params = {
		menu: 'false',
		wmode:'transparent',
		allowScriptAccess:'always',
		allowFullScreen:'true'
	};
	swfobject.embedSWF('../fla/home_de.swf?rand=' + Math.random(), 'homeFlashReplace', '560', '430', '9.0.0', false, false, params, false);
	toggleNavigation();
});