     // <![CDATA[ 
      document.observe('dom:loaded', function() { 
           /* 
            first arg   : div to update 
            second arg  : interval to poll in seconds 
             third arg   : file to get data 
            */ 
           var grain= new updater('corn', 38, 'grain/corn.php'); 
    
}); 
       // ]]>  
    