$(function(){
	$('#flash').flash({
	    src: '/media/swf/intro.swf',
	    width: 300,
	    height: 100,
		wmode:'transparent'
	});
});
