function begin_hidding() {
	$('#flash_container').html('');
	$('#flash').fadeOut(2500);
}
			