new TWTR.Widget({  version: 2,  type: 'profile',  rpp: 4,  interval: 30000,  width: 380,  height: 134,  theme: {    shell: {      background: '#017fc1',      color: '#ebd9eb'    },    tweets: {      background: '#ffffff',      color: '#0d0c0d',      links: '#075beb'    }  },  features: {    scrollbar: true,    loop: false,    live: true,    hashtags: false,    timestamp: true,    avatars: false,    behavior: 'all'  }}).render().setUser('belsyntone').start();
