            
      
      function ani_logo(){
        var a = new Accelimation(document.getElementById("logo").style,"left",0,400,5) 
        a.onend = new Function("new_feature();");
        a.start();          
      }
      
      
 
      function quiet(){}	
	 		 