getTwitters('tweet', { 
  id: 'MrBrettMunro', 
  count: 1, 
  timeout: 2,
  onTimeout: function () {
	  this.innerHTML = '<p>Twitter.com is down right now, but you can <a href="http://twitter.com/MrBrettMunro">follow me</a> if you like!</p>';
  },
  onTimeoutCancel: true, // don't allow twitter to finsih the job
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '%text%', 
});
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
