new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 620,
  height: 200,
  theme: {
    shell: {
      background: '#daf7ff',
      color: '#333333'
    },
    tweets: {
      background: '#ffffff',
      color: '#666666',
      links: '#035d8d'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('careermovesgrp').start();

