 $(document).ready(function(){

	 
	 $("#submitLength").click(function(event){
	   updateLength()
	   
	   $("#poleLength").animate({ 
        opacity: 0.4,
        fontSize: "2em"
      }, 1500 );
	   
	 });
		 
	 
 });



 
 