new TWTR.Widget({  version: 2,  type: 'profile',  rpp: 8,  interval: 6000,  width: 250,  height: 600,  theme: {    shell: {      background: '#333333',      color: '#ffffff'    },    tweets: {      background: '#101010',      color: '#ffffff',      links: '#904040'    }  },  features: {    scrollbar: false,    loop: false,    live: false,    hashtags: true,    timestamp: true,    avatars: false,    behavior: 'all'  }}).render().setUser('BanburyTennis').start();document.write("<br><a href='http://www.twitter.com/BanburyTennis'>");document.write("<img src='http://twitter-badges.s3.amazonaws.com/follow_me-c.png' ");document.write("alt='Follow BanburyTennis on Twitter' border='0' /></a><br>");
