﻿new TWTR.Widget({  version: 2,  type: 'profile',  rpp: 6,  interval: 6000,  width: 210,  height: 500,  theme: {    shell: {      background: 'transparent',      color: 'white'    },    tweets: {      background: 'transparent',      color: '#a8a8a8',      links: '#b1ddee'    }  },  features: {    scrollbar: false,    loop: false,    live: false,    hashtags: true,    timestamp: true,    avatars: false,    behavior: 'all'  }}).render().setUser('niklentz').start();
