new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 'auto',
  height: 'auto',
  theme: {
    shell: {
      background: 'none',
      color: '#333333'
    },
    tweets: {
      background: 'none',
/*       border-bottom:'1px solid #daddcc', */
      color: '#333333',
      links: '#779976'//45ad47
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('teamwa').start();