// Home TwitterWidget sankeiSALnew TWTR.Widget({  version: 2,  type: 'profile',  rpp: 6,  interval: 6000,  width: 170,  height: 300,  theme: {    shell: {      background: '#008cd2',      color: '#ffffff'    },    tweets: {      background: '#00a0e6',      color: '#333333',      links: '#3366ff'    }  },  features: {    scrollbar: false,    loop: false,    live: true,    hashtags: true,    timestamp: true,    avatars: false,    behavior: 'all'  }}).render().setUser('sankeiSAL').start();
