$(function(){
	$('#visual').flash(
		{ src: 'images/top.swf',
			width: 950,
			height: 465,
			wmode: "transparent" },
			{ expressInstall: true }
	);

});