									 $(document).ready(function(){
				    $("#form_registrati_subito").validate();					 
				    $("#form_accedi_subito").validate();
						$("#mostra_accedi_subito").click(function () {
						      $("#accedi_subito").show("slow");
						      $("#registrati_subito").hide("slow");
							  jQuery.queryString(window.location.href, "a=3&newValue=100");
						    });
						$("#mostra_registrati_subito").click(function () {
						      $("#registrati_subito").show("slow");
						      $("#accedi_subito").hide("slow");
							  jQuery.queryString(window.location.href, "a=3&newValue=100");
						    });
						 });
