// Home TwitterWidget sankeiSALnew TWTR.Widget({  version: 2,  type: 'profile',  rpp: 30,  interval: 6000,  width: 182,  height: 184,  theme: {    shell: {      background: '#3b5998',      color: '#ffffff'    },    tweets: {      background: '#ffffff',      color: '#000000',      links: '#0000ff'    }  },  features: {    scrollbar: false,    loop: true,    live: true,    hashtags: true,    timestamp: true,    avatars: false,    behavior: 'default'  }}).render().setUser('sankeiSAL').start();
