if (document.documentElement.className === "intro") {
	function flash_end_event() {
		$(".intro-element").fadeOut(500, function() {
			
		});
	}

	$(function() {
		var flashvars = {};
		var attributes = {};
		var params = {
			loop: false,
			wmode: "transparent",
			scale: "showall"
		};

		swfobject.embedSWF("/files/intro/swallow-1.swf", "intro", "550", "550", "9.0.0","expressInstall.swf", flashvars, params, attributes);

		$.eOverlay.open("/elements/professions/profession-choice-overlay.html", {
			style: "grey",
			width: 650,
			height: 460
		});
	});
}

