new TWTR.Widget({
    version: 5,
    type: 'profile',
    rpp: 3,
    interval: 6000,
    width: 176,
    height: 400,
    theme: {
      shell: {
        background: '#436592',
        color: '#CFD2E1'
      },
      tweets: {
        background: '#CFD2E1',
        color: '#000000',
        links: '#0E4A7C'
      }
    },
    features: {
      scrollbar: false,
      loop: false,
      live: false,
      hashtags: true,
      timestamp: true,
      avatars: false,
      behavior: 'all'
      }
    }).render().setUser('RCDS_LSA').start();
