new TWTR.Widget(
{
	id: 'community-twitter',
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 200,
  height: 100,
  theme:
  {
    shell:
    {
      background: '#ececec',
      color: '#000000'
    },
    tweets:
    {
      background: '#ffffff',
      color: '#000000',
      links: '#aaaaaa'
    }
  },
  features:
  {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('dimityso').start();
