$(document).ready(function(){

	$('#invia_login').click(function(){
		$('form[name=login]').submit();
	});

});
