getTwitters('tweet', { 
  id: 'MrBrettMunro', 
  count: 3, 
  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,
  prefix: '<a href="http://twitter.com/%screen_name%"><img height="25" width="25" src="%profile_image_url%" alt="Twitter Profile Image" /></a>',
});
<!-- 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 Code -->
