new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 12,
  interval: 6000,
  width: 210,
  height: 105,
  theme: {
	shell: {
      background: '#F333333',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#000000',
      links: '#d4181f'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('raleysmomspanel').start();
