try{
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 8,
  interval: 6000,
  width: 217,
  height: 145,
  theme: {
    shell: {
      background: '#121212',
      color: '#ffffff'
    },
    tweets: {
      background: '#121212',
      color: '#9a9a9a',
      links: '#44ae0a'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('coopthinkconf').start();
}
catch(ex){}