
         document.observe('dom:loaded', function() { 
             /* 
             first arg   : div to update 
             second arg  : interval to poll in seconds 
             third arg   : file to get data 
             */ 
             var visitorCounter = new updater('featured', 1, 'featured.php'); 
             visitorCounter.getUpdate(); 
         }); 
 