$(document).ready(function () {
	$('#content h3').flash({
   		src: '/images/flash/fotos.swf',
    		width: 564,
    		height: 400
	});
});