// JavaScript Document
  jQuery(document).ready(function($) {
	  $('#twitter_update_list').innerfade({
		  animationtype: 'slide',
		  speed: 'slow',
		  timeout: '8000',
		  type: 'sequence'
		});
      });
