$(document).ready(function() {
	$('#flash').flash({
		src: 'client/swf/1.swf',
		width: 490,
		height: 180
	});
});

