new TWTR.Widget({

  version: 2,

  type: 'profile',

  rpp: 10,

  interval: 6000,

  width: 'auto',

  height: 285,

  theme: {

    shell: {

      background: '#73cce2',

      color: '#ffffff'

    },

    tweets: {

      background: '#f3f3f3',

      color: '#333333',

      links: '#00a2ca'

    }

  },

  features: {

    scrollbar: false,

    loop: true,

    live: true,

    hashtags: true,

    timestamp: true,

    avatars: false,

    behavior: 'default'

  }

}).render().setUser('skyspa_PR').start();
