new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 30000,
  width: 180
  ,
  height: 420,
  theme: {
    shell: {
      background: '#f0f0f0',
      color: '#505050'
    },
    tweets: {
      background: '#ffffff',
      color: '#8a888a',
      links: '#5c97b3'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('CherylofElanDJ').start();

