new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 2000,
  width: 435,
  height: 300,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#635563'
    },
    tweets: {
      background: '#ededed',
      color: '#544d54',
      links: '#4d5aa3'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('welconnect').start();

// JavaScript Document