//<![CDATA[
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 1,
  interval: 6000,
  width: 250,
  height: 50,
  theme: {
    shell: {
      background: '',
      color: ''
    },
    tweets: {
      background: '',
      color: '#FFFFFF',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('handsofanangel3').start();
//]]>
