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