$(function() {

	$('#flash').flash({
		src: 'flash/flash.swf',
		width: 450, 
		height: 262, 
		wmode: 'transparent'
	});
	
});
