test test testnew TWTR.Widget({  version: 2,  type: 'search',  search: 'jpost',  interval: 30000,  title: 'Jpost live tweet feed',  subject: 'Don 't miss a tweet with Jpost',  width: 250,  height: 300,  theme: {    shell: {      background: '#8ec1da',      color: '#ffffff'    },    tweets: {      background: '#ffffff',      color: '#444444',      links: '#1985b5'    }  },  features: {    scrollbar: false,    loop: true,    live: true,    behavior: 'default'  }}).render().start();