codice:
  $(document).ready(function()
 { 	 $('#nav').animate({left: 200}, 1000);	
          $('#nav').animate({left:0}, 1000);	      });