/*
Event.observe(window,'load',start);
	
function start(){

	//CHECK CALENDAR'S DATE
	if ($('formred') != null) 
	{
		new Form.Element.Observer($('DataAl'),0.5,function(el, value){ 
	          confronta_data();
	        } );
	        
		new Form.Element.Observer($('Data'),0.5,function(el, value){ 
	          confronta_data();
	        } );
	}

}	
*/	
