new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 30000,
  width: 180,
  height: 180,
  theme: {
    shell: {
      background: '#5ab9d6',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#666666',
      links: '#0066cc'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('samplehtajp').start();

