j.fx({
	object: ['#auguri'],
	opacity: [0],
	duration:100,
	wait:400,
	easing:'quadOut',
	successfully:j.set({
		object:['#auguri'],
		style:'display:none'	})
}).play()
