﻿new TWTR.Widget({  version: 2,  type: 'profile',  rpp: 6,  interval: 6000,  width: 197,  height: 335,  theme: {    shell: {      background: '#ffffff',      color: '#666666'    },    tweets: {      background: '#ffffff',      color: '#666666',      links: '#5ab847'    }  },  features: {    scrollbar: false,    loop: false,    live: false,    hashtags: true,    timestamp: true,    avatars: false,    behavior: 'all'  }}).render().setUser('usgold_coins').start();
