     // <![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 world= new updater('worldind', 18, 'world/worldindex.php'); 

}); 
       // ]]>  
