new TWTR.Widget({

  version: 2,

  type: 'profile',

  rpp: 4,

  interval: 6000,

  width: 325,

  height: 145,

  theme: {

    shell: {

      background: '#401d1d',

      color: '#ffffff'

    },

    tweets: {

      background: '#665f66',

      color: '#ffffff',

      links: '#4aed05'

    }

  },

  features: {

    scrollbar: true,

    loop: false,

    live: false,

    hashtags: true,

    timestamp: true,

    avatars: false,

    behavior: 'all'

  }

}).render().setUser('AldenPark').start();


