jQuery(document).ready(function() {

jQuery("#contenuto_14247,#contenuto_14248,#contenuto_14250,#contenuto_14251,#contenuto_14282,#contenuto_14283,#contenuto_14284,#contenuto_14285").append('<div style="position:absolute; bottom:0; left:0; background:url(http://www.cda-italy.it/source/sf-tito-box-home.jpg); width:122px; height:30px"></div>');
jQuery("#contenuto_14317,#contenuto_14318,#contenuto_14320,#contenuto_14507,#contenuto_14508,#contenuto_14509").append('<div style="position:absolute; bottom:0; left:0; background:url(http://www.cda-italy.it/source/sf-tito-box-home-modelli.jpg); width:122px; height:30px"></div>');
		
});

function verificaData() {
	if (document.forms['FormRegistrazione'].elements['data_nascita[d]'].value!='' && document.forms['FormRegistrazione'].elements['data_nascita[m]'].value!='' && document.forms['FormRegistrazione'].elements['data_nascita[Y]'].value!='') return true; else return false;
}
 
	
/*function verificaData() {
		if (jQuery('#data_nascita').val() !='' 
			return true; 
		else
			 return false;
	}
*/

